Condividi tramite


Interfaccia IDataFilePerformanceFacet

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

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
<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
'Utilizzo
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

Nel tipo IDataFilePerformanceFacet sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica SpaceUtilization Gets the space used by the file in bytes.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Utility