Freigeben über


ILogFilePerformanceFacet-Schnittstelle

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

Der ILogFilePerformanceFacet-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft SpaceUtilization Gets the space utilization of the log file.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Management.Utility-Namespace