IDataFilePerformanceFacet 인터페이스

The IDataFilePerformanceFacet is an interface that represents the data file performance. This is used in determining performance based policies.

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

구문

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

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

속성

  이름 설명
공용 속성 SpaceUtilization Gets the space used by the file in bytes.

맨 위로 이동

참고 항목

참조

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