Condividi tramite


Proprietà OperationCollection.Item (Int64)

Gets the operation with the specified name.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    id As Long _
) As Operation 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Vedere anche

Riferimento

OperationCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices