IDTSManagedComponentHost100.HostVariableDispenser Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the variable dispenser instance of the host.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(1610678310)]
IDTSVariableDispenser100 HostVariableDispenser { set; }
[DispIdAttribute(1610678310)]
property IDTSVariableDispenser100^ HostVariableDispenser {
    void set(IDTSVariableDispenser100^ value);
}
[<DispIdAttribute(1610678310)>]
abstract HostVariableDispenser : IDTSVariableDispenser100 with set
<DispIdAttribute(1610678310)>
WriteOnly Property HostVariableDispenser As IDTSVariableDispenser100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100

The variable dispenser instance of the host.

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top