AttributeChangeResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 AttributeChangeResponse 了属性变更响应的消息契约。
public ref class AttributeChangeResponse : Microsoft::MasterDataServices::Services::MessageContracts::MetadataUpdateResponse
[System.ServiceModel.MessageContract]
public class AttributeChangeResponse : Microsoft.MasterDataServices.Services.MessageContracts.MetadataUpdateResponse
[<System.ServiceModel.MessageContract>]
type AttributeChangeResponse = class
inherit MetadataUpdateResponse
Public Class AttributeChangeResponse
Inherits MetadataUpdateResponse
- 继承
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| AttributeChangeResponse() |
初始化 AttributeChangeResponse 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| DeprecatedAttributeName |
指定被替换的属性名称。 |
| MemberCodesWithError |
已过时.
指定在转换类型时出现错误的成员代码。 |
| MembersWithError |
指定转换类型时出现错误成员的标识符。 |
| NewAttributeMuid |
指定新创建属性的标识符。 |
| OperationResult |
指定操作结果。 (继承自 MessageResponse) |