Classe AttributeChangeResponse
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the response for the AttributeChangeRequest.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts.MetadataUpdateResponse
Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageContractAttribute> _
Public Class AttributeChangeResponse _
Inherits MetadataUpdateResponse
'Utilisation
Dim instance As AttributeChangeResponse
[MessageContractAttribute]
public class AttributeChangeResponse : MetadataUpdateResponse
[MessageContractAttribute]
public ref class AttributeChangeResponse : public MetadataUpdateResponse
[<MessageContractAttribute>]
type AttributeChangeResponse =
class
inherit MetadataUpdateResponse
end
public class AttributeChangeResponse extends MetadataUpdateResponse
Le type AttributeChangeResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AttributeChangeResponse | Infrastructure. Initializes a new instance of the AttributeChangeResponse class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DeprecatedAttributeName | Infrastructure. Gets or sets the deprecated attribute name. | |
MemberCodesWithError | Infrastructure. Gets or sets the collection of codes with error. | |
NewAttributeMuid | Infrastructure. Gets or sets the GUID for the new attribute. | |
OperationResult | Gets or sets the result of an operation. (hérité de MessageResponse.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
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.Services.MessageContracts