ExportViewCreateRequest Class

Definition

Specifies details of what is requested.

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

Constructors

ExportViewCreateRequest()

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

ExportViewCreateRequest(International, ExportView)

Initializes a new instance of the ExportViewCreateRequest class that has the specified cultural settings and ExportView.

Fields

ExportView

The ExportView.

International

The cultural settings.

Applies to