Класс ServerAuditSpecificationExtender
Adds methods and properties to the ServerAuditSpecification object.
Этот API-интерфейс несовместим с CLS. В качестве CLS-совместимой альтернативы можно использовать [false].
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'ServerAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'ServerAuditSpecification> ) > ) >
Microsoft.SqlServer.Management.Smo..::..ServerAuditSpecificationExtender
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<CLSCompliantAttribute(False)> _
Public Class ServerAuditSpecificationExtender _
Inherits SmoObjectExtender(Of ServerAuditSpecification) _
Implements ISfcValidate
'Применение
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
Тип ServerAuditSpecificationExtender обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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 | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
State | Returns the state of the ServerAuditSpecification object. | |
Type | Gets the type of ServerAuditSpecification object. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Производный от SmoObjectExtender< (Of < ( <'T> ) > ) >.) | |
GetPropertySet | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
OnPropertyMetadataChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo, String) | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
ToString | (Производный от Object.) | |
Validate | Validates the specified method with specified parameters for the server audit specification. |
В начало
События
Имя | Описание | |
---|---|---|
PropertyChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
PropertyMetadataChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.