Compartir a través de


Interfaz ILogFilePerformanceFacet

The ILogFilePerformanceFacet is an interface that represents the log file performance. This is used in determining performance-based policies.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None Or AutomatedPolicyEvaluationMode.CheckOnChanges Or AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")> _
<DisplayNameKeyAttribute("LogFilePerformanceName")> _
Public Interface ILogFilePerformanceFacet _
    Inherits IDmfFacet
'Uso
Dim instance As ILogFilePerformanceFacet
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")]
[DisplayNameKeyAttribute("LogFilePerformanceName")]
public interface ILogFilePerformanceFacet : IDmfFacet
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[DisplayDescriptionKeyAttribute(L"LogFilePerformanceDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::None|AutomatedPolicyEvaluationMode::CheckOnChanges|AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Utility.FacetSR")]
[DisplayNameKeyAttribute(L"LogFilePerformanceName")]
public interface class ILogFilePerformanceFacet : IDmfFacet
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<DisplayDescriptionKeyAttribute("LogFilePerformanceDesc")>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Utility.FacetSR")>]
[<DisplayNameKeyAttribute("LogFilePerformanceName")>]
type ILogFilePerformanceFacet =  
    interface
        interface IDmfFacet
    end
public interface ILogFilePerformanceFacet extends IDmfFacet

El tipo ILogFilePerformanceFacet expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública SpaceUtilization Gets the space utilization of the log file.

Arriba