次の方法で共有


ServiceClient.IService.SecurityPrivilegesCreate メソッド

定義

セキュリティ特権を作成します。

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

パラメーター

request
SecurityPrivilegesRequest

作成要求。

戻り値

操作の SecurityCreateResponse

実装

属性

適用対象