AttributeChangeResponse Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the response when the attribute is changed.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The AttributeChangeResponse type exposes the following members.
| Name | 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. |
| Name | 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. |

