CMetaPropertyDesc Constructors - 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

CMetaPropertyDesc Constructors

To create a PropertyDesc object initially, use the CMetaClassDesc object for the owning class.

To read an existing CMetaPropertyDesc, if the ObjectID or ObjectGUID is known, instantiate the object using the appropriate constructor, then use the ReadObject function.

CMetaPropertyDesc();

This is the default CMetaPropertyDesc constructor.

CMetaPropertyDesc(const GUID &GID);

This CMetaPropertyDesc constructor instantiates a CMetaPropertyDesc identified by the ObjectGUID.

CMetaPropertyDesc (const OBJECTID_t lOID);

This CMetaPropertyDesc constructor instantiates a CMetaPropertyDesc identified by the ObjectID.