DatabaseAuditSpecificationExtender 类
Adds methods and properties to the DatabaseAuditSpecification object.
此 API 不符合 CLS。
继承层次结构
System. . :: . .Object
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 | ||
AuditSpecificationDetails | ||
ConnectionContext | Returns the connection context for the DatabaseAuditSpecification object. | |
DatabaseName | Gets the name of the database associated with the DatabaseAuditSpecification object. | |
GridValidationState | ||
Parent | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
State | Returns the state of the DatabaseAuditSpecification object. | |
Type | Gets the type of DatabaseAuditSpecification object. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetParentSfcPropertySet | (从 SmoObjectExtender< (Of < ( <'T> ) > ) > 继承。) | |
GetPropertySet | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
OnPropertyChanged | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
OnPropertyMetadataChanged | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
parent_PropertyChanged | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
parent_PropertyMetadataChanged | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
RegisterParentProperty | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
RegisterProperty(PropertyInfo) | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
RegisterProperty(PropertyInfo, String) | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
ToString | (从 Object 继承。) | |
Validate | Validates the specified method with specified parameters for the database audit specification. |
页首
事件
名称 | 说明 | |
---|---|---|
PropertyChanged | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) | |
PropertyMetadataChanged | 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) > 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。