ConnectionManagerItems.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続マネージャー オブジェクトを取得します。
オーバーロード
Item[Int32] |
指定したインデックスを持つ接続マネージャー オブジェクトを取得します。 |
Item[String] |
指定したストリーム名を持つ接続マネージャー オブジェクトを取得します。 |
Item[Int32]
指定したインデックスを持つ接続マネージャー オブジェクトを取得します。
public:
property Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ default[int] { Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ get(int index); };
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Default Public ReadOnly Property Item(index As Integer) As ConnectionManagerItem
パラメーター
- index
- Int32
インデックス。
プロパティ値
指定したインデックスを持つ接続マネージャー オブジェクトです。
適用対象
Item[String]
指定したストリーム名を持つ接続マネージャー オブジェクトを取得します。
public:
property Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ default[System::String ^] { Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ get(System::String ^ streamName); };
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem this[string streamName] { get; }
member this.Item(string) : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Default Public ReadOnly Property Item(streamName As String) As ConnectionManagerItem
パラメーター
- streamName
- String
ストリーム名です。
プロパティ値
指定したストリーム名を持つ接続マネージャー オブジェクトです。