Freigeben über


AnnotationsDeleteRequest-Klasse

Represents a request to delete an existing annotation.

Vererbungshierarchie

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

Der AnnotationsDeleteRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AnnotationsDeleteRequest() Initializes a new instance of the AnnotationsDeleteRequest class with default values.
Öffentliche Methode AnnotationsDeleteRequest(International, Int32) Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld Id Specifies the annotation ID.
Öffentliches Feld International Specifies the cultural setting.

Zum Anfang

Hinweise

Only the user who created the annotation or a model administrator can delete an annotation. The annotations are found by ID.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices-Namespace