Compartir a través de


VariableDispenserClass Clase

Definición

Representa una clase de dispensador de variables.

public ref class VariableDispenserClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
Public Class VariableDispenserClass
Implements VariableDispenser
Herencia
VariableDispenserClass
Atributos
Implementaciones

Constructores

VariableDispenserClass()

Inicializa una nueva instancia de la clase VariableDispenserClass.

Métodos

Contains(String)

Especifica si un elemento se puede recuperar de la colección usando la indización sin producir una excepción.

GetQualifiedName(String)

Devuelve el nombre completo de la variable.

GetVariables(IDTSVariables100)

Bloquea las variables que están en la lista de solo lectura y en la lista de lectura y escritura.

LockForRead(String)

Agrega la variable a la lista de variables que se van a bloquear para el acceso de solo lectura.

LockForWrite(String)

Agrega la variable a la lista de variables que se van a bloquear para el acceso de lectura y escritura.

LockOneForRead(String, IDTSVariables100)

Coloca la variable en una lista y, a continuación, la bloquea para el acceso de solo lectura.

LockOneForWrite(String, IDTSVariables100)

Coloca la variable en una lista y, a continuación, la bloquea para el acceso de lectura y escritura.

Reset()

Borra la lista de solo lectura y la lista de lectura y escritura.

Se aplica a