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


Метод DataSourceCollection.Add (String)

Creates and adds a DataSource, with the specified identifier, to the end of the collection.

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

Синтаксис

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

returnValue = instance.Add(name)
public RelationalDataSource Add(
    string name
)
public:
RelationalDataSource^ Add(
    String^ name
)
member Add : 
        name:string -> RelationalDataSource
public function Add(
    name : String
) : RelationalDataSource

Параметры

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

Тип: Microsoft.AnalysisServices.RelationalDataSource
The zero-based index at which the DataSource has been added.

См. также

Справочник

DataSourceCollection Класс

Перегрузка Add

Пространство имен Microsoft.AnalysisServices