PackageItems.Item[] プロパティ

定義

PackageItems コレクションから PackageItem オブジェクトを返します。

オーバーロード

Item[Int32]

指定されたインデックスに基づいて PackageItems コレクションから PackageItem オブジェクトを返します。

Item[String]

指定されたストリーム名に基づいて PackageItems コレクションから PackageItem オブジェクトを返します。

Item[Int32]

指定されたインデックスに基づいて PackageItems コレクションから PackageItem オブジェクトを返します。

public:
 property Microsoft::SqlServer::Dts::Runtime::PackageItem ^ default[int] { Microsoft::SqlServer::Dts::Runtime::PackageItem ^ get(int index); };
public Microsoft.SqlServer.Dts.Runtime.PackageItem this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Dts.Runtime.PackageItem
Default Public ReadOnly Property Item(index As Integer) As PackageItem

パラメーター

index
Int32

インデックス。

プロパティ値

PackageItem

指定されたインデックスに基づく PackageItems コレクションからの PackageItem オブジェクト。

適用対象

Item[String]

指定されたストリーム名に基づいて PackageItems コレクションから PackageItem オブジェクトを返します。

public:
 property Microsoft::SqlServer::Dts::Runtime::PackageItem ^ default[System::String ^] { Microsoft::SqlServer::Dts::Runtime::PackageItem ^ get(System::String ^ streamName); };
public Microsoft.SqlServer.Dts.Runtime.PackageItem this[string streamName] { get; }
member this.Item(string) : Microsoft.SqlServer.Dts.Runtime.PackageItem
Default Public ReadOnly Property Item(streamName As String) As PackageItem

パラメーター

streamName
String

ストリームの名前です。

プロパティ値

PackageItem

指定されたストリーム名に基づく PackageItems コレクションからの PackageItem オブジェクト。

適用対象