Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the error information for a batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.StagingBatchError
Syntax
[DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchError : DataContractBase
[DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatchError : DataContractBase
[<DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchError =
class
inherit DataContractBase
end
<DataContractAttribute(Name := "StagingBatchError", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public Class StagingBatchError
Inherits DataContractBase
Constructors
Name | Description | |
---|---|---|
![]() |
StagingBatchError() | Initializes a new instance of the StagingBatchError class. |
Properties
Name | Description | |
---|---|---|
![]() |
AttributeId | Gets or sets the attribute identifier of the batch member. |
![]() |
EntityId | Gets or sets the entity identifier of the batch member. |
![]() |
ErrorCode | Gets or sets the error code of the batch member. |
![]() |
HierarchyId | Gets or sets the hierarchy identifier of the batch member. |
![]() |
MemberId | Gets or sets the member identifier of the batch member. |
![]() |
Message | Gets or sets the error message of the batch member. |
![]() |
TargetCode | Gets or sets the target code of the batch member. |
![]() |
TargetType | Gets or sets the target type of the batch member. |
![]() |
VersionId | Gets or sets the version identifier of the batch member. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
SetProperty<T>(T, T, String, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the property using the specified values.(Inherited from DataContractBase.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.MasterDataServices.Services.DataContracts Namespace
Return to top