ExportViewDeleteRequest Class

Definition

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

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

Constructors

ExportViewDeleteRequest()

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

ExportViewDeleteRequest(International, Identifier)

Initializes a new instance of the ExportViewDeleteRequest class that has the specified cultural settings and internal identifier for the export view to delete.

Fields

Identifier

The internal identifier for the export view to delete.

International

The cultural settings.

Applies to