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

SetClassSecurityProfile

Purpose

The SetClassSecurityProfile function assigns the Security Profile ID (set in the object) to the Class Description objects specified in the classList. If PropagateFlag is set to MD_PROPAGATE, the Security Profile ID in all objects in the class will also be updated. You must be initialized as a super user to use this function.

Syntax

HRESULT SetClassSecurityProfile (
	MetaObjectIDVector &classList,
	const short PropagateFlag);
 

Argument

In/Out

Description

classList

In

List of class IDs.

PropagateFlag

In

Set to one of the following:

  • MD_NULL – do not update class objects.
  • MD_PROPAGATE - update the security profile ID in all objects in the class.