次の方法で共有


ServiceClient.BusinessRulesClone(International, BusinessRules) メソッド

定義

指定したビジネス ルールのセットを使用して新しいビジネス ルールを作成します。元のオブジェクトのグローバル一意識別子 (GUID) は維持されます。

public:
 Microsoft::MasterDataServices::OperationResult ^ BusinessRulesClone(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BusinessRules ^ BusinessRuleSet);
public Microsoft.MasterDataServices.OperationResult BusinessRulesClone (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BusinessRules BusinessRuleSet);
member this.BusinessRulesClone : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BusinessRules -> Microsoft.MasterDataServices.OperationResult
Public Function BusinessRulesClone (International As International, BusinessRuleSet As BusinessRules) As OperationResult

パラメーター

International
International

カルチャ設定。

BusinessRuleSet
BusinessRules

ビジネス ルールの新しいインスタンスを作成するために使用されるビジネス ルール セット (一連のアクションや条件)。

戻り値

操作の結果を表す OperationResult オブジェクトです。

適用対象