VariableCreatorClass Class

Definition

Represents a variable creator class.

public ref class VariableCreatorClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::VariableCreator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F2D5C073-977E-4B9F-B577-50B0B8358134")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class VariableCreatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("808A4DCC-7D3E-44D7-8E46-1517594C552B")]
public class VariableCreatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("36382524-E6ED-458F-896C-FEBF9F0D4347")]
public class VariableCreatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F2D5C073-977E-4B9F-B577-50B0B8358134")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type VariableCreatorClass = class
    interface IDTSVariableCreator100
    interface VariableCreator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("808A4DCC-7D3E-44D7-8E46-1517594C552B")>]
type VariableCreatorClass = class
    interface IDTSVariableCreator100
    interface VariableCreator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("36382524-E6ED-458F-896C-FEBF9F0D4347")>]
type VariableCreatorClass = class
    interface IDTSVariableCreator100
    interface VariableCreator
Public Class VariableCreatorClass
Implements VariableCreator
Inheritance
VariableCreatorClass
Attributes
Implements

Constructors

VariableCreatorClass()

Initializes a new instance of the VariableCreatorClass class.

Methods

CreateVariable(IDTSParameter100)

Creates a variable with the specified parameter.

Applies to