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

SetObjectGUID

Purpose

The CMetaPersist class SetObjectGUID function sets the globally unique ID of the object.

Description

The ID should be created by a program such as guidgen.exe on WindowsTM. If the object GUID is not set (equal to NULLGUID) on the WriteObject of a new object to the MDS repository, MDS generates a GUID for the object.

Syntax

void SetObjectGUID(const GUID gOID);
 

Argument

In/Out

Description

gOID

In

The object ID of the object.