GetPropertyDesc - 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

GetPropertyDesc

Purpose

The CMetaClassDesc GetPropertyDesc function returns the property description object specified by name. The application is responsible to free returned PropertyDesc object.

Syntax

HRESULT GetPropertyDesc(
	LPCTSTR strPropertyName, 
	CMetaPropertyDesc *&pProperty);
 

Argument

In/Out

Description

Name

In

Name of the Property.

pProperty

Out

Pointer to Property object.