AttributeChangeResponse Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente la réponse lorsque l'attribut est modifié.
public ref class AttributeChangeResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AttributeChangeResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeChangeResponse = class
Public Class AttributeChangeResponse
- Héritage
-
AttributeChangeResponse
- Attributs
Constructeurs
AttributeChangeResponse() |
Initialise une nouvelle instance de la classe AttributeChangeResponse. |
AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) |
Initialise une nouvelle instance de la classe AttributeChangeResponse avec le nom de l'attribut déconseillé, les codes de membre avec erreur, le nouveau MUID d'attribut et le résultat d'opération spécifiés. |
Champs
DeprecatedAttributeName |
Spécifie le nom d'attribut désapprouvé. |
MemberCodesWithError |
Spécifie des codes de membre qui contiennent une erreur. |
NewAttributeMuid |
Spécifie le nouveau MUID d'attribut. |
OperationResult |
Spécifie le résultat d'opération. |