CMetaProperty 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

CMetaProperty Constructors

The first step for users of the CMetaProperty class is to instantiate the CMetaProperty by calling one of the CMetaProperty constructors.

CMetaProperty(void)

This CMetaProperty Class constructor is the default constructor and takes no arguments. It instantiates a CMetaProperty with default values.

CMetaProperty(const CMetaProperty &metaProperty)

This CMetaProperty Class constructor instantiates a CMetaProperty and copies the values from the specified CMetaProperty object.