次の方法で共有


ServiceClient.IService.SecurityPrincipalsGet メソッド

定義

セキュリティ プリンシパルとそのアクセス許可を取得します。

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

パラメーター

request
SecurityPrincipalsGetRequest

取得要求。

戻り値

操作の SecurityPrincipalsGetResponse

実装

属性

適用対象