AuditServer class
Manages AuditServer objects.
Syntax
class AuditServer
Properties
The AuditServer class provides the following properties:
Property | Description |
---|---|
DatabaseName property | Gets the database name of the management database. |
Name property (management database) | Gets the display name of the management database. |
OutgoingAccount property | Gets the outgoing account of the management database. |
ServerName property | Gets the Microsoft SQL Server instance name of the management database. |
Discussion
An AuditServer object holds information about an management database that is part of the audit installation. The management database stores license information, audit roles, and information about the components of the auditing infrastructure, including the scope of each audit store and the active and attached audit store databases.
See also
DatabaseName Property
Gets the database name of the management database.
Syntax
string DatabaseName {get;}
Return Value
Returns the database name of the management database.
Discussion
The management database stores license information, audit roles, and information about the components of the auditing infrastructure, including the scope of each audit store and the active and attached audit store databases.
See also
Name Property (management database)
Gets the display name of the management database.
Syntax
string Name {get;}
Return Value
Returns the display name of the management database.
Discussion
The management database display name is used in the Audit Manager console and must be unique in the installation. Note that this is not the management database instance name, which is the fully-qualified domain name of the management database, and is not necessarily the same as the management database name, which need not be unique in the installation.
See also
OutgoingAccount Property
Gets the outgoing account of the management database.
Syntax
Account class OutgoingAccount {get;}
Return Value
Returns the outgoing account of the management database.
Discussion
The user name of the outgoing account is the name by which the management database identifies itself when connecting to an audit store.
ServerName Property
Gets the Microsoft SQL Server instance name of the management database.
Syntax
string ServerName {get;}
Return Value
Returns the Microsoft SQL Server instance name of the management database.
Discussion
The Microsoft SQL Server instance name is the fully qualified domain name of the management database.
See also