Méthode Add
Creates and adds a DataSourceView to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add As DataSourceView
'Utilisation
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
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .DataSourceView
A new, empty DataSourceView.
Voir aussi