Partilhar via


Classe EntityStagingBatch

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Identifies a unique batch awaiting or undergoing entity based staging.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.EntityStagingBatch

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "EntityStagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingBatch _
    Inherits DataContractBase
'Uso
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

O tipo EntityStagingBatch expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EntityStagingBatch Infraestrutura. Initializes a new instance of the EntityStagingBatch class.

Início

Propriedades

  Nome Descrição
Propriedade pública BatchId Infraestrutura. Gets or sets an ID that uniquely identifies the batch.
Propriedade pública BatchTag Infraestrutura. Gets or sets a user-defined batch tag.
Propriedade pública EntityId Infraestrutura. Gets or sets the entity the batch is associated with.
Propriedade pública ErrorView Infraestrutura. Gets or sets the view that contains detailed error results.
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
Propriedade pública MemberCount Infraestrutura. Gets or sets the total number of members in the batch.
Propriedade pública MemberType Infraestrutura. Gets or sets the member type the batch is associated with.
Propriedade pública ProcessedEnd Infraestrutura. Gets or sets the time processing finished for the batch.
Propriedade pública ProcessedStart Infraestrutura. Gets or sets the time processing started for the batch.
Propriedade pública RowsInError Infraestrutura. Gets or sets the TotalErrorCount number of rows that contain at least one error.
Propriedade pública Status Infraestrutura. Gets or sets the current status of the batch.
Propriedade pública VersionId Infraestrutura. Gets or sets the version the batch was staged into.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices