共用方式為


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。)

頂端