次の方法で共有


ServiceClient.IService.SecurityPrincipalsClone メソッド

定義

別のソースからセキュリティ モデル内のユーザー、グループ、およびその権限の正確なコピーを作成します。元のオブジェクトの GUID は維持されます。

 virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsClone(Microsoft::MasterDataServices::SecurityPrincipalsRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsClone;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.SecurityPrincipalsClone (Microsoft.MasterDataServices.SecurityPrincipalsRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsClone : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsClone : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
Function SecurityPrincipalsClone (request As SecurityPrincipalsRequest) As MessageResponse Implements IService.SecurityPrincipalsClone

パラメーター

request
SecurityPrincipalsRequest

複製要求。

戻り値

操作の MessageResponse

実装

属性

適用対象