Share via


VariableDispenser Members

Include Protected Members
Include Inherited Members

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

The VariableDispenser type exposes the following members.

Methods

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

Top