Freigeben über


AdomdConnection.ChangeDatabase-Methode

Changes the current database of the open AdomdConnection.

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

Syntax

'Declaration
Public Sub ChangeDatabase ( _
    database As String _
)
'Usage
Dim instance As AdomdConnection 
Dim database As String

instance.ChangeDatabase(database)
public void ChangeDatabase(
    string database
)
public:
virtual void ChangeDatabase(
    String^ database
) sealed
abstract ChangeDatabase : 
        database:string -> unit  
override ChangeDatabase : 
        database:string -> unit
public final function ChangeDatabase(
    database : String
)

Parameter

Implementiert

IDbConnection.ChangeDatabase(String)

Ausnahmen

Ausnahme Bedingung
System.InvalidOperationException

The database parameter is set to a nullein NULL-Verweis (Nothing in Visual Basic) value, an empty string, or a string containing only spaces.

The AdomdConnection is not connected to a valid session.

Siehe auch

Verweis

AdomdConnection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace