ConnectionManager::Variables Property

 

Gets the collection of variables in the connection manager.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

public:
[BrowsableAttribute(false)]
property Variables^ Variables {
	Variables^ get();
}

Property Value

Type: Microsoft.SqlServer.Dts.Runtime::Variables^

The collection of variables in the connection manager.

Return to top
Show: