AttributeChangeResponse 类

定义

表示更改属性时的响应。

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

指定操作结果。

适用于