Interfaccia VariableDispenser

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see VariableDispenserClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface VariableDispenser _
    Inherits IDTSVariableDispenser100
'Utilizzo
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

Nel tipo VariableDispenser sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Contains Infrastruttura. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.
Metodo pubblico GetQualifiedName Infrastruttura. Returns the qualified name of the variable. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.
Metodo pubblico GetVariables Infrastruttura. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.
Metodo pubblico LockForRead Infrastruttura. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.
Metodo pubblico LockForWrite Infrastruttura. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.
Metodo pubblico LockOneForRead Infrastruttura. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.
Metodo pubblico LockOneForWrite Infrastruttura. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.
Metodo pubblico Reset Infrastruttura. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. Ereditato da IDTSVariableDispenser100.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper