Класс Annotation

Represents an annotation.

Иерархия наследования

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..Annotation

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "Annotation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Annotation
'Применение
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

Тип Annotation обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Annotation Initializes a new instance of the Annotation class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.