Condividi tramite


Classe AnnotationsUpdateRequest

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

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "AnnotationsUpdateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class AnnotationsUpdateRequest
'Utilizzo
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

Nel tipo AnnotationsUpdateRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AnnotationsUpdateRequest() () () () Initializes a new instance of the AnnotationsUpdateRequest class with default values.
Metodo pubblico AnnotationsUpdateRequest(International, String, Int32) Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID.

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

Campi

  Nome Descrizione
Campo pubblico Comment Specifies the text with which to replace the current annotation text.
Campo pubblico Id Specifies the annotation ID.
Campo pubblico International Specifies the cultural setting.

In alto

Osservazioni

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.

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.