Compartilhar via


OperationCollection.Item[Int64] Propriedade

Definição

Obtém a operação com o nome especificado.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::Operation ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::Operation ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.Operation this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.Operation
Default Public ReadOnly Property Item(id As Long) As Operation

Parâmetros

id
Int64

O nome especificado.

Valor da propriedade

A operação com o nome especificado.

Aplica-se a