BusinessRulesUpdateRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a request that must include a BusinessRules type containing business rules or business rule components and their updated properties.
public ref class BusinessRulesUpdateRequest
[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="BusinessRulesUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesUpdateRequest
[<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="BusinessRulesUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesUpdateRequest = class
Public Class BusinessRulesUpdateRequest
- Inheritance
-
BusinessRulesUpdateRequest
- Attributes
Constructors
BusinessRulesUpdateRequest() |
Initializes a new instance of the BusinessRulesUpdateRequest class with default values. |
BusinessRulesUpdateRequest(International, BusinessRules) |
Initializes a new instance of the BusinessRulesUpdateRequest class with the specified cultural settings and set of business rules. |
Fields
BusinessRuleSet |
The set of business rules. |
International |
The cultural settings. |