CurrentAuditServer property
Gets the currently connected management database.
Syntax
AuditServer class CurrentAuditServer {get;}
Return value
Returns the connected management database.
Discussion
You can use the SQL Server instance name property of the management database object returned by this property as a parameter value when you call the Connection.GetInstallation (server,database)
method.