다음을 통해 공유


AttributeChangeResponse 생성자 (String, Collection<String>, Guid, OperationResult)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
Public Sub New ( _
    DeprecatedAttributeName As String, _
    MemberCodesWithError As Collection(Of String), _
    NewAttributeMuid As Guid, _
    OperationResult As OperationResult _
)
‘사용 방법
Dim DeprecatedAttributeName As String
Dim MemberCodesWithError As Collection(Of String)
Dim NewAttributeMuid As Guid
Dim OperationResult As OperationResult

Dim instance As New AttributeChangeResponse(DeprecatedAttributeName, _
    MemberCodesWithError, NewAttributeMuid, _
    OperationResult)
public AttributeChangeResponse(
    string DeprecatedAttributeName,
    Collection<string> MemberCodesWithError,
    Guid NewAttributeMuid,
    OperationResult OperationResult
)
public:
AttributeChangeResponse(
    String^ DeprecatedAttributeName, 
    Collection<String^>^ MemberCodesWithError, 
    Guid NewAttributeMuid, 
    OperationResult^ OperationResult
)
new : 
        DeprecatedAttributeName:string * 
        MemberCodesWithError:Collection<string> * 
        NewAttributeMuid:Guid * 
        OperationResult:OperationResult -> AttributeChangeResponse
public function AttributeChangeResponse(
    DeprecatedAttributeName : String, 
    MemberCodesWithError : Collection<String>, 
    NewAttributeMuid : Guid, 
    OperationResult : OperationResult
)

매개 변수

  • DeprecatedAttributeName
    유형: System.String
    The disapproved attribute name.
  • NewAttributeMuid
    유형: System.Guid
    The new attribute muid.

참고 항목

참조

AttributeChangeResponse 클래스

AttributeChangeResponse 오버로드

Microsoft.MasterDataServices 네임스페이스