IServerPerformanceFacet-Schnittstelle

An interface for the performance facet.

Diese API ist nicht mit CLS kompatibel. 

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

Der IServerPerformanceFacet-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace