SPClickthroughUsageDefinition.ParseLogFileEntry 方法 (String)
请注意:此 API 现在已过时。
该成员将替代 SPUsageProvider.ParseLogFileEntry(String)。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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
类型:System.String
返回值
类型:[]
另请参阅
引用
SPClickthroughUsageDefinition 类