ExportViewUpdateRequest Class

Definition

Specifies the details of a request to update an export view.

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

Constructors

ExportViewUpdateRequest()

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

ExportViewUpdateRequest(International, ExportView)

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

Fields

ExportView

The ExportView.

International

The cultural settings.

Applies to