BusinessRulesCreateResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビジネスルール作成の要請に対する応答を表します。
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 |
操作の結果。 |