AttributeChangeResponse 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
작업 결과입니다.