次の方法で共有


ServiceClient.BusinessRulesCreate メソッド

定義

新しいビジネス ルール インスタンスを作成します。

public:
 Microsoft::MasterDataServices::OperationResult ^ BusinessRulesCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BusinessRules ^ % BusinessRuleSet, bool ReturnCreatedIdentifiers);
public Microsoft.MasterDataServices.OperationResult BusinessRulesCreate (Microsoft.MasterDataServices.International International, ref Microsoft.MasterDataServices.BusinessRules BusinessRuleSet, bool ReturnCreatedIdentifiers);
member this.BusinessRulesCreate : Microsoft.MasterDataServices.International * BusinessRules * bool -> Microsoft.MasterDataServices.OperationResult
Public Function BusinessRulesCreate (International As International, ByRef BusinessRuleSet As BusinessRules, ReturnCreatedIdentifiers As Boolean) As OperationResult

パラメーター

International
International

カルチャ設定。

BusinessRuleSet
BusinessRules

新しく作成されたビジネス ルール インスタンスのビジネス ルール セット (アクションや条件の配列) です。参照渡しされます。

ReturnCreatedIdentifiers
Boolean

新しく生成された識別子を返す場合は true、それ以外の場合は false です。

戻り値

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

適用対象