Classe AnnotationsDeleteRequest
Represents a request to delete an existing annotation.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..AnnotationsDeleteRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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
O tipo AnnotationsDeleteRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
Id | Specifies the annotation ID. | |
International | Specifies the cultural setting. |
Início
Comentários
Only the user who created the annotation or a model administrator can delete an annotation. The annotations are found by ID.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.