Partager via


Propriété OperationCollection.Item (Int64)

Gets the operation with the specified name.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    id As Long _
) As Operation 
    Get
'Utilisation
Dim instance As OperationCollection 
Dim id As Long 
Dim value As Operation 

value = instance(id)
public Operation this[
    long id
] { get; }
public:
property Operation^ default[long long id] {
    Operation^ get (long long id);
}
member Item : Operation
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.Operation
The operation with the specified name.

Voir aussi

Référence

OperationCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.IntegrationServices