ConnectionManager.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.
Gets the dispenser of the variables in the connection manager.
public:
property Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ VariableDispenser { Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.VariableDispenser VariableDispenser { get; }
[<System.ComponentModel.Browsable(false)>]
member this.VariableDispenser : Microsoft.SqlServer.Dts.Runtime.VariableDispenser
Public ReadOnly Property VariableDispenser As VariableDispenser
Property Value
The dispenser of the variables in the connection manager.
- Attributes