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