EntityStagingBatch Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Identifies a unique batch awaiting or undergoing entity based staging.

Inheritance Hierarchy

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

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

Syntax

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

The EntityStagingBatch type exposes the following members.

Constructors

  Name Description
Public method EntityStagingBatch Infrastructure. Initializes a new instance of the EntityStagingBatch class.

Top

Properties

  Name Description
Public property BatchId Infrastructure. Gets or sets an ID that uniquely identifies the batch.
Public property BatchTag Infrastructure. Gets or sets a user-defined batch tag.
Public property EntityId Infrastructure. Gets or sets the entity the batch is associated with.
Public property ErrorView Infrastructure. Gets or sets the view that contains detailed error results.
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public property MemberCount Infrastructure. Gets or sets the total number of members in the batch.
Public property MemberType Infrastructure. Gets or sets the member type the batch is associated with.
Public property ProcessedEnd Infrastructure. Gets or sets the time processing finished for the batch.
Public property ProcessedStart Infrastructure. Gets or sets the time processing started for the batch.
Public property RowsInError Infrastructure. Gets or sets the TotalErrorCount number of rows that contain at least one error.
Public property Status Infrastructure. Gets or sets the current status of the batch.
Public property VersionId Infrastructure. Gets or sets the version the batch was staged into.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices Namespace