Condividi tramite


Proprietà ExecutionOperationCollection.Item (Int64)

Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.

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 ExecutionOperation 
    Get
'Utilizzo
Dim instance As ExecutionOperationCollection 
Dim id As Long 
Dim value As ExecutionOperation 

value = instance(id)
public ExecutionOperation this[
    long id
] { get; }
public:
property ExecutionOperation^ default[long long id] {
    ExecutionOperation^ get (long long id);
}
member Item : ExecutionOperation
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.

Vedere anche

Riferimento

ExecutionOperationCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices