Freigeben über


DataSourceViewCollection.Add-Methode

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

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

Syntax

'Declaration
Public Function Add As DataSourceView
'Usage
Dim instance As DataSourceViewCollection 
Dim returnValue As DataSourceView 

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

Rückgabewert

Typ: Microsoft.AnalysisServices.DataSourceView
A new, empty DataSourceView.

Siehe auch

Verweis

DataSourceViewCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace