Freigeben über


DataSourceViewCollection.Add-Methode (DataSourceView)

Adds a DataSourceView to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add ( _
    item As DataSourceView _
) As Integer
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

DataSourceViewCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace