AttributeChangeResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示更改属性时的响应。
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
- 继承
-
AttributeChangeResponse
- 属性
构造函数
AttributeChangeResponse() |
初始化 AttributeChangeResponse 类的新实例。 |
AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) |
使用指定的不推荐使用的属性名称、具有错误的成员代码、新的属性 MUID 和操作结果初始化 AttributeChangeResponse 类的新实例。 |
字段
DeprecatedAttributeName |
指定不允许的属性名称。 |
MemberCodesWithError |
指定包含错误的成员代码。 |
NewAttributeMuid |
指定新的属性 MUID。 |
OperationResult |
指定操作结果。 |