SPFarm.MigrateUserAccount method (Guid, String, String, Boolean)
將SharePoint Foundation的使用者帳戶移轉為新的登入名稱及二進位識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub MigrateUserAccount ( _
subscriptionId As Guid, _
oldLogin As String, _
newLogin As String, _
enforceSidHistory As Boolean _
)
'用途
Dim instance As SPFarm
Dim subscriptionId As Guid
Dim oldLogin As String
Dim newLogin As String
Dim enforceSidHistory As Boolean
instance.MigrateUserAccount(subscriptionId, _
oldLogin, newLogin, enforceSidHistory)
public void MigrateUserAccount(
Guid subscriptionId,
string oldLogin,
string newLogin,
bool enforceSidHistory
)
參數
subscriptionId
Type: System.Guid目標訂閱識別碼或Guid.Empty將目標放在所有訂閱的 GUID。
oldLogin
Type: System.String包含舊的登入名稱的字串。
newLogin
Type: System.String包含新的登入名稱的字串。
enforceSidHistory
Type: System.Boolean若要查詢 Active Directory SID 歷程記錄屬性,以確保新的登入名稱會對應至舊 ; true否則,請false。
備註
如果新的登入名稱的項目已存在,它會刪除允許此變更與移轉。在整個伺服器陣列中更新下列實體: 網站集合中的使用者資訊表格、 人員清單及安全性原則的使用者。
這個方法是租用戶感知舊方法的版本。