Partager via


Propriété IDTSRunningPackages100.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 running package with the specified key.

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 IDTSRunningPackage100 
    Get
'Utilisation
Dim instance As IDTSRunningPackages100 
Dim Index As Object 
Dim value As IDTSRunningPackage100 

value = instance(Index)
IDTSRunningPackage100 this[
    Object Index
] { get; }
property IDTSRunningPackage100^ default[[InAttribute] Object^ Index] {
    IDTSRunningPackage100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSRunningPackage100
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 name, identity, ID, or index of the running package to return.

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRunningPackage100
The running package with the specified key.

Notes

For more information, see RunningPackages.

Voir aussi

Référence

IDTSRunningPackages100 Interface

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