Share via


IDataFilePerformanceFacet Interface

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

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

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

The IDataFilePerformanceFacet type exposes the following members.

Properties

  Name Description
Public property SpaceUtilization Gets the space used by the file in bytes.

Top