ApplicationClass.ConnectionInfos Property

Definition

Returns a ConnectionInfos collection that contains ConnectionInfo objects. This property is read-only.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionInfos100 ^ ConnectionInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionInfos100 ConnectionInfos { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.ConnectionInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionInfos100
Public Overridable ReadOnly Property ConnectionInfos As IDTSConnectionInfos100

Property Value

A ConnectionInfos collection that contains ConnectionInfo objects.

Implements

Attributes

Applies to