共用方式為


SPContentDatabase.LastLanguageAndRegionSyncTime property

取得或設定語言與區域同步處理執行的時間。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property LastLanguageAndRegionSyncTime As DateTime
    Get
    Set
'用途
Dim instance As SPContentDatabase
Dim value As DateTime

value = instance.LastLanguageAndRegionSyncTime

instance.LastLanguageAndRegionSyncTime = value
public DateTime LastLanguageAndRegionSyncTime { get; set; }

Property value

Type: System.DateTime
語言與區域同步處理的執行時間。

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace