IDTSManagedComponentHost100.HostVariableDispenser Property

Definition

Sets the variable dispenser instance of the host.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ HostVariableDispenser {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ value); };
[System.Runtime.InteropServices.DispId(1610678310)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 HostVariableDispenser { set; }
[<System.Runtime.InteropServices.DispId(1610678310)>]
member this.HostVariableDispenser : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
Public Property HostVariableDispenser As IDTSVariableDispenser100

Property Value

The variable dispenser instance of the host.

Attributes

Applies to