Catalog.SetCurrentDatabase(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.