Classe Annotation
Represents an annotation.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..Annotation
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "Annotation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Annotation
'Uso
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
O tipo Annotation expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
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
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.