共用方式為


SPBucketHealthScoreCalculator.IsASC property

取得值,這個值,指出是否遞增定義雜湊桶的值。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property IsASC As Boolean
    Get
'用途
Dim instance As SPBucketHealthScoreCalculator
Dim value As Boolean

value = instance.IsASC
public bool IsASC { get; }

Property value

Type: System.Boolean
true如果值會遞增 ;false如果它們遞減。

備註

定義雜湊桶的值必須永遠是井然有序,遞增或遞減。

請參閱

參照

SPBucketHealthScoreCalculator class

SPBucketHealthScoreCalculator members

Microsoft.SharePoint.Utilities namespace

其他資源

Request Throttling

How to: Create, Modify, and Change a Bucket-Style Health-Score Calculator