共用方式為


SPRatingUsageEntry.SampleRate property

NOTE: This API is now obsolete.

取得或設定百分比取樣出的資料。這是累計取樣率。根據預設,取樣率是 100%。

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

Syntax

'宣告
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property SampleRate As Nullable(Of Byte)
    Get
    Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Byte)

value = instance.SampleRate

instance.SampleRate = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public Nullable<byte> SampleRate { get; set; }

Property value

Type: System.Nullable<Byte>
取樣率。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace