Classe EntityStagingBatch
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Identifies a unique batch awaiting or undergoing entity based staging.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.EntityStagingBatch
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "EntityStagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingBatch _
Inherits DataContractBase
'Utilizzo
Dim instance As EntityStagingBatch
[DataContractAttribute(Name = "EntityStagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingBatch : DataContractBase
[DataContractAttribute(Name = L"EntityStagingBatch", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityStagingBatch : public DataContractBase
[<DataContractAttribute(Name = "EntityStagingBatch", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatch =
class
inherit DataContractBase
end
public class EntityStagingBatch extends DataContractBase
Nel tipo EntityStagingBatch sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
EntityStagingBatch | Infrastruttura. Initializes a new instance of the EntityStagingBatch class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
BatchId | Infrastruttura. Gets or sets an ID that uniquely identifies the batch. |
![]() |
BatchTag | Infrastruttura. Gets or sets a user-defined batch tag. |
![]() |
EntityId | Infrastruttura. Gets or sets the entity the batch is associated with. |
![]() |
ErrorView | Infrastruttura. Gets or sets the view that contains detailed error results. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. |
![]() |
MemberCount | Infrastruttura. Gets or sets the total number of members in the batch. |
![]() |
MemberType | Infrastruttura. Gets or sets the member type the batch is associated with. |
![]() |
ProcessedEnd | Infrastruttura. Gets or sets the time processing finished for the batch. |
![]() |
ProcessedStart | Infrastruttura. Gets or sets the time processing started for the batch. |
![]() |
RowsInError | Infrastruttura. Gets or sets the TotalErrorCount number of rows that contain at least one error. |
![]() |
Status | Infrastruttura. Gets or sets the current status of the batch. |
![]() |
VersionId | Infrastruttura. Gets or sets the version the batch was staged into. |
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.