Compartilhar via


Interface IDTSVariableDispenser100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a variable dispenser class. For more information, see VariableDispenserClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface IDTSVariableDispenser100
'Uso
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

O tipo IDTSVariableDispenser100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Contains Infraestrutura. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass.
Método público GetQualifiedName Infraestrutura. Returns the qualified name of the variable. For more information, see VariableDispenserClass.
Método público GetVariables Infraestrutura. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass.
Método público LockForRead Infraestrutura. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass.
Método público LockForWrite Infraestrutura. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass.
Método público LockOneForRead Infraestrutura. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass.
Método público LockOneForWrite Infraestrutura. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass.
Método público Reset Infraestrutura. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper