Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Adds an object to the end of the ResourceOperationsCollection.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Синтаксис
'Декларация
Public Function Add ( _
operation As ResourceOperation _
) As Integer
public int Add (
ResourceOperation operation
)
public:
int Add (
ResourceOperation operation
)
public int Add (
ResourceOperation operation
)
public function Add (
operation : ResourceOperation
) : int
Параметры
- operation
The resource operation to add to the collection.
Возвращаемое значение
The position into which the new resource operation was inserted.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ResourceOperationsCollection Class
ResourceOperationsCollection Members
Microsoft.ReportingServices.Interfaces Namespace