Classe ServerAuditSpecificationExtender
Adds methods and properties to the ServerAuditSpecification object.
Essa API não é compatível com CLS. A alternativa compatível com CLS é [false].
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'ServerAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'ServerAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo..::..ServerAuditSpecificationExtender
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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
O tipo ServerAuditSpecificationExtender expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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 | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
State | Returns the state of the ServerAuditSpecification object. | |
Type | Gets the type of ServerAuditSpecification object. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Herdado de SmoObjectExtender< (Of < ( <'T> ) > ) >.) | |
GetPropertySet | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
OnPropertyMetadataChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo, String) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
ToString | (Herdado de Object.) | |
Validate | Validates the specified method with specified parameters for the server audit specification. |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
PropertyMetadataChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.