Language

ServiceClient.IService.SecurityPrivilegesClone メソッド

定義

セキュリティモデル内の権限を別のソースから正確にコピーし、元のオブジェクトのグローバル一意識別子(GUID)を保持します。

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

パラメーター

request
SecurityPrivilegesRequest

クローンのリクエスト。

返品

操作の MessageResponse 。

実装

属性

適用対象