ExecutionOperationCollection.Item Propiedad (Int64)
Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.
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 ExecutionOperation
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- id
Tipo: System.Int64
The identifier.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.
Vea también
Referencia
ExecutionOperationCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices