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。

适用于