DatabaseAttributes class | QSYS API Reference Guide
Estimated reading time: 2 minutes
Database properties, as reported by ISourceProvider.DatabaseAttributes.
Namespace: ASNA.DataGate.Providers Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Thread Safety
Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Constructors
Name | Description |
---|---|
DatabaseAttributes(String, String, String, String, String, String, Int32, Int32, Boolean) | Initializes a new instance of the DatabaseAttributes class with the specified parameters. |
DatabaseAttributes(String, String, String, String, String, String, Int32, Int32, Boolean)
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. |
Properties
Type | Name | Description |
---|---|---|
Int32 | BusySeats | Gets or sets the number of busy seats. |
String | Database | Gets or sets the name of the database. |
String | Hardware | Gets or sets the hardware information. |
String | OperatingSystem | Gets or sets the operating system. |
String | OriginalLabel | Gets or sets the original label. |
String | ProxyName | Gets or sets the name of the proxy. |
String | ProxyVersion | Gets or sets the version of the proxy. |
Boolean | Secure | Gets or sets a value indicating whether the connection is secure. |
Int32 | TotalSeats | Gets or sets the total number of seats. |