Compartir a través de


Interfaz VariableDispenser

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see VariableDispenserClass.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface VariableDispenser _
    Inherits IDTSVariableDispenser100
'Uso
Dim instance As VariableDispenser
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface VariableDispenser : IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class VariableDispenser : IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type VariableDispenser =  
    interface 
        interface IDTSVariableDispenser100 
    end
public interface VariableDispenser extends IDTSVariableDispenser100

El tipo VariableDispenser expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Contains Infraestructura. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)
Método público GetQualifiedName Infraestructura. Returns the qualified name of the variable. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)
Método público GetVariables Infraestructura. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)
Método público LockForRead Infraestructura. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)
Método público LockForWrite Infraestructura. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)
Método público LockOneForRead Infraestructura. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)
Método público LockOneForWrite Infraestructura. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)
Método público Reset Infraestructura. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. (Se hereda de IDTSVariableDispenser100.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper