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。

适用于