DatabaseAuditSpecificationExtender 類別
Adds methods and properties to the DatabaseAuditSpecification object.
此 API 不符合 CLS 標準。
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo..::..DatabaseAuditSpecificationExtender
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Public Class DatabaseAuditSpecificationExtender _
Inherits SmoObjectExtender(Of DatabaseAuditSpecification) _
Implements ISfcValidate
'用途
Dim instance As DatabaseAuditSpecificationExtender
[CLSCompliantAttribute(false)]
public class DatabaseAuditSpecificationExtender : SmoObjectExtender<DatabaseAuditSpecification>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class DatabaseAuditSpecificationExtender : public SmoObjectExtender<DatabaseAuditSpecification^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type DatabaseAuditSpecificationExtender =
class
inherit SmoObjectExtender<DatabaseAuditSpecification>
interface ISfcValidate
end
public class DatabaseAuditSpecificationExtender extends SmoObjectExtender<DatabaseAuditSpecification> implements ISfcValidate
DatabaseAuditSpecificationExtender 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
DatabaseAuditSpecificationExtender() () () () | Adds methods and properties to the DatabaseAuditSpecification object. | |
DatabaseAuditSpecificationExtender(DatabaseAuditSpecification) | Adds methods and properties to the specified DatabaseAuditSpecification object. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Audits | Gets a StringCollection. | |
AuditSpecificationDetails | Gets or sets a Datatable. | |
ConnectionContext | Returns the connection context for the DatabaseAuditSpecification object. | |
DatabaseName | Gets the name of the database associated with the DatabaseAuditSpecification object. | |
GridValidationState | Gets or sets a ValidationState object. | |
Parent | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
State | Returns the state of the DatabaseAuditSpecification object. | |
Type | Gets the type of DatabaseAuditSpecification object. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (繼承自 SmoObjectExtender< (Of < ( <'T> ) > ) >。) | |
GetPropertySet | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
OnPropertyMetadataChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
parent_PropertyChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
RegisterProperty(PropertyInfo, String) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
ToString | (繼承自 Object。) | |
Validate | Validates the specified method with specified parameters for the database audit specification. |
上層
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) | |
PropertyMetadataChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。