SPDiagnosticsProvider.GetLastSyncUtc 方法 (String, String)
最新的数据写入到使用 UTC 格式数据库DateTime 。
命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetLastSyncUtc ( _
tableName As String, _
machineName As String _
) As DateTime
用法
Dim instance As SPDiagnosticsProvider
Dim tableName As String
Dim machineName As String
Dim returnValue As DateTime
returnValue = instance.GetLastSyncUtc(tableName, _
machineName)
public DateTime GetLastSyncUtc(
string tableName,
string machineName
)
参数
- tableName
类型:System.String
machineName
类型:System.String这台计算机的名称。
返回值
类型:System.DateTime
返回 UTC 格式写入使用数据库中的最新数据与对应的DateTime 。
备注
如果数据无法写入到数据库之前,将返回从一周前的一次。