Share via


LoginProperty.setDatabase(String) Method

Definition

Sets the name of the database to log on to.

public:
 virtual void setDatabase(System::String ^ _database);
public virtual void setDatabase (string _database);
abstract member setDatabase : string -> unit
override this.setDatabase : string -> unit
Public Overridable Sub setDatabase (_database As String)

Parameters

_database
String

The name of the database.

Applies to