ServiceClient.SecurityPrivilegesGet メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
選択されたプリンシパルおよびモデル、またはそのいずれかのセキュリティ権限を取得します。
public:
Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivilegesGetCriteria ^ Criteria, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::SecurityPrivileges ^ % Privileges);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivilegesGetCriteria Criteria, out Microsoft.MasterDataServices.SecurityPrivileges Privileges);
member this.SecurityPrivilegesGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivilegesGetCriteria * SecurityPrivileges -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesGet (International As International, Criteria As SecurityPrivilegesGetCriteria, ByRef Privileges As SecurityPrivileges) As OperationResult
パラメーター
- International
- International
カルチャ設定。
- Criteria
- SecurityPrivilegesGetCriteria
返す機能、階層、メンバー、およびモデルの特権を指定する条件。
- Privileges
- SecurityPrivileges
このメソッドが戻るとき、機能、階層メンバー、およびモデル レベルのセキュリティ特権が含まれています。 このパラメーターは初期化せずに渡されます。
戻り値
操作の結果が格納された OperationResult オブジェクトです。