ExportViewDeleteRequest 类

定义

指定用于删除导出视图的请求的详细信息。

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
继承
ExportViewDeleteRequest
属性

构造函数

ExportViewDeleteRequest()

初始化具有默认值的 ExportViewDeleteRequest 类的新实例。

ExportViewDeleteRequest(International, Identifier)

初始化 ExportViewDeleteRequest 类的新实例,该类对于要删除的导出视图具有指定的区域性设置和内部标识符。

字段

Identifier

要删除的导出视图的内部标识符。

International

区域性设置。

适用于