BusinessRulesPaletteGetResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示包含业务规则中使用的可用条件和操作的响应。
public ref class BusinessRulesPaletteGetResponse
[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="BusinessRulesPaletteGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesPaletteGetResponse
[<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="BusinessRulesPaletteGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesPaletteGetResponse = class
Public Class BusinessRulesPaletteGetResponse
- 继承
-
BusinessRulesPaletteGetResponse
- 属性
构造函数
BusinessRulesPaletteGetResponse() |
使用默认值初始化 BusinessRulesPaletteGetResponse 类的新实例。 |
BusinessRulesPaletteGetResponse(BusinessRulesPalette, OperationResult) |
使用指定的业务规则调色板和操作结果初始化 BusinessRulesPaletteGetResponse 类的新实例。 |
字段
BusinessRulesPalette |
用于构建 MDS 系统内的业务规则的所有可能的操作和条件。 |
OperationResult |
操作结果,包括用于跟踪和日志记录的唯一 ID。 |