Share via


Clase ServerAuditSpecificationExtender

Adds methods and properties to the ServerAuditSpecification object.

Esta API no es compatible con CLS. La alternativa compatible con CLS es [false].

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'ServerAuditSpecification> ) > ) >
    Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'ServerAuditSpecification> ) > ) >
      Microsoft.SqlServer.Management.Smo..::..ServerAuditSpecificationExtender

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
Public Class ServerAuditSpecificationExtender _
    Inherits SmoObjectExtender(Of ServerAuditSpecification) _
    Implements ISfcValidate
'Uso
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

El tipo ServerAuditSpecificationExtender expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ServerAuditSpecificationExtender() () () () Adds methods and properties to the ServerAuditSpecification object with the default property values.
Método público ServerAuditSpecificationExtender(ServerAuditSpecification) Adds methods and properties to the specified ServerAuditSpecification object.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Audits Gets the collection of objects in the server extender.
Propiedad pública AuditSpecificationDetails Gets or sets the specification details after auditing.
Propiedad pública ConnectionContext Returns the connection context for the ServerAuditSpecification object.
Propiedad pública DatabaseName Gets the specified name of the database.
Propiedad pública GridValidationState Gets or sets the current status of the validation.
Propiedad protegida Parent No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Propiedad pública State Returns the state of the ServerAuditSpecification object.
Propiedad pública Type Gets the type of ServerAuditSpecification object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método protegido GetParentSfcPropertySet Returns an instance of the parent objects property set. (Se hereda de SmoObjectExtender< (Of < ( <'T> ) > ) >.)
Método público GetPropertySet No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido OnPropertyMetadataChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterParentProperty Registers the property of the parent that has not been included in properties collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo) Registers an additional reflected property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo, String) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público ToString (Se hereda de Object.)
Método público Validate Validates the specified method with specified parameters for the server audit specification.

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Evento público PropertyMetadataChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.