AnnotationsDeleteRequest Class
Represents a request to delete an existing annotation.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.AnnotationsDeleteRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "AnnotationsDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class AnnotationsDeleteRequest
'Usage
Dim instance As AnnotationsDeleteRequest
[MessageContractAttribute(WrapperName = "AnnotationsDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class AnnotationsDeleteRequest
[MessageContractAttribute(WrapperName = L"AnnotationsDeleteRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class AnnotationsDeleteRequest
[<MessageContractAttribute(WrapperName = "AnnotationsDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type AnnotationsDeleteRequest = class end
public class AnnotationsDeleteRequest
The AnnotationsDeleteRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
Id | Specifies the annotation ID. | |
International | Specifies the cultural setting. |
Top
Remarks
Only the user who created the annotation or a model administrator can delete an annotation. The annotations are found by ID.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.