Элементы 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.)

В начало