DataQualityOperationStartResponse 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.
Contains the response resulting from a DQS operation.
public ref class DataQualityOperationStartResponse
[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="DataQualityOperationStartResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityOperationStartResponse
[<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="DataQualityOperationStartResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityOperationStartResponse = class
Public Class DataQualityOperationStartResponse
- Inheritance
-
DataQualityOperationStartResponse
- Attributes
Constructors
DataQualityOperationStartResponse() |
Initializes a new instance of the DataQualityOperationStartResponse class. |
DataQualityOperationStartResponse(String, OperationResult, OperationStatus) |
Initializes a new instance of the DataQualityOperationStartResponse class with the specified properties. |
Fields
FailureString |
Specifies the string of a failure. |
OperationResult |
Specifies the result of an operation. |
Status |
Specifies the response status. |