ServerAuditSpecificationExtender Class
Adds methods and properties to the ServerAuditSpecification object.
This API is not CLS-compliant. The CLS-compliant alternative is [false].
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<ServerAuditSpecification>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<ServerAuditSpecification>
Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<CLSCompliantAttribute(False)> _
Public Class ServerAuditSpecificationExtender _
Inherits SmoObjectExtender(Of ServerAuditSpecification) _
Implements ISfcValidate
'Kullanım
Dim instance As ServerAuditSpecificationExtender
[CLSCompliantAttribute(false)]
public class ServerAuditSpecificationExtender : SmoObjectExtender<ServerAuditSpecification>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class ServerAuditSpecificationExtender : public SmoObjectExtender<ServerAuditSpecification^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type ServerAuditSpecificationExtender =
class
inherit SmoObjectExtender<ServerAuditSpecification>
interface ISfcValidate
end
public class ServerAuditSpecificationExtender extends SmoObjectExtender<ServerAuditSpecification> implements ISfcValidate
The ServerAuditSpecificationExtender type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerAuditSpecificationExtender() | Adds methods and properties to the ServerAuditSpecification object with the default property values. | |
ServerAuditSpecificationExtender(ServerAuditSpecification) | Adds methods and properties to the specified ServerAuditSpecification object. |
Top
Properties
Name | Description | |
---|---|---|
Audits | Gets the collection of objects in the server extender. | |
AuditSpecificationDetails | Gets or sets the specification details after auditing. | |
ConnectionContext | Returns the connection context for the ServerAuditSpecification object. | |
DatabaseName | Gets the specified name of the database. | |
GridValidationState | Gets or sets the current status of the validation. | |
Parent | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
State | Returns the state of the ServerAuditSpecification object. | |
Type | Gets the type of ServerAuditSpecification object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Inherited from SmoObjectExtender<T>.) | |
GetPropertySet | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
OnPropertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
parent_PropertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
RegisterProperty(PropertyInfo, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
ToString | (Inherited from Object.) | |
Validate | Validates the specified method with specified parameters for the server audit specification. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
PropertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.