TaskHostClass.VariableDispenser Property

Definition

Gets a IDTSVariableDispenser100 object so variables associated with the container can be locked.

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

A IDTSVariableDispenser100 object.

Implements

Applies to