次の方法で共有


IServerPerformanceFacet インターフェイス

パフォーマンス ファセットのインターフェイスです。

この 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 SQL Server のインスタンスの affinity64 IO mask プロパティを取得します。
パブリック プロパティ Affinity64Mask SQL Server のインスタンスの affinity 64 mask を取得します。
パブリック プロパティ AffinityIOMask SQL Server のインスタンスの affinity IO mask を取得します。
パブリック プロパティ AffinityMask SQL Server のインスタンスの affinity mask プロパティを取得します。
パブリック プロパティ BlockedProcessThreshold SQL Server のインスタンスの BlockedProcessThreshold プロパティを取得します。値の設定も可能です。
パブリック プロパティ CostThresholdForParallelism SQL Server のインスタンスの CostThresholdForParallelism プロパティを取得します。値の設定も可能です。
パブリック プロパティ DynamicLocks 使用可能なロックの最大数を取得または設定します。
パブリック プロパティ LightweightPoolingEnabled SQL Server のインスタンスの LightweightPoolingEnabled プロパティを示す Boolean 値を取得します。
パブリック プロパティ MaxDegreeOfParallelism SQL Server のインスタンスの MaxDegreeOfParallelism プロパティを取得します。値の設定も可能です。
パブリック プロパティ MaxWorkerThreads SQL Server のインスタンスの MaxWorkerThreads プロパティを取得します。
パブリック プロパティ NetworkPacketSize SQL Server のインスタンスの NetworkPacketSize プロパティを取得します。値の設定も可能です。
パブリック プロパティ OpenObjects SQL Server のインスタンスの OpenObjects プロパティを取得します。

先頭に戻る

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間