SPClickthroughUsageEntry.SampleRate-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft ab oder legt den Prozentsatz der gesamten vorzuführen an Web Analytics, wobei 100 % bedeutet, dass alle Daten übermittelt wurde übermittelt werden.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property SampleRate As Nullable(Of Byte)
Get
Set
'Usage
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; }
Eigenschaftswert
Typ: System.Nullable<Byte>
Der Prozentsatz der Daten aufgenommen.
Hinweise
Diese Eigenschaft ist eine kumulative Anzahl von Sampling. Standardmäßig ist dies 100 %.
Siehe auch
Referenz
SPClickthroughUsageEntry Klasse