SPClickthroughUsageEntry.SampleRate property
NOTE: This API is now obsolete.
取得或設定送出至 Web Analytics,其中 100%表示所有的資料送出總點閱的百分比。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property SampleRate As Nullable(Of Byte)
Get
Set
'用途
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Byte)
value = instance.SampleRate
instance.SampleRate = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Nullable<byte> SampleRate { get; set; }
Property value
Type: System.Nullable<Byte>
百分比取樣出的資料。
備註
此屬性是累計取樣率。根據預設,這是 100%。
請參閱
參照
SPClickthroughUsageEntry class