Partager via


Membres VariableDispenser

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

Le type VariableDispenser expose les membres suivants.

Méthodes

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

Haut de la page