共用方式為


SPBackupRestoreObject.Rename method (String, String, String)

重新命名為從出其備份還原至伺服器陣列上的不同位置的元件。

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

Syntax

'宣告
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
    Type: System.String

    新的伺服器,可以是a null reference (Nothing in Visual Basic) ,如果將還原至相同的伺服器名稱。

  • newLocation
    Type: System.String

    新的位置,可以是a null reference (Nothing in Visual Basic) ,如果不變更位置的名稱。

  • newName
    Type: System.String

    新的元件,可以是a null reference (Nothing in Visual Basic) ,如果元件變更僅位置或伺服器名稱。

傳回值

Type: System.Boolean
true如果成功,重新命名否則,請false。

備註

這個Rename()的多載是真正的更多一般Rename(String, String)特殊案例: 它會重設為一或多個特定的三個參數的值: SPServer、 SPLocation,以及 SPName。

請參閱

參照

SPBackupRestoreObject class

SPBackupRestoreObject members

Rename overload

Microsoft.SharePoint.Administration.Backup namespace