Compartir a través de


Clase AnnotationsDeleteRequest

Represents a request to delete an existing annotation.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.AnnotationsDeleteRequest

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<MessageContractAttribute(WrapperName := "AnnotationsDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class AnnotationsDeleteRequest
'Uso
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

El tipo AnnotationsDeleteRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AnnotationsDeleteRequest() Initializes a new instance of the AnnotationsDeleteRequest class with default values.
Método público AnnotationsDeleteRequest(International, Int32) Initializes a new instance of the AnnotationsDeleteRequest class with the specified culture and annotation ID.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo público Id Specifies the annotation ID.
Campo público International Specifies the cultural setting.

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices