Classe Annotation
Represents an annotation.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..Annotation
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "Annotation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Annotation
'Utilisation
Dim instance As Annotation
[DataContractAttribute(Name = "Annotation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Annotation
[DataContractAttribute(Name = L"Annotation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Annotation
[<DataContractAttribute(Name = "Annotation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Annotation = class end
public class Annotation
Le type Annotation expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Annotation | Initializes a new instance of the Annotation class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AuditInfo | Gets or sets an AuditInfo type used to store object modification history. This type is always used for read-only data. | |
Comment | Gets or sets the comment text. | |
Id | Gets or sets the unique identifier of the Annotation. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.