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

GetRelationshipDesc

Purpose

The CMetaAIM GetRelationshipDesc function returns the relationship object specified by Name.

Description

The application is responsible to free the relationship description object returned.

Requirements

The relationship must be in the current model.

Syntax

HRESULT GetRelationshipDesc (
	LPCTSTR Name, 
	CMetaRelationshipDesc *&pRelationship);
 

Argument

In/Out

Description

Name

In

Name of the relationship.

pRelationship

Out

Pointer to relationship object.