IMsTransformObjectList.Add

Syntax

Add(Value: IMetabaseObjectDescriptor): IMsTransformObject;

Parameters

Value. Added object.

Description

The Add method adds selected object to the collection.

Comments

After executing the method returns the added object. The object is added to the end of the collection, and the value of the IMsTransformObjectList.Count property increased by one.

The Value parameter can be set to Null, but for the correct use of the added object, its descriptor must be specified in the IMsTransformObject.Descriptor property.

Example

The property use is given in the example for IMsFormulaTransformVariable.AttributeId.

See also:

IMsTransformObjectList