共用方式為


SPDiagnosticsServiceBase.CanRenameOnRestore property

取得 Boolean 值,指出已還原時,是否可以重新命名服務物件。

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

Syntax

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

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

Property value

Type: System.Boolean
true如果SPDiagnosticsServiceBase可以重新命名 ;否則,請false。

Implements

IBackupRestore.CanRenameOnRestore

備註

這項實作一律會傳回false。

請參閱

參照

SPDiagnosticsServiceBase class

SPDiagnosticsServiceBase members

Microsoft.SharePoint.Administration namespace