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 when the attribute is changed.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.AttributeChangeResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "AttributeChangeResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class AttributeChangeResponse
'Utilisation
Dim instance As AttributeChangeResponse
[MessageContractAttribute(WrapperName = "AttributeChangeResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class AttributeChangeResponse
[MessageContractAttribute(WrapperName = L"AttributeChangeResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class AttributeChangeResponse
[<MessageContractAttribute(WrapperName = "AttributeChangeResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type AttributeChangeResponse = class end
public class AttributeChangeResponse
Le type AttributeChangeResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AttributeChangeResponse() | Infrastructure. Initializes a new instance of the AttributeChangeResponse class. | |
AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) | Infrastructure. Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result. |
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
Champs
Nom | Description | |
---|---|---|
DeprecatedAttributeName | Infrastructure. Specifies the disapproved attribute name. | |
MemberCodesWithError | Infrastructure. Specifies the member codes that contain an error. | |
NewAttributeMuid | Infrastructure. Specifies the new attribute muid. | |
OperationResult | Infrastructure. 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.