VariableDispenserClass Class
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see VariableDispenser.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("19974B13-3506-4A64-8D5F-C46B2875F559")> _
Public Class VariableDispenserClass _
Implements VariableDispenser, IDTSVariableDispenser100
'Usage
Dim instance As VariableDispenserClass
[ClassInterfaceAttribute()]
[GuidAttribute("19974B13-3506-4A64-8D5F-C46B2875F559")]
public class VariableDispenserClass : VariableDispenser,
IDTSVariableDispenser100
[ClassInterfaceAttribute()]
[GuidAttribute(L"19974B13-3506-4A64-8D5F-C46B2875F559")]
public ref class VariableDispenserClass : VariableDispenser,
IDTSVariableDispenser100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("19974B13-3506-4A64-8D5F-C46B2875F559")>]
type VariableDispenserClass =
class
interface VariableDispenser
interface IDTSVariableDispenser100
end
public class VariableDispenserClass implements VariableDispenser, IDTSVariableDispenser100
The VariableDispenserClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VariableDispenserClass | Infrastructure. For more information, see VariableDispenser. |
Top
Methods
Name | Description | |
---|---|---|
Contains | Infrastructure. For more information, see VariableDispenser. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetQualifiedName | For more information, see VariableDispenser. | |
GetType | (Inherited from Object.) | |
GetVariables | Infrastructure. | |
LockForRead | Infrastructure. For more information, see VariableDispenser. | |
LockForWrite | Infrastructure. For more information, see VariableDispenser. | |
LockOneForRead | Infrastructure. | |
LockOneForWrite | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
Reset | Infrastructure. For more information, see VariableDispenser. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.