IAdmServiceLogDatabaseServerCommunicationInfo
The IAdmServiceLogDatabaseServerCommunicationInfo interface provides information about the status of the connection between an Adaxes service and an external log database.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
AdaxesServiceHostName
-
Gets the host name of Adaxes service.
-
AccountName
-
Gets the name of the account that is used to connect to the external database.
-
DatabaseInfo
-
Gets an object that contains information about the external log database.
-
Status
-
Gets a value that indicates whether the Adaxes service is able to connect to the external log database.
-
ErrorMessage
-
Gets an error message that describes why the Adaxes service cannot connect to the external database.
Details
AdaxesServiceHostName
Gets the host name of Adaxes service.
- Type:
- string
- Access:
- Read-only
AccountName
Gets the name of the account that is used to connect to the external database.
- Type:
- string
- Access:
- Read-only
DatabaseInfo
Gets an object that contains information about the external log database. The interfaces supported by the object depend on the external database type.
For MS SQL databases, the property gets an instance of the IAdmServiceLogMSSqlServerDatabaseInfo interface.
- Type:
- Object
- Access:
- Read-only
Status
Gets a value that indicates whether the Adaxes service is able to connect to the external log database.
- Type:
- ADM_COMUNICATIONSTATUS_ENUM
- Access:
- Read-only
Remarks
If the property value is ADM_COMUNICATIONSTATUS_ERROR
, the ErrorMessage
property contains error details.
ErrorMessage
Gets an error message that describes why the Adaxes service cannot connect to the external database.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2013.2