次の方法で共有


ServiceClient.SecurityPrivilegesClone メソッド

定義

別のソースからセキュリティ モデル内の権限の正確なコピーを作成します。元のオブジェクトのグローバル一意識別子 (GUID) は維持されます。

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesClone(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesClone (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
member this.SecurityPrivilegesClone : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesClone (International As International, Privileges As SecurityPrivileges) As OperationResult

パラメーター

International
International

カルチャ設定。

Privileges
SecurityPrivileges

複製するセキュリティ特権のセット。

戻り値

操作の結果が格納された OperationResult オブジェクトです。

適用対象