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