SPFarm.CanBackupRestoreAsConfiguration property
取得一個值,指出伺服器陣列物件是否可以選取納入僅限設定備份或還原作業。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
Get
'用途
Dim instance As SPFarm
Dim value As Boolean
value = instance.CanBackupRestoreAsConfiguration
public bool CanBackupRestoreAsConfiguration { get; }
Property value
Type: System.Boolean
true如果物件可以包含在僅限設定備份或還原 ;否則,請false。
Implements
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration