Condividi tramite


AdomdConnection.ChangeDatabase Method

Changes the current database of the open AdomdConnection.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
Public Sub ChangeDatabase ( _
    database As String _
)
public void ChangeDatabase (
    string database
)
public:
virtual void ChangeDatabase (
    String^ database
) sealed
public final void ChangeDatabase (
    String database
)
public final function ChangeDatabase (
    database : String
)

Parametri

  • database
    The name of the database to which the AdomdConnection should connect.

Eccezioni

Tipo di eccezione Condizione
System.InvalidOperationException

The database parameter is set to a null value, an empty string, or a string containing only spaces.

The AdomdConnection is not connected to a valid session.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace