ConnectionManager.Variables Property

Definition

Gets the collection of variables in the connection manager.

public:
 property Microsoft::SqlServer::Dts::Runtime::Variables ^ Variables { Microsoft::SqlServer::Dts::Runtime::Variables ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.Variables Variables { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Variables : Microsoft.SqlServer.Dts.Runtime.Variables
Public ReadOnly Property Variables As Variables

Property Value

The collection of variables in the connection manager.

Attributes

Applies to