Share via


VariableCreatorClass Clase

Definición

Representa una clase de creador variable.

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
Herencia
VariableCreatorClass
Atributos
Implementaciones

Constructores

VariableCreatorClass()

Inicializa una nueva instancia de la clase VariableCreatorClass.

Métodos

CreateVariable(IDTSParameter100)

Crea una variable con el parámetro especificado.

Se aplica a