DatabaseAuditSpecificationExtender-Klasse
Adds methods and properties to the DatabaseAuditSpecification object.
Diese API ist nicht mit CLS kompatibel.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'DatabaseAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo..::..DatabaseAuditSpecificationExtender
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class DatabaseAuditSpecificationExtender _
Inherits SmoObjectExtender(Of DatabaseAuditSpecification) _
Implements ISfcValidate
'Usage
Dim instance As DatabaseAuditSpecificationExtender
[CLSCompliantAttribute(false)]
public class DatabaseAuditSpecificationExtender : SmoObjectExtender<DatabaseAuditSpecification>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class DatabaseAuditSpecificationExtender : public SmoObjectExtender<DatabaseAuditSpecification^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type DatabaseAuditSpecificationExtender =
class
inherit SmoObjectExtender<DatabaseAuditSpecification>
interface ISfcValidate
end
public class DatabaseAuditSpecificationExtender extends SmoObjectExtender<DatabaseAuditSpecification> implements ISfcValidate
Der DatabaseAuditSpecificationExtender-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
DatabaseAuditSpecificationExtender() () () () | Adds methods and properties to the DatabaseAuditSpecification object. | |
DatabaseAuditSpecificationExtender(DatabaseAuditSpecification) | Adds methods and properties to the specified DatabaseAuditSpecification object. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Audits | Gets a StringCollection. | |
AuditSpecificationDetails | Gets or sets a Datatable. | |
ConnectionContext | Returns the connection context for the DatabaseAuditSpecification object. | |
DatabaseName | Gets the name of the database associated with the DatabaseAuditSpecification object. | |
GridValidationState | Gets or sets a ValidationState object. | |
Parent | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
State | Returns the state of the DatabaseAuditSpecification object. | |
Type | Gets the type of DatabaseAuditSpecification object. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Geerbt von SmoObjectExtender< (Of < ( <'T> ) > ) >.) | |
GetPropertySet | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
OnPropertyMetadataChanged | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyChanged | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo, String) | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
ToString | (Geerbt von Object.) | |
Validate | Validates the specified method with specified parameters for the database audit specification. |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
PropertyChanged | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
PropertyMetadataChanged | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.