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 | |
---|---|---|
VariableDispenserClass | Infraestrutura. Initializes a new instance of the VariableDispenserClass class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Contains | Infraestrutura. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetQualifiedName | Returns the qualified name of the variable. | |
GetType | (Herdado de Object.) | |
GetVariables | Locks the variables that are in the read-only list and the read/write list. | |
LockForRead | Infraestrutura. Adds the variable to the list of variables to be locked for read-only access. | |
LockForWrite | Infraestrutura. Adds the variable to the list of variables to be locked for read/write access. | |
LockOneForRead | Infraestrutura. Puts the variable in a list, and then locks it for read-only access. | |
LockOneForWrite | Infraestrutura. Puts the variable in a list, and then locks it for read/write access. | |
MemberwiseClone | (Herdado de Object.) | |
Reset | Infraestrutura. Clears both the read-only list and read/write list. | |
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.