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

適用対象