Partager via


Propriété IDTSPackageInfos100.Item

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the IDTSPackageInfo100 object from the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSPackageInfo100 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Notes

For more information, see PackageInfos.

Voir aussi

Référence

IDTSPackageInfos100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper