AnnotationsDeleteRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a request to delete an existing annotation.
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
- Inheritance
-
AnnotationsDeleteRequest
- Attributes
Remarks
Only the user who created the annotation or a model administrator can delete an annotation. The annotations are found by ID.
Constructors
AnnotationsDeleteRequest() |
Initializes a new instance of the AnnotationsDeleteRequest class with default values. |
AnnotationsDeleteRequest(International, Int32) |
Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID. |
Fields
Id |
Specifies the annotation ID. |
International |
Specifies the cultural setting. |