VariableDispenser Interface
This interface supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
For more information, see VariableDispenserClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Declaration
<GuidAttribute("9BCD80CB-235D-414F-8821-CF3F20F0F65B")> _
<CoClassAttribute(GetType(VariableDispenserClass))> _
Public Interface VariableDispenser
Inherits IDTSVariableDispenser90
[GuidAttribute("9BCD80CB-235D-414F-8821-CF3F20F0F65B")]
[CoClassAttribute(typeof(VariableDispenserClass))]
public interface VariableDispenser : IDTSVariableDispenser90
[GuidAttribute(L"9BCD80CB-235D-414F-8821-CF3F20F0F65B")]
[CoClassAttribute(typeof(VariableDispenserClass))]
public interface class VariableDispenser : IDTSVariableDispenser90
/** @attribute GuidAttribute("9BCD80CB-235D-414F-8821-CF3F20F0F65B") */
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass) */
public interface VariableDispenser extends IDTSVariableDispenser90
GuidAttribute("9BCD80CB-235D-414F-8821-CF3F20F0F65B")
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass)
public interface VariableDispenser extends IDTSVariableDispenser90
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
VariableDispenser Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace