Поделиться через


Класс EntityStagingBatch

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Identifies a unique batch awaiting or undergoing entity based staging.

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "EntityStagingBatch", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingBatch _
    Inherits DataContractBase
'Применение
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

Тип EntityStagingBatch обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод EntityStagingBatch Инфраструктура. Initializes a new instance of the EntityStagingBatch class.

В начало

Свойства

  Имя Описание
Открытое свойство BatchId Инфраструктура. Gets or sets an ID that uniquely identifies the batch.
Открытое свойство BatchTag Инфраструктура. Gets or sets a user-defined batch tag.
Открытое свойство EntityId Инфраструктура. Gets or sets the entity the batch is associated with.
Открытое свойство ErrorView Инфраструктура. Gets or sets the view that contains detailed error results.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство MemberCount Инфраструктура. Gets or sets the total number of members in the batch.
Открытое свойство MemberType Инфраструктура. Gets or sets the member type the batch is associated with.
Открытое свойство ProcessedEnd Инфраструктура. Gets or sets the time processing finished for the batch.
Открытое свойство ProcessedStart Инфраструктура. Gets or sets the time processing started for the batch.
Открытое свойство RowsInError Инфраструктура. Gets or sets the TotalErrorCount number of rows that contain at least one error.
Открытое свойство Status Инфраструктура. Gets or sets the current status of the batch.
Открытое свойство VersionId Инфраструктура. Gets or sets the version the batch was staged into.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices