IServerPerformanceFacet 接口

An interface for the performance facet.

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("ServerPerformanceName")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<CLSCompliantAttribute(False)> _
Public Interface IServerPerformanceFacet _
    Inherits IDmfFacet
用法
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

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 版本支持此命名空间、类或成员。