ILogFilePerformanceFacet 인터페이스

The ILogFilePerformanceFacet is an interface that represents the log file performance. This is used in determining performance-based policies.

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

구문

‘선언
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None Or AutomatedPolicyEvaluationMode.CheckOnChanges Or AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")> _
<DisplayNameKeyAttribute("LogFilePerformanceName")> _
<DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")> _
Public Interface ILogFilePerformanceFacet _
    Inherits IDmfFacet
‘사용 방법
Dim instance As ILogFilePerformanceFacet
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")]
[DisplayNameKeyAttribute("LogFilePerformanceName")]
[DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")]
public interface ILogFilePerformanceFacet : IDmfFacet
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::None|AutomatedPolicyEvaluationMode::CheckOnChanges|AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Utility.FacetSR")]
[DisplayNameKeyAttribute(L"LogFilePerformanceName")]
[DisplayDescriptionKeyAttribute(L"LogFilePerformanceDesc")]
public interface class ILogFilePerformanceFacet : IDmfFacet
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")>]
[<DisplayNameKeyAttribute("LogFilePerformanceName")>]
[<DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")>]
type ILogFilePerformanceFacet =  
    interface 
        interface IDmfFacet 
    end
public interface ILogFilePerformanceFacet extends IDmfFacet

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

속성

  이름 설명
공용 속성 SpaceUtilization Gets the space utilization of the log file.

맨 위로 이동

참고 항목

참조

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