Classe ServerAuditSpecificationExtender

Adds methods and properties to the ServerAuditSpecification object.

Cette API n'est pas conforme CLS. L'alternative conforme CLS est [false].

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Class ServerAuditSpecificationExtender _
    Inherits SmoObjectExtender(Of ServerAuditSpecification) _
    Implements ISfcValidate
'Utilisation
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

Le type ServerAuditSpecificationExtender expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ServerAuditSpecificationExtender() () () () Adds methods and properties to the ServerAuditSpecification object with the default property values.
Méthode publique ServerAuditSpecificationExtender(ServerAuditSpecification) Adds methods and properties to the specified ServerAuditSpecification object.

Haut de la page

Propriétés

  Nom Description
Propriété publique Audits Gets the collection of objects in the server extender.
Propriété publique AuditSpecificationDetails Gets or sets the specification details after auditing.
Propriété publique ConnectionContext Returns the connection context for the ServerAuditSpecification object.
Propriété publique DatabaseName Gets the specified name of the database.
Propriété publique GridValidationState Gets or sets the current status of the validation.
Propriété protégée Parent Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Propriété publique State Returns the state of the ServerAuditSpecification object.
Propriété publique Type Gets the type of ServerAuditSpecification object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode protégée GetParentSfcPropertySet Returns an instance of the parent objects property set. (hérité de SmoObjectExtender< (Of < ( <'T> ) > ) >.)
Méthode publique GetPropertySet Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode protégée OnPropertyMetadataChanged Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode protégée parent_PropertyChanged Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode protégée parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode protégée RegisterParentProperty Registers the property of the parent that has not been included in properties collection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode protégée RegisterProperty(PropertyInfo) Registers an additional reflected property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode protégée RegisterProperty(PropertyInfo, String) Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Méthode publique ToString (hérité de Object.)
Méthode publique Validate Validates the specified method with specified parameters for the server audit specification.

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Événement public PropertyMetadataChanged Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.