ConnectionManager.VariableDispenser Property

Definition

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

Applies to