次の方法で共有


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

適用対象