Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 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
'Declaration
WriteOnly Property HostVariableDispenser As IDTSVariableDispenser100
Set
'Usage
Dim instance As IDTSManagedComponentHost100
Dim value As IDTSVariableDispenser100
instance.HostVariableDispenser = value
IDTSVariableDispenser100 HostVariableDispenser { set; }
property IDTSVariableDispenser100^ HostVariableDispenser {
void set (IDTSVariableDispenser100^ value);
}
abstract HostVariableDispenser : IDTSVariableDispenser100 with get, set
function set HostVariableDispenser (value : IDTSVariableDispenser100)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The variable dispenser instance of the host.