Compartir a través de


VariableDispenser Miembros

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

El tipo VariableDispenser expone los siguientes miembros.

Métodos

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

Principio