Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.