Compartilhar via


Classe StagingBatchError

Specifies a process error that is associated with a member in a staging batch.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingBatchError

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "StagingBatchError", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatchError _
    Implements IExtensibleDataObject
'Uso
Dim instance As StagingBatchError
[DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchError : IExtensibleDataObject
[DataContractAttribute(Name = L"StagingBatchError", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatchError : IExtensibleDataObject
[<DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchError =  
    class
        interface IExtensibleDataObject
    end
public class StagingBatchError implements IExtensibleDataObject

O tipo StagingBatchError expõe os membros a seguir.

Construtores

  Nome Descrição
Método público StagingBatchError Initializes a new instance of the StagingBatchError class.

Início

Propriedades

  Nome Descrição
Propriedade pública AttributeId Gets or sets the ID of the attribute that is being updated.
Propriedade pública EntityId Gets or sets the ID of the entity that is being updated.
Propriedade pública ErrorCode Gets or sets the error code that is associated with the error.
Propriedade pública ExtensionData Gets or sets an object that contains extra data.
Propriedade pública HierarchyId Gets or sets the ID of the hierarchy that is being updated.
Propriedade pública MemberId Gets or sets the ID of the attribute that is being updated.
Propriedade pública Message Gets or sets a description of the error.
Propriedade pública TargetCode Gets or sets the target code.
Propriedade pública TargetType Gets or sets the target type.
Propriedade pública VersionId Gets or sets the ID of the version being updated.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência