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
<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
'Usage
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
The IDataFilePerformanceFacet type exposes the following members.
Properties
Name | Description | |
---|---|---|
SpaceUtilization | Gets the space used by the file in bytes. |
Top