次の方法で共有


ServiceClient.SecurityPrincipalsCreate メソッド

定義

セキュリティ モデル内に新しいユーザー、グループ、およびその権限を作成します。

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 オブジェクトです。

適用対象