VariableCreator Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the creator of a variable.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[CoClassAttribute((VariableCreatorClass^::typeid))]
[GuidAttribute("5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")]
public interface class VariableCreator : IDTSVariableCreator100

NameDescription
System_CAPS_pubmethodCreateVariable(IDTSParameter100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new variable using the specified parameter. (Inherited from IDTSVariableCreator100.)

Return to top
Show: