VariableDispenser 成員
Accesses the Variables collection during package execution. This class cannot be inherited.
VariableDispenser 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Contains | Specifies whether an item can be retrieved from the VariableDispenser collection by using indexing without throwing an exception. | |
Equals | Determines whether two object instances are equal. (繼承自 DtsObject。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | Returns the hash code for this instance. (繼承自 DtsObject。) | |
GetQualifiedName | Returns the qualified name of the variable. | |
GetType | (繼承自 Object。) | |
GetVariables | Locks the variables that are in the read-only list and the read/write list. | |
LockForRead | Adds the variable to the list of variables to be locked for read-only access. | |
LockForWrite | Adds the variable to the list of variables to be locked for read/write access. | |
LockOneForRead | Puts the variable in a list, and then locks it for read-only access. | |
LockOneForWrite | Puts the variable in a list, and then locks it for read/write access. | |
MemberwiseClone | (繼承自 Object。) | |
Reset | Clears both the read-only list and read/write list when the call to GetVariables fails. | |
ToString | (繼承自 Object。) |
頂端