Freigeben über


DatabaseCollection.Add-Methode

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

Rückgabewert

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

Siehe auch

Verweis

DatabaseCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace