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
특성

생성자

Name Description
AttributeChangeResponse()

AttributeChangeResponse 클래스의 새 인스턴스를 초기화합니다.

AttributeChangeResponse(String, Collection<String>, Guid, OperationResult)

지정된 폐기된 속성 이름, 오류가 있는 멤버 코드, 새로운 속성 muid, 그리고 작업 결과를 가진 클래스의 AttributeChangeResponse 새 인스턴스를 초기화합니다.

필드

Name Description
DeprecatedAttributeName

승인되지 않은 속성 이름을 지정합니다.

MemberCodesWithError

오류가 포함된 멤버 코드를 지정합니다.

NewAttributeMuid

새로운 속성 muid를 지정합니다.

OperationResult

연산 결과를 지정합니다.

적용 대상