Поделиться через


Метод Add

Creates and adds a DataSource to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add As RelationalDataSource
'Применение
Dim instance As DataSourceCollection
Dim returnValue As RelationalDataSource

returnValue = instance.Add()
public RelationalDataSource Add()
public:
RelationalDataSource^ Add()
member Add : unit -> RelationalDataSource 
public function Add() : RelationalDataSource

Возвращаемое значение

Тип Microsoft.AnalysisServices. . :: . .RelationalDataSource
A new, empty DataSource.