Свойство ExecutionOperationCollection.Item (Int64)

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

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    id As Long _
) As ExecutionOperation 
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

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

Тип: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.

См. также

Справочник

ExecutionOperationCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.IntegrationServices