言語

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

適用対象