Condividi tramite


Classe StagingBatchError

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Nel tipo StagingBatchError sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico StagingBatchError Initializes a new instance of the StagingBatchError class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeId Gets or sets the ID of the attribute that is being updated.
Proprietà pubblica EntityId Gets or sets the ID of the entity that is being updated.
Proprietà pubblica ErrorCode Gets or sets the error code that is associated with the error.
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data.
Proprietà pubblica HierarchyId Gets or sets the ID of the hierarchy that is being updated.
Proprietà pubblica MemberId Gets or sets the ID of the attribute that is being updated.
Proprietà pubblica Message Gets or sets a description of the error.
Proprietà pubblica TargetCode Gets or sets the target code.
Proprietà pubblica TargetType Gets or sets the target type.
Proprietà pubblica VersionId Gets or sets the ID of the version being updated.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.