다음을 통해 공유


AttributeChangeResponse 생성자

정의

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

오버로드

AttributeChangeResponse()

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

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

지정된 더 이상 사용되지 않는 특성 이름, 오류가 포함된 멤버 코드, 새 특성 muid 및 작업 결과를 사용하여 AttributeChangeResponse 클래스의 새 인스턴스를 초기화합니다.

AttributeChangeResponse()

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

public:
 AttributeChangeResponse();
public AttributeChangeResponse ();
Public Sub New ()

적용 대상

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

지정된 더 이상 사용되지 않는 특성 이름, 오류가 포함된 멤버 코드, 새 특성 muid 및 작업 결과를 사용하여 AttributeChangeResponse 클래스의 새 인스턴스를 초기화합니다.

public:
 AttributeChangeResponse(System::String ^ DeprecatedAttributeName, System::Collections::ObjectModel::Collection<System::String ^> ^ MemberCodesWithError, Guid NewAttributeMuid, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public AttributeChangeResponse (string DeprecatedAttributeName, System.Collections.ObjectModel.Collection<string> MemberCodesWithError, Guid NewAttributeMuid, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.AttributeChangeResponse : string * System.Collections.ObjectModel.Collection<string> * Guid * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.AttributeChangeResponse
Public Sub New (DeprecatedAttributeName As String, MemberCodesWithError As Collection(Of String), NewAttributeMuid As Guid, OperationResult As OperationResult)

매개 변수

DeprecatedAttributeName
String

승인되지 않은 특성 이름입니다.

MemberCodesWithError
Collection<String>

오류가 포함된 멤버 코드입니다.

NewAttributeMuid
Guid

새 특성 muid입니다.

OperationResult
OperationResult

작업 결과입니다.

적용 대상