Compartir a través de


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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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
Método público EntityStagingBatch Infraestructura. Initializes a new instance of the EntityStagingBatch class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BatchId Infraestructura. Gets or sets the staging batch identifier.
Propiedad pública BatchTag Infraestructura. Gets or sets a user-defined batch tag.
Propiedad pública EntityId Infraestructura. Gets or sets the entity identifier the batch is associated with.
Propiedad pública ErrorView Infraestructura. Gets or sets the view that contains detailed error results.
Propiedad pública MemberCount Infraestructura. Gets or sets the total number of members in the batch (unrelated to staging state).
Propiedad pública MemberType Infraestructura. Gets or sets the member type the batch is associated with.
Propiedad pública ProcessedEnd Infraestructura. Gets or sets the time processing finished for the batch.
Propiedad pública ProcessedStart Infraestructura. Gets or sets the time processing started for the batch.
Propiedad pública RowsInError Infraestructura. Gets or sets the TotalErrorCount number or rows that contain at least one error.
Propiedad pública Status Infraestructura. Gets or sets the current status of the batch.
Propiedad pública VersionId Infraestructura. Gets or sets the version identifier the batch was staged into.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts