VariableDispenser Members
Include Protected Members
Include Inherited Members
Accesses the Variables collection during package execution. This class cannot be inherited.
The VariableDispenser type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains(String) | Specifies whether an item can be retrieved from the VariableDispenser collection by using indexing without throwing an exception. | |
Equals(Object) | Determines whether two object instances are equal. (Inherited from DtsObject.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | Returns the hash code for this instance. (Inherited from DtsObject.) | |
GetQualifiedName(String) | Returns the qualified name of the variable. | |
GetType() | (Inherited from Object.) | |
GetVariables(Variables%) | Locks the variables that are in the read-only list and the read/write list. | |
LockForRead(String) | Adds the variable to the list of variables to be locked for read-only access. | |
LockForWrite(String) | Adds the variable to the list of variables to be locked for read/write access. | |
LockOneForRead(String, Variables%) | Puts the variable in a list, and then locks it for read-only access. | |
LockOneForWrite(String, Variables%) | Puts the variable in a list, and then locks it for read/write access. | |
MemberwiseClone() | (Inherited from Object.) | |
Reset() | Clears both the read-only list and read/write list when the call to GetVariables fails. | |
ToString() | (Inherited from Object.) |
Top