ExportViewUpdateResponse Class

Definition

Holds details of the response to an ExportViewUpdateRequest.

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

Constructors

ExportViewUpdateResponse()

Initializes a new instance of the ExportViewUpdateResponse class that has default values.

ExportViewUpdateResponse(OperationResult)

Initializes a new instance of the ExportViewUpdateResponse class that has the specified operation result.

Fields

OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to