Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- id
Тип: System.Int64
The identifier.
Значение свойства
Тип: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.
См. также
Справочник
ExecutionOperationCollection Класс
Пространство имен Microsoft.SqlServer.Management.IntegrationServices