IDTSConnectionManagerVariables100.VariableDispenser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSVariableDispenser100 ^ VariableDispenser { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSVariableDispenser100 ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariableDispenser100 VariableDispenser { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.VariableDispenser : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariableDispenser100
Public ReadOnly Property VariableDispenser As IDTSVariableDispenser100
Property Value
The variable dispenser that accesses the collection of variables.
- Attributes