DatabaseAttributes Constructor

Definition

Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll

Initializes a new instance of the DatabaseAttributes class with the specified parameters.

DatabaseAttributes(String, String, String, String, String, String, Int32, Int32, Boolean)

Parameters

Type Parameter name Description
String database The database name.
String proxyName The proxy name.
String proxyVersion The proxy version.
String operatingSystem The operating system.
String hardware The hardware.
String label The label.
Int32 totalSeats The total number of seats.
Int32 busySeats The number of busy seats.
Boolean secure Whether the connection is secure.

See Also