Share via


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)

지정된 culture 설정 및 삭제할 내보내기 뷰의 내부 식별자를 포함하는 ExportViewDeleteRequest 클래스의 새 인스턴스를 초기화합니다.

필드

Identifier

삭제할 내보내기 뷰의 내부 식별자입니다.

International

culture 설정입니다.

적용 대상