Класс AnnotationsUpdateRequest

Represents a request to update the comment text of an annotation.

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

System. . :: . .Object
  Microsoft.MasterDataServices..::..AnnotationsUpdateRequest

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

Синтаксис

'Декларация
<MessageContractAttribute(WrapperName := "AnnotationsUpdateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class AnnotationsUpdateRequest
'Применение
Dim instance As AnnotationsUpdateRequest
[MessageContractAttribute(WrapperName = "AnnotationsUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class AnnotationsUpdateRequest
[MessageContractAttribute(WrapperName = L"AnnotationsUpdateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class AnnotationsUpdateRequest
[<MessageContractAttribute(WrapperName = "AnnotationsUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type AnnotationsUpdateRequest =  class end
public class AnnotationsUpdateRequest

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

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

  Имя Описание
Открытый метод AnnotationsUpdateRequest() () () () Initializes a new instance of the AnnotationsUpdateRequest class with default values.
Открытый метод AnnotationsUpdateRequest(International, String, Int32) Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID.

В начало

Методы

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

В начало

Поля

  Имя Описание
Открытое поле Comment Specifies the text with which to replace the current annotation text.
Открытое поле Id Specifies the annotation ID.
Открытое поле International Specifies the cultural setting.

В начало

Замечания

Only the user who created the annotation or a model administrator can update an annotation. The annotations are found by ID. The annotation’s text is replaced with the supplied Comment property.

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

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