Share via


IServerPerformanceFacet 介面

An interface for the performance facet.

此 API 不符合 CLS 標準。 

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

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

IServerPerformanceFacet 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Affinity64IOMask Gets the affinity64 IO mask property for an instance of SQL Server.
公用屬性 Affinity64Mask Gets the affinity 64 mask for an instance of SQL Server.
公用屬性 AffinityIOMask Gets the affinity IO mask for an instance of SQL Server.
公用屬性 AffinityMask Gets the affinity mask property for an instance of SQL Server.
公用屬性 BlockedProcessThreshold Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
公用屬性 CostThresholdForParallelism Gets or sets the CostThresholdForParallelism property for an instance of SQL Server.
公用屬性 DynamicLocks Gets the DynamicLocks property for an instance of SQL Server.
公用屬性 LightweightPoolingEnabled Gets a Boolean that specifies the LightweightPoolingEnabled property for an instance of SQL Server.
公用屬性 MaxDegreeOfParallelism Gets or sets the MaxDegreeOfParallelism property for an instance of SQL Server.
公用屬性 MaxWorkerThreads Gets the MaxWorkerThreads property for an instance of SQL Server.
公用屬性 NetworkPacketSize Gets or sets the NetworkPacketSize property for an instance of SQL Server.
公用屬性 OpenObjects Gets the OpenObjects property for an instance of SQL Server.

上層

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。