Share via


IDTSPackage100.Connections プロパティ

定義

パッケージの接続マネージャーのコレクションを取得します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ Connections { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ get(); };
[System.Runtime.InteropServices.DispId(36)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 Connections { [System.Runtime.InteropServices.DispId(36)] get; }
[<System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.DispId(36)>]
member this.Connections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public ReadOnly Property Connections As IDTSConnections100

プロパティ値

パッケージの接続マネージャーのコレクションです。

属性

注釈

このインターフェイスは、Package インターフェイスおよび PackageNeutral インターフェイスで実装されます。

適用対象