Classe AnnotationsDeleteRequest
Represents a request to delete an existing annotation.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.AnnotationsDeleteRequest
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "AnnotationsDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class AnnotationsDeleteRequest
'Utilizzo
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
Nel tipo AnnotationsDeleteRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
Id | Specifies the annotation ID. |
![]() |
International | Specifies the cultural setting. |
In alto
Osservazioni
Only the user who created the annotation or a model administrator can delete an annotation. The annotations are found by ID.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.