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

操作结果。

适用于