IServerAuditFacet 인터페이스

Interface that identifies audit facet members.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<DisplayNameKeyAttribute("ServerAuditName")> _
<DisplayDescriptionKeyAttribute("ServerAuditDesc")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<CLSCompliantAttribute(False)> _
Public Interface IServerAuditFacet _
    Inherits IDmfFacet
‘사용 방법
Dim instance As IServerAuditFacet
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute("ServerAuditName")]
[DisplayDescriptionKeyAttribute("ServerAuditDesc")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[CLSCompliantAttribute(false)]
public interface IServerAuditFacet : IDmfFacet
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute(L"ServerAuditName")]
[DisplayDescriptionKeyAttribute(L"ServerAuditDesc")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[CLSCompliantAttribute(false)]
public interface class IServerAuditFacet : IDmfFacet
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")>]
[<DisplayNameKeyAttribute("ServerAuditName")>]
[<DisplayDescriptionKeyAttribute("ServerAuditDesc")>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<CLSCompliantAttribute(false)>]
type IServerAuditFacet =  
    interface 
        interface IDmfFacet 
    end
public interface IServerAuditFacet extends IDmfFacet

IServerAuditFacet 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 C2AuditTracingEnabled Gets or sets a value that indicates whether the C2 audit tracing is enabled.
공용 속성 DefaultTraceEnabled Indicates whether there is a default trace level set for a server.
공용 속성 LoginAuditLevel Gets or sets a login audit level.

맨 위로 이동

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스