Compartir a través de


Clase VariableDispenserClass

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

Represents a variable dispenser class.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<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

El tipo VariableDispenserClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público VariableDispenserClass Infraestructura. Initializes a new instance of the VariableDispenserClass class.

Arriba

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

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