Condividi tramite


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
Metodo pubblico EntityStagingBatch Infrastruttura. Initializes a new instance of the EntityStagingBatch class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BatchId Infrastruttura. Gets or sets an ID that uniquely identifies the batch.
Proprietà pubblica BatchTag Infrastruttura. Gets or sets a user-defined batch tag.
Proprietà pubblica EntityId Infrastruttura. Gets or sets the entity the batch is associated with.
Proprietà pubblica ErrorView Infrastruttura. Gets or sets the view that contains detailed error results.
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica MemberCount Infrastruttura. Gets or sets the total number of members in the batch.
Proprietà pubblica MemberType Infrastruttura. Gets or sets the member type the batch is associated with.
Proprietà pubblica ProcessedEnd Infrastruttura. Gets or sets the time processing finished for the batch.
Proprietà pubblica ProcessedStart Infrastruttura. Gets or sets the time processing started for the batch.
Proprietà pubblica RowsInError Infrastruttura. Gets or sets the TotalErrorCount number of rows that contain at least one error.
Proprietà pubblica Status Infrastruttura. Gets or sets the current status of the batch.
Proprietà pubblica VersionId Infrastruttura. Gets or sets the version the batch was staged into.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices