EventHandlerClass.VariableDispenser Property

Definition

Gets a variable dispenser object so that variables associated with the container can be locked for reading or writing.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ VariableDispenser { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 VariableDispenser { get; }
member this.VariableDispenser : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
Public Overridable ReadOnly Property VariableDispenser As IDTSVariableDispenser100

Property Value

An IDTSVariableDispenser100 object that can be used to locked variables associated with the container.

Implements

Applies to