ValidationProcessRequest 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.
Specifies the validation process criteria and options.
public ref class ValidationProcessRequest
[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="ValidationProcessRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessRequest
[<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="ValidationProcessRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessRequest = class
Public Class ValidationProcessRequest
- Inheritance
-
ValidationProcessRequest
- Attributes
Constructors
ValidationProcessRequest() |
Initializes a new instance of the ValidationProcessRequest class that has default values. |
ValidationProcessRequest(International, ValidationProcessCriteria, ValidationProcessOptions) |
Initializes a new instance of the ValidationProcessRequest class that has the specified cultural settings, criteria, and options. |
Fields
International |
The cultural settings. |
ValidationProcessCriteria |
The process criteria. |
ValidationProcessOptions |
The process options. |