次の方法で共有


ServiceClient.IService.SecurityPrincipalsUpdate メソッド

定義

セキュリティ プリンシパルを更新します。

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

パラメーター

request
SecurityPrincipalsRequest

更新要求。

戻り値

操作の MessageResponse

実装

属性

適用対象