Partager via


Méthode Add

Creates and adds a Database 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 Database
'Utilisation
Dim instance As DatabaseCollection
Dim returnValue As Database

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

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .Database
A new, empty Database.