DataSourceViewCollection.Add Método
Creates and adds a DataSourceView to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add As DataSourceView
'Uso
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
Valor devuelto
Tipo: Microsoft.AnalysisServices.DataSourceView
A new, empty DataSourceView.