Share via


Catalog.SetCurrentDatabase(String) Method

Definition

Sets the current default database in this session.

public void SetCurrentDatabase (string dbName);
member this.SetCurrentDatabase : string -> unit
Public Sub SetCurrentDatabase (dbName As String)

Parameters

dbName
String

The name of the database to set.

Applies to