Класс EntityStagingBatch

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

Identifies a unique batch awaiting or undergoing entity based staging.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatch

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.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 the staging batch identifier.
Открытое свойство BatchTag Инфраструктура. Gets or sets a user-defined batch tag.
Открытое свойство EntityId Инфраструктура. Gets or sets the entity identifier the batch is associated with.
Открытое свойство ErrorView Инфраструктура. Gets or sets the view that contains detailed error results.
Открытое свойство MemberCount Инфраструктура. Gets or sets the total number of members in the batch (unrelated to staging state).
Открытое свойство 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 or rows that contain at least one error.
Открытое свойство Status Инфраструктура. Gets or sets the current status of the batch.
Открытое свойство VersionId Инфраструктура. Gets or sets the version identifier the batch was staged into.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetProperty<T> Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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