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

GetPropertyValue

Purpose

The CMetaObject class GetPropertyValue function retrieves the value of the property.

Requirements

Before calling GetPropertyValue, the user must first call ReadObject or ReadVersion on the object.

Syntax

HRESULT GetPropertyValue(
const OBJECTID_t lPropID, 
CMetaProperty &metaProperty);
 

Argument

In/Out

Description

lPropID

In

Relative Property ID of the property.

metaProperty

Out

Value of the property in a CMetaProperty object.