Partilhar via


Membros VariableDispenser

Accesses the Variables collection during package execution. This class cannot be inherited.

O tipo VariableDispenser expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Contains Specifies whether an item can be retrieved from the VariableDispenser collection by using indexing without throwing an exception.
Método público Equals Determines whether two object instances are equal. (Herdado de DtsObject.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code for this instance. (Herdado de DtsObject.)
Método público GetQualifiedName Returns the qualified name of the variable.
Método público GetType (Herdado de Object.)
Método público GetVariables Locks the variables that are in the read-only list and the read/write list.
Método público LockForRead Adds the variable to the list of variables to be locked for read-only access.
Método público LockForWrite Adds the variable to the list of variables to be locked for read/write access.
Método público LockOneForRead Puts the variable in a list, and then locks it for read-only access.
Método público LockOneForWrite Puts the variable in a list, and then locks it for read/write access.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Reset Clears both the read-only list and read/write list when the call to GetVariables fails.
Método público ToString (Herdado de Object.)

Início