SPClickthroughUsageDefinition.ParseLogFileEntry method (String)
NOTE: This API is now obsolete.
This member overrides SPUsageProvider.ParseLogFileEntry(String).
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 Overrides Function ParseLogFileEntry ( _
line As String _
) As Object()
'用途
Dim instance As SPClickthroughUsageDefinition
Dim line As String
Dim returnValue As Object()
returnValue = instance.ParseLogFileEntry(line)
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public override Object[] ParseLogFileEntry(
string line
)
參數
- line
Type: System.String
傳回值
Type: []
請參閱
參照
SPClickthroughUsageDefinition class