Share via


Clase StagingBatchError

Represents errors in the staging batch process.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "StagingBatchError", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatchError
'Uso
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

El tipo StagingBatchError expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público StagingBatchError Initializes a new instance of the StagingBatchError class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AttributeId Gets or sets the identifier of the attribute being updated. This property is only applicable for attribute value updates.
Propiedad pública EntityId Gets or sets the identifier of the entity being updated.
Propiedad pública ErrorCode Gets or sets an error code of a member in a staging batch.
Propiedad pública HierarchyId Gets or sets the identifier of the hierarchy being updated. This property is only applicable for hierarchy parent or sibling updates.
Propiedad pública MemberId Gets or sets the MemberIdentifier of the attribute being updated.
Propiedad pública Message Gets or sets the description of the error.
Propiedad pública TargetCode Gets or sets the target code of a member in a staging batch.
Propiedad pública TargetType Gets or sets the relationship type of a member in a staging batch.
Propiedad pública VersionId Gets or sets the identifier of the version being updated.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.