DataQualityOperationCreateResponse Class

Definition

Represents a response for the data operation.

public ref class DataQualityOperationCreateResponse
[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="DataQualityOperationCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityOperationCreateResponse
[<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="DataQualityOperationCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityOperationCreateResponse = class
Public Class DataQualityOperationCreateResponse
Inheritance
DataQualityOperationCreateResponse
Attributes

Constructors

DataQualityOperationCreateResponse()

Initializes a new instance of the DataQualityOperationCreateResponse class.

DataQualityOperationCreateResponse(Guid, OperationResult)

Initializes a new instance of the DataQualityOperationCreateResponse class with specified operation identifier and operation result.

Fields

OperationId

Specifies the operation identifier.

OperationResult

Specifies the operation result.

Applies to