IServerPerformanceFacet 인터페이스

An interface for the performance facet.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
<CLSCompliantAttribute(False)> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<DisplayNameKeyAttribute("ServerPerformanceName")> _
Public Interface IServerPerformanceFacet _
    Inherits IDmfFacet
‘사용 방법
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

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 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.

맨 위로 이동

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스