Compartilhar via


Propriedade do RDL IDTSPackageInfos100.Item

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the IDTSPackageInfo100 object from the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSPackageInfo100 
    Get
'Uso
Dim instance As IDTSPackageInfos100 
Dim Index As Object 
Dim value As IDTSPackageInfo100 

value = instance(Index)
IDTSPackageInfo100 this[
    Object Index
] { get; }
property IDTSPackageInfo100^ default[[InAttribute] Object^ Index] {
    IDTSPackageInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSPackageInfo100
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • Index
    Tipo: System.Object
    The index of the object in the collection to return.

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageInfo100
The IDTSPackageInfo100 object from the collection that matches the index description provided in the Index parameter.

Comentários

For more information, see PackageInfos.

Consulte também

Referência

IDTSPackageInfos100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper