Свойство OperationCollection.Item (Int64)
Gets the operation with the specified name.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
id As Long _
) As Operation
Get
'Применение
Dim instance As OperationCollection
Dim id As Long
Dim value As Operation
value = instance(id)
public Operation this[
long id
] { get; }
public:
property Operation^ default[long long id] {
Operation^ get (long long id);
}
member Item : Operation
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- id
Тип: System.Int64
The specified name.
Значение свойства
Тип: Microsoft.SqlServer.Management.IntegrationServices.Operation
The operation with the specified name.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices