SPDiagnosticsServiceBase.CanRenameOnRestore 属性

获取一个布尔值,该值指示当它恢复时,是否可以重命名服务对象。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable ReadOnly Property CanRenameOnRestore As Boolean
    Get
用法
Dim instance As SPDiagnosticsServiceBase
Dim value As Boolean

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

属性值

类型:System.Boolean
true如果可重命名SPDiagnosticsServiceBase ;否则为false。

实现

IBackupRestore.CanRenameOnRestore

备注

此实现总是返回false。

另请参阅

引用

SPDiagnosticsServiceBase 类

SPDiagnosticsServiceBase 成员

Microsoft.SharePoint.Administration 命名空间