共用方式為


SPDiagnosticsServiceBase.CanBackupRestoreAsConfiguration property

取得一個值,指出是否可以選取納入僅限設定備份或還原作業服務物件。

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

Syntax

'宣告
Public Overridable ReadOnly Property CanBackupRestoreAsConfiguration As Boolean
    Get
'用途
Dim instance As SPDiagnosticsServiceBase
Dim value As Boolean

value = instance.CanBackupRestoreAsConfiguration
public virtual bool CanBackupRestoreAsConfiguration { get; }

Property value

Type: System.Boolean
true物件可以包含在僅限設定備份或還原作業 ; 如果否則,請false。

Implements

IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration

備註

這項實作一律會傳回true。

請參閱

參照

SPDiagnosticsServiceBase class

SPDiagnosticsServiceBase members

Microsoft.SharePoint.Administration namespace