BusinessRulesGetResponse クラス

定義

要求されたビジネス ルールまたはビジネス ルール コンポーネントを含んでいる BusinessRules 型を返す応答を表します。

public ref class BusinessRulesGetResponse
[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="BusinessRulesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesGetResponse
[<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="BusinessRulesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesGetResponse = class
Public Class BusinessRulesGetResponse
継承
BusinessRulesGetResponse
属性

コンストラクター

BusinessRulesGetResponse()

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

BusinessRulesGetResponse(BusinessRules, OperationResult)

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

フィールド

BusinessRuleSet

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

OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

適用対象