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