Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.