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 | |
---|---|---|
EntityStagingBatch | Infraestrutura. Initializes a new instance of the EntityStagingBatch class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
BatchId | Infraestrutura. Gets or sets an ID that uniquely identifies the batch. | |
BatchTag | Infraestrutura. Gets or sets a user-defined batch tag. | |
EntityId | Infraestrutura. Gets or sets the entity the batch is associated with. | |
ErrorView | Infraestrutura. Gets or sets the view that contains detailed error results. | |
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
MemberCount | Infraestrutura. Gets or sets the total number of members in the batch. | |
MemberType | Infraestrutura. Gets or sets the member type the batch is associated with. | |
ProcessedEnd | Infraestrutura. Gets or sets the time processing finished for the batch. | |
ProcessedStart | Infraestrutura. Gets or sets the time processing started for the batch. | |
RowsInError | Infraestrutura. Gets or sets the TotalErrorCount number of rows that contain at least one error. | |
Status | Infraestrutura. Gets or sets the current status of the batch. | |
VersionId | Infraestrutura. Gets or sets the version the batch was staged into. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.