Condividi tramite


Interfaccia IDTSVariableDispenser100

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

Represents a variable dispenser class. 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 IDTSVariableDispenser100
'Utilizzo
Dim instance As IDTSVariableDispenser100
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type IDTSVariableDispenser100 =  interface end
public interface IDTSVariableDispenser100

Nel tipo IDTSVariableDispenser100 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.
Metodo pubblico GetQualifiedName Infrastruttura. Returns the qualified name of the variable. For more information, see VariableDispenserClass.
Metodo pubblico GetVariables Infrastruttura. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass.
Metodo pubblico LockForRead Infrastruttura. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass.
Metodo pubblico LockForWrite Infrastruttura. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass.
Metodo pubblico LockOneForRead Infrastruttura. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass.
Metodo pubblico LockOneForWrite Infrastruttura. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass.
Metodo pubblico Reset Infrastruttura. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass.

In alto

Vedere anche

Riferimento

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