VariableDispenserClass Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a variable dispenser class.
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(ClassInterfaceType.None)> _
<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")> _
Public Class VariableDispenserClass _
Implements VariableDispenser, IDTSVariableDispenser100
'Usage
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
The VariableDispenserClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VariableDispenserClass | Infrastructure. Initializes a new instance of the VariableDispenserClass class. |
Top
Methods
Name | Description | |
---|---|---|
Contains | Infrastructure. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetQualifiedName | Returns the qualified name of the variable. | |
GetType | (Inherited from Object.) | |
GetVariables | Locks the variables that are in the read-only list and the read/write list. | |
LockForRead | Infrastructure. Adds the variable to the list of variables to be locked for read-only access. | |
LockForWrite | Infrastructure. Adds the variable to the list of variables to be locked for read/write access. | |
LockOneForRead | Infrastructure. Puts the variable in a list, and then locks it for read-only access. | |
LockOneForWrite | Infrastructure. Puts the variable in a list, and then locks it for read/write access. | |
MemberwiseClone | (Inherited from Object.) | |
Reset | Infrastructure. Clears both the read-only list and read/write list. | |
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.