Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ILogFilePerformanceFacet is an interface that represents the log 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)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")> _
<DisplayNameKeyAttribute("LogFilePerformanceName")> _
<DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")> _
Public Interface ILogFilePerformanceFacet _
Inherits IDmfFacet
'Usage
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
The ILogFilePerformanceFacet type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
SpaceUtilization | Gets the space utilization of the log file. |
Top