SPJobDefinition.CanSelectForBackup property
取得並設定 Boolean 值,指出是否已選取備份此物件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Property CanSelectForBackup As Boolean
Get
Set
'用途
Dim instance As SPJobDefinition
Dim value As Boolean
value = instance.CanSelectForBackup
instance.CanSelectForBackup = value
public virtual bool CanSelectForBackup { get; set; }
Property value
Type: System.Boolean
true如果可以用來還原 ; 選取的物件否則false。
Implements
IBackupRestore.CanSelectForBackup