Partager via


Classe AnnotationsCreateResponse

Represents a response to an EntityMemberAnnotationsCreateRequest.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.AnnotationsCreateResponse

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "AnnotationsCreateResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class AnnotationsCreateResponse
'Utilisation
Dim instance As AnnotationsCreateResponse
[MessageContractAttribute(WrapperName = "AnnotationsCreateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class AnnotationsCreateResponse
[MessageContractAttribute(WrapperName = L"AnnotationsCreateResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class AnnotationsCreateResponse
[<MessageContractAttribute(WrapperName = "AnnotationsCreateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type AnnotationsCreateResponse =  class end
public class AnnotationsCreateResponse

Le type AnnotationsCreateResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AnnotationsCreateResponse() Initializes a new instance of the AnnotationsCreateResponse class with default values.
Méthode publique AnnotationsCreateResponse(OperationResult) Initializes a new instance of the AnnotationsCreateResponse class with the specified operation result.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public OperationResult Specifies the operation result.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices