ServiceClient.SecurityPrivilegesCreate メソッド

定義

セキュリティ権限が生まれます。

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

適用対象