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 | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
Id | Specifies the annotation ID. | |
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.