CManagedComponentWrapperClass.VariableDispenser Property

Definition

Sets the IDTSVariableDispenser100 object that is associated with the component.

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

Property Value

The IDTSVariableDispenser100 object that is associated with the component

Implements

Applies to