Share via


DatabaseCollection.Add Method

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

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

Syntax

'Declaration
Public Function Add As Database
'Usage
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

Return Value

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

See Also

Reference

DatabaseCollection Class

Add Overload

Microsoft.AnalysisServices Namespace