Partilhar via


Interface IServerPerformanceFacet

An interface for the performance facet.

Essa API não é compatível com CLS. 

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

Sintaxe

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

O tipo IServerPerformanceFacet expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Affinity64IOMask Gets the affinity64 IO mask property for an instance of SQL Server.
Propriedade pública Affinity64Mask Gets the affinity 64 mask for an instance of SQL Server.
Propriedade pública AffinityIOMask Gets the affinity IO mask for an instance of SQL Server.
Propriedade pública AffinityMask Gets the affinity mask property for an instance of SQL Server.
Propriedade pública BlockedProcessThreshold Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
Propriedade pública CostThresholdForParallelism Gets or sets the CostThresholdForParallelism property for an instance of SQL Server.
Propriedade pública DynamicLocks Gets the DynamicLocks property for an instance of SQL Server.
Propriedade pública LightweightPoolingEnabled Gets a Boolean that specifies the LightweightPoolingEnabled property for an instance of SQL Server.
Propriedade pública MaxDegreeOfParallelism Gets or sets the MaxDegreeOfParallelism property for an instance of SQL Server.
Propriedade pública MaxWorkerThreads Gets the MaxWorkerThreads property for an instance of SQL Server.
Propriedade pública NetworkPacketSize Gets or sets the NetworkPacketSize property for an instance of SQL Server.
Propriedade pública OpenObjects Gets the OpenObjects property for an instance of SQL Server.

Início

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência