ExportViewListGetResponse Class

Definition

Hold details of the response to an ExportViewListGetRequest.

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

Constructors

ExportViewListGetResponse()

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

ExportViewListGetResponse(Collection<ExportView>, OperationResult)

Initializes a new instance of the ExportViewListGetResponse class that has the specified array of export views and operation result.

Fields

ExportViews

A collection of export views.

OperationResult

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

Applies to