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


Метод Add (String, String)

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

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

Синтаксис

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

returnValue = instance.Add(name, id)
public DataSourceView Add(
    string name,
    string id
)
public:
DataSourceView^ Add(
    String^ name, 
    String^ id
)
member Add : 
        name:string * 
        id:string -> DataSourceView 
public function Add(
    name : String, 
    id : String
) : DataSourceView

Параметры

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

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