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 | |
---|---|---|
![]() |
StagingBatchError | Initializes a new instance of the StagingBatchError class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AttributeId | Gets or sets the ID of the attribute that is being updated. |
![]() |
EntityId | Gets or sets the ID of the entity that is being updated. |
![]() |
ErrorCode | Gets or sets the error code that is associated with the error. |
![]() |
ExtensionData | Gets or sets an object that contains extra data. |
![]() |
HierarchyId | Gets or sets the ID of the hierarchy that is being updated. |
![]() |
MemberId | Gets or sets the ID of the attribute that is being updated. |
![]() |
Message | Gets or sets a description of the error. |
![]() |
TargetCode | Gets or sets the target code. |
![]() |
TargetType | Gets or sets the target type. |
![]() |
VersionId | Gets or sets the ID of the version being updated. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.