Поделиться через


ExecutionOperationCollection.Item[Int64] Свойство

Определение

Возвращает или задает операцию выполнения объекта ExecutionOperationCollection с заданным идентификатором.

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

Параметры

id
Int64

Идентификатор.

Значение свойства

Операция выполнения указанного объекта.

Применяется к