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

FindAllLabels

Purpose

The CMetaObject class FindAllLabels function returns a list of the labels currently applied to the versions of the CMetaObject. Each entry in the labels vector will provide the name of a label and a key for the object version having that label.

Requirements:

The object ID (local or global) or the name and class ID must specify a version of the object to be searched.

Syntax

HRESULT FindAllLabels(vector<CMetaLabeledObjectKey>& labels);
 

Argument

In/Out

Description

Labels

Out

Vector of entries identifying the labels applied to the object and the object version to which each label is applied.