Clase EntityStagingBatch
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Identifies a unique batch awaiting or undergoing entity based staging.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.EntityStagingBatch
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<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
El tipo EntityStagingBatch expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
EntityStagingBatch | Infraestructura. Initializes a new instance of the EntityStagingBatch class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
BatchId | Infraestructura. Gets or sets an ID that uniquely identifies the batch. | |
BatchTag | Infraestructura. Gets or sets a user-defined batch tag. | |
EntityId | Infraestructura. Gets or sets the entity the batch is associated with. | |
ErrorView | Infraestructura. Gets or sets the view that contains detailed error results. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
MemberCount | Infraestructura. Gets or sets the total number of members in the batch. | |
MemberType | Infraestructura. Gets or sets the member type the batch is associated with. | |
ProcessedEnd | Infraestructura. Gets or sets the time processing finished for the batch. | |
ProcessedStart | Infraestructura. Gets or sets the time processing started for the batch. | |
RowsInError | Infraestructura. Gets or sets the TotalErrorCount number of rows that contain at least one error. | |
Status | Infraestructura. Gets or sets the current status of the batch. | |
VersionId | Infraestructura. Gets or sets the version the batch was staged into. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.