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


Метод Add (DataSourceView)

Adds a DataSourceView to the end of the collection.

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

Синтаксис

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

returnValue = instance.Add(item)
public int Add(
    DataSourceView item
)
public:
int Add(
    DataSourceView^ item
)
member Add : 
        item:DataSourceView -> int 
public function Add(
    item : DataSourceView
) : int

Параметры

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

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