IServerPerformanceFacet Interface
SQL Server 2012
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)
[TypeConverterAttribute(typeof(LocalizableTypeConverter))] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)] [DisplayDescriptionKeyAttribute("ServerPerformanceDesc")] [DisplayNameKeyAttribute("ServerPerformanceName")] [CLSCompliantAttribute(false)] public interface IServerPerformanceFacet : IDmfFacet
The IServerPerformanceFacet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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 or sets the maximum number of available locks. |
![]() | 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. |

