ConnectionManagerItems.Item[] 屬性

定義

取得連接管理員物件。

多載

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

索引。

屬性值

ConnectionManagerItem

具有指定之索引的連接管理員物件。

適用於

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

資料流名稱。

屬性值

ConnectionManagerItem

具有指定之資料流名稱的連接管理員物件。

適用於