MetaInfoClassKey Class - Teradata Meta Data Services

Teradata Meta Data Services Programmer Guide

Product
Teradata Meta Data Services
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
Product Category
Teradata Tools and Utilities

MetaInfoClassKey Class

This class inherits from the MetaInfoKey class and adds the class name and id of each object being returned.

get_ClassName

Purpose:

Returns the name of the class for this object.

Syntax:

HRESULT get_ClassName(
[out, retval] BSTR* Name);

put_ClassName

Purpose:

Sets the name of the class for this object.

Syntax:

HRESULT put_ClassName([in] BSTR Name);

get_ClassID

Purpose:

Returns the object id (LOID) of the class of this object.

Syntax:

HRESULT get_ClassID(
[out, retval] long* id);

put_ClassID

Purpose:

Sets the object id (LOID) of the class of this object.

Syntax:

HRESULT put_ClassID(
[in] long id);