Condividi tramite


Classe StagingBatchError

Represents errors in the staging batch process.

Gerarchia di ereditarietà

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

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

Sintassi

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

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 identifier of the attribute being updated. This property is only applicable for attribute value updates.
Proprietà pubblica EntityId Gets or sets the identifier of the entity being updated.
Proprietà pubblica ErrorCode Gets or sets an error code of a member in a staging batch.
Proprietà pubblica HierarchyId Gets or sets the identifier of the hierarchy being updated. This property is only applicable for hierarchy parent or sibling updates.
Proprietà pubblica MemberId Gets or sets the MemberIdentifier of the attribute being updated.
Proprietà pubblica Message Gets or sets the description of the error.
Proprietà pubblica TargetCode Gets or sets the target code of a member in a staging batch.
Proprietà pubblica TargetType Gets or sets the relationship type of a member in a staging batch.
Proprietà pubblica VersionId Gets or sets the identifier 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.