Clase AnnotationsUpdateRequest
Represents a request to update the comment text of an annotation.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.AnnotationsUpdateRequest
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "AnnotationsUpdateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class AnnotationsUpdateRequest
'Uso
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
El tipo AnnotationsUpdateRequest expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
Comment | Specifies the text with which to replace the current annotation text. | |
Id | Specifies the annotation ID. | |
International | Specifies the cultural setting. |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.