다음을 통해 공유


StagingBatchError 클래스

Represents errors in the staging batch process.

상속 계층

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..StagingBatchError

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

구문

‘선언
<DataContractAttribute(Name := "StagingBatchError", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatchError
‘사용 방법
Dim instance As StagingBatchError
[DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchError
[DataContractAttribute(Name = L"StagingBatchError", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatchError
[<DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchError =  class end
public class StagingBatchError

StagingBatchError 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 StagingBatchError Initializes a new instance of the StagingBatchError class.

맨 위로 이동

속성

  이름 설명
공용 속성 AttributeId Gets or sets the identifier of the attribute being updated. This property is only applicable for attribute value updates.
공용 속성 EntityId Gets or sets the identifier of the entity being updated.
공용 속성 ErrorCode Gets or sets an error code of a member in a staging batch.
공용 속성 HierarchyId Gets or sets the identifier of the hierarchy being updated. This property is only applicable for hierarchy parent or sibling updates.
공용 속성 MemberId Gets or sets the MemberIdentifier of the attribute being updated.
공용 속성 Message Gets or sets the description of the error.
공용 속성 TargetCode Gets or sets the target code of a member in a staging batch.
공용 속성 TargetType Gets or sets the relationship type of a member in a staging batch.
공용 속성 VersionId Gets or sets the identifier of the version being updated.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.