Share via


IServerPerformanceFacet Interface

An interface for the performance facet.

This API is not CLS-compliant. 

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

Syntax

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

The IServerPerformanceFacet type exposes the following members.

Properties

  Name Description
Public property Affinity64IOMask Gets the affinity64 IO mask property for an instance of SQL Server.
Public property Affinity64Mask Gets the affinity 64 mask for an instance of SQL Server.
Public property AffinityIOMask Gets the affinity IO mask for an instance of SQL Server.
Public property AffinityMask Gets the affinity mask property for an instance of SQL Server.
Public property BlockedProcessThreshold Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
Public property CostThresholdForParallelism Gets or sets the CostThresholdForParallelism property for an instance of SQL Server.
Public property DynamicLocks Gets or sets the maximum number of available locks.
Public property LightweightPoolingEnabled Gets a Boolean that specifies the LightweightPoolingEnabled property for an instance of SQL Server.
Public property MaxDegreeOfParallelism Gets or sets the MaxDegreeOfParallelism property for an instance of SQL Server.
Public property MaxWorkerThreads Gets the MaxWorkerThreads property for an instance of SQL Server.
Public property NetworkPacketSize Gets or sets the NetworkPacketSize property for an instance of SQL Server.
Public property OpenObjects Gets the OpenObjects property for an instance of SQL Server.

Top

Remarks

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

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace