AnnotationsDeleteRequest 클래스

정의

기존 주석을 삭제하는 요청을 나타냅니다.

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

설명

주석을 만든 사용자 또는 모델 관리자만 주석을 삭제할 수 있습니다. 주석은 ID로 찾을 수 있습니다.

생성자

AnnotationsDeleteRequest()

기본값을 사용하여 AnnotationsDeleteRequest 클래스의 새 인스턴스를 초기화합니다.

AnnotationsDeleteRequest(International, Int32)

지정된 culture 및 주석 ID를 사용하여 AnnotationsDeleteRequest 클래스의 새 인스턴스를 초기화합니다.

필드

Id

주석 ID를 지정합니다.

International

culture 설정을 지정합니다.

적용 대상