Condividi tramite


Classe Annotation

Specifies an annotation (comment) on a transaction or member.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.Annotation

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "Annotation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Annotation _
    Inherits DataContractBase
'Utilizzo
Dim instance As Annotation
[DataContractAttribute(Name = "Annotation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Annotation : DataContractBase
[DataContractAttribute(Name = L"Annotation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Annotation : public DataContractBase
[<DataContractAttribute(Name = "Annotation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Annotation =  
    class
        inherit DataContractBase
    end
public class Annotation extends DataContractBase

Nel tipo Annotation sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Annotation Initializes a new instance of the Annotation class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets an AuditInfo complex type.
Proprietà pubblica Comment Gets or sets the comment text.
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica Id Gets or sets the unique integer identifier of the annotation.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices