SPBackupRestoreObject.Rename 方法 (String, String, String)
重命名正在还原到服务器场的不同位置从在其中它被备份的组件。
命名空间: Microsoft.SharePoint.Administration.Backup
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function Rename ( _
newServer As String, _
newLocation As String, _
newName As String _
) As Boolean
用法
Dim instance As SPBackupRestoreObject
Dim newServer As String
Dim newLocation As String
Dim newName As String
Dim returnValue As Boolean
returnValue = instance.Rename(newServer, _
newLocation, newName)
public bool Rename(
string newServer,
string newLocation,
string newName
)
参数
newServer
类型:System.String新的服务器,它可以是空引用(无 在 Visual Basic 中) ,如果恢复到相同的服务器的名称。
newLocation
类型:System.String新的位置,它可以是空引用(无 在 Visual Basic 中) ,如果不更改位置的名称。
newName
类型:System.String新的组件,它可以是空引用(无 在 Visual Basic 中) ,如果组件正在更改仅位置或服务器名称。
返回值
类型:System.Boolean
true如果成功,则重命名否则为false。
备注
Rename()的这一重载实际上是一种特殊情况的更多常规的Rename(String, String): 它将重置一个或多个特定的三个参数的值: SPServer,SPLocation,SPName。