Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Adds an object to the end of the CatalogOperationsCollection.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Синтаксис
'Декларация
Public Function Add ( _
operation As CatalogOperation _
) As Integer
public int Add (
CatalogOperation operation
)
public:
int Add (
CatalogOperation operation
)
public int Add (
CatalogOperation operation
)
public function Add (
operation : CatalogOperation
) : int
Параметры
- operation
The catalog operation to add to the collection.
Возвращаемое значение
The position into which the new catalog 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.
См. также
Справочник
CatalogOperationsCollection Class
CatalogOperationsCollection Members
Microsoft.ReportingServices.Interfaces Namespace