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