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.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatch

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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 the staging batch identifier.
Proprietà pubblica BatchTag Infrastruttura. Gets or sets a user-defined batch tag.
Proprietà pubblica EntityId Infrastruttura. Gets or sets the entity identifier the batch is associated with.
Proprietà pubblica ErrorView Infrastruttura. Gets or sets the view that contains detailed error results.
Proprietà pubblica MemberCount Infrastruttura. Gets or sets the total number of members in the batch (unrelated to staging state).
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 or 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 identifier 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 protetto SetProperty<T> Infrastruttura. Sets the property using the specified values. Ereditato da DataContractBase.
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.Services.DataContracts