共用方式為


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.