Compartilhar via


Classe VariableDispenserClass

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.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass

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

Sintaxe

'Declaração
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")> _
Public Class VariableDispenserClass _
    Implements VariableDispenser, IDTSVariableDispenser100
'Uso
Dim instance As VariableDispenserClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")]
public class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")]
public ref class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")>]
type VariableDispenserClass =  
    class 
        interface VariableDispenser 
        interface IDTSVariableDispenser100 
    end
public class VariableDispenserClass implements VariableDispenser, IDTSVariableDispenser100

O tipo VariableDispenserClass expõe os membros a seguir.

Construtores

  Nome Descrição
Método público VariableDispenserClass Infraestrutura. Initializes a new instance of the VariableDispenserClass class.

Início

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.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetQualifiedName Returns the qualified name of the variable.
Método público GetType (Herdado de Object.)
Método público GetVariables Locks the variables that are in the read-only list and the read/write list.
Método público LockForRead Infraestrutura. Adds the variable to the list of variables to be locked for read-only access.
Método público LockForWrite Infraestrutura. Adds the variable to the list of variables to be locked for read/write access.
Método público LockOneForRead Infraestrutura. Puts the variable in a list, and then locks it for read-only access.
Método público LockOneForWrite Infraestrutura. Puts the variable in a list, and then locks it for read/write access.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Reset Infraestrutura. Clears both the read-only list and read/write list.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper