PackageNeutralClass.Connections 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 collection of connection managers for the package.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ Connections { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 Connections { get; }
member this.Connections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Overridable ReadOnly Property Connections As IDTSConnections100
Property Value
The collection of connection managers.
Implements
Remarks
For more information, see Package.