IServerAuditFacet Interface
Interface that identifies audit facet members. This interface is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<CLSCompliantAttribute(False)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<DisplayNameKeyAttribute("ServerAuditName")> _
<DisplayDescriptionKeyAttribute("ServerAuditDesc")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
Public Interface IServerAuditFacet
Inherits IDmfFacet
[CLSCompliantAttribute(false)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute("ServerAuditName")]
[DisplayDescriptionKeyAttribute("ServerAuditDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
public interface IServerAuditFacet : IDmfFacet
[CLSCompliantAttribute(false)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute(L"ServerAuditName")]
[DisplayDescriptionKeyAttribute(L"ServerAuditDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
public interface class IServerAuditFacet : IDmfFacet
/** @attribute CLSCompliantAttribute(false) */
/** @attribute TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) */
/** @attribute LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR") */
/** @attribute DisplayNameKeyAttribute("ServerAuditName") */
/** @attribute DisplayDescriptionKeyAttribute("ServerAuditDesc") */
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) */
public interface IServerAuditFacet extends IDmfFacet
CLSCompliantAttribute(false)
TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter)
LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")
DisplayNameKeyAttribute("ServerAuditName")
DisplayDescriptionKeyAttribute("ServerAuditDesc")
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)
public interface IServerAuditFacet extends IDmfFacet
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.