次の方法で共有


BusinessRulesCreateResponse クラス

定義

ビジネス ルール作成要求に対する応答を表します。

public ref class BusinessRulesCreateResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="BusinessRulesCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesCreateResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="BusinessRulesCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesCreateResponse = class
Public Class BusinessRulesCreateResponse
継承
BusinessRulesCreateResponse
属性

コンストラクター

BusinessRulesCreateResponse()

BusinessRulesCreateResponse クラスの新しいインスタンスを既定値で初期化します。

BusinessRulesCreateResponse(BusinessRules, OperationResult)

指定されたビジネス ルール セットと操作結果を使用して BusinessRulesCreateResponse クラスの新しいインスタンスを初期化します。

フィールド

BusinessRuleSet

ビジネス ルールのセット。

OperationResult

操作結果。

適用対象