Freigeben über


VariableDispenser-Member

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

Der VariableDispenser-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Contains Specifies whether an item can be retrieved from the VariableDispenser collection by using indexing without throwing an exception.
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetQualifiedName Returns the qualified name of the variable.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetVariables Locks the variables that are in the read-only list and the read/write list.
Öffentliche Methode LockForRead Adds the variable to the list of variables to be locked for read-only access.
Öffentliche Methode LockForWrite Adds the variable to the list of variables to be locked for read/write access.
Öffentliche Methode LockOneForRead Puts the variable in a list, and then locks it for read-only access.
Öffentliche Methode LockOneForWrite Puts the variable in a list, and then locks it for read/write access.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Reset Clears both the read-only list and read/write list when the call to GetVariables fails.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang