Linguaggio

PackageItems.Item[] Proprietà

Definizione

Restituisce un oggetto PackageItem dalla collezione PackageItems.

Overload

Nome Descrizione
Item[Int32]

Restituisce un oggetto PackageItem dalla collezione PackageItems con indice specificato.

Item[String]

Restituisce un oggetto PackageItem dalla collezione PackageItems con il nome di flusso specificato.

Item[Int32]

Restituisce un oggetto PackageItem dalla collezione PackageItems con indice specificato.

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

Parametri

index
Int32

Indice.

Valore della proprietà

Un oggetto PackageItem dalla collezione PackageItems con indice specificato.

Si applica a

Item[String]

Restituisce un oggetto PackageItem dalla collezione PackageItems con il nome di flusso specificato.

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

Parametri

streamName
String

Il nome del flusso.

Valore della proprietà

Un oggetto PackageItem dalla collezione PackageItems con nome di flusso specificato.

Si applica a