Aracılığıyla paylaş


IServerPerformanceFacet Interface

An interface for the performance facet. This interface is not CLS-compliant.

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

Syntax

'Bildirim
<DisplayNameKeyAttribute("ServerPerformanceName")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<CLSCompliantAttribute(False)> _
Public Interface IServerPerformanceFacet
    Inherits IDmfFacet
[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
/** @attribute DisplayNameKeyAttribute("ServerPerformanceName") */ 
/** @attribute TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) */ 
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) */ 
/** @attribute DisplayDescriptionKeyAttribute("ServerPerformanceDesc") */ 
/** @attribute LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR") */ 
/** @attribute CLSCompliantAttribute(false) */ 
public interface IServerPerformanceFacet extends IDmfFacet
DisplayNameKeyAttribute("ServerPerformanceName") 
TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) 
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) 
DisplayDescriptionKeyAttribute("ServerPerformanceDesc") 
LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR") 
CLSCompliantAttribute(false) 
public interface IServerPerformanceFacet extends IDmfFacet

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.