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