IServerPerformanceFacet-Schnittstelle

An interface for the performance facet.

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("ServerPerformanceName")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<CLSCompliantAttribute(False)> _
Public Interface IServerPerformanceFacet _
    Inherits IDmfFacet
'Usage
Dim instance As IServerPerformanceFacet
[DisplayNameKeyAttribute("ServerPerformanceName")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")]
[CLSCompliantAttribute(false)]
public interface IServerPerformanceFacet : IDmfFacet
[DisplayNameKeyAttribute(L"ServerPerformanceName")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[DisplayDescriptionKeyAttribute(L"ServerPerformanceDesc")]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.FacetSR")]
[CLSCompliantAttribute(false)]
public interface class IServerPerformanceFacet : IDmfFacet
[<DisplayNameKeyAttribute("ServerPerformanceName")>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")>]
[<CLSCompliantAttribute(false)>]
type IServerPerformanceFacet =  
    interface
        interface IDmfFacet
    end
public interface IServerPerformanceFacet extends IDmfFacet

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.