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

操作の結果。

適用対象