Classe AuditExtender
Adds methods and properties to the Audit object.
Questa API non è conforme a CLS.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'Audit> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'Audit> ) > ) >
Microsoft.SqlServer.Management.Smo..::..AuditExtender
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<CLSCompliantAttribute(False)> _
Public Class AuditExtender _
Inherits SmoObjectExtender(Of Audit) _
Implements ISfcValidate
'Utilizzo
Dim instance As AuditExtender
[CLSCompliantAttribute(false)]
public class AuditExtender : SmoObjectExtender<Audit>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class AuditExtender : public SmoObjectExtender<Audit^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type AuditExtender =
class
inherit SmoObjectExtender<Audit>
interface ISfcValidate
end
public class AuditExtender extends SmoObjectExtender<Audit> implements ISfcValidate
Nel tipo AuditExtender sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
AuditExtender() () () () | Adds methods and properties to the Audit object. | |
AuditExtender(Audit) | Adds methods and properties to the Audit object. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ConnectionContext | Returns the connection context for the Audit object. | |
Parent | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
State | Returns the state of the Audit object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. Ereditato da SmoObjectExtender< (Of < ( <'T> ) > ) >. | |
GetPropertySet | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
OnPropertyMetadataChanged | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
parent_PropertyChanged | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
RegisterProperty(PropertyInfo, String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
ToString | Ereditato da Object. | |
Validate | Validates the specified method with specified parameters for the audit. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. | |
PropertyMetadataChanged | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.