CMetaRelationshipDesc 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

CMetaRelationshipDesc Constructors

To create a new CMetaRelationshipDesc object, use the CMetaAIMDesc object for the owning AIM.

To read an existing CMetaRelationshipDesc, use the parent CMetaAIM object if only the name is known.

If the ObjectGUID or ObjectID is known, use the constructors listed below, followed by the ReadObject function invocation.

CMetaRelationshipDesc(const GUID GID);

This CMetaRelationshipDesc constructor instantiates a CMetaRelationshipDesc identified by the ObjectGUID.

CMetaRelationshipDesc(const OBJECTID_t lOID);

This CMetaRelationshipDesc constructor instantiates a CMetaRelationshipDesc identified by the internal ObjectID.

CMetaRelationshipDesc();

This is the default CMetaRelationshipDesc constructor.