EnumDatabaseAuditSpecification 方法

Enumerates a list of databases and audit specifications defined by the audit.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function EnumDatabaseAuditSpecification As DataTable
用法
Dim instance As Audit
Dim returnValue As DataTable

returnValue = instance.EnumDatabaseAuditSpecification()
public DataTable EnumDatabaseAuditSpecification()
public:
DataTable^ EnumDatabaseAuditSpecification()
member EnumDatabaseAuditSpecification : unit -> DataTable 
public function EnumDatabaseAuditSpecification() : DataTable

返回值

类型:System.Data. . :: . .DataTable
A DataTable system object value that contains a list of information about the databases in the audit. The table describes the different columns of the returned DataTable.

Column

Data type

Description

Database Name

String

The name of the database.

DB Specification Name

String

The name of the database audit specification associated with the database.