Compartir a través de


OperationCollection.Item Propiedad (Int64)

Gets the operation with the specified name.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    id As Long _
) As Operation 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

OperationCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices