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


Класс EntityStagingGetCriteria

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

Represents the criteria that determine the behavior of the EntityStagingGet service call.

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

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

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "EntityStagingGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingGetCriteria _
    Inherits DataContractBase
'Применение
Dim instance As EntityStagingGetCriteria
[DataContractAttribute(Name = "EntityStagingGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingGetCriteria : DataContractBase
[DataContractAttribute(Name = L"EntityStagingGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityStagingGetCriteria : public DataContractBase
[<DataContractAttribute(Name = "EntityStagingGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingGetCriteria =  
    class 
        inherit DataContractBase 
    end
public class EntityStagingGetCriteria extends DataContractBase

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство IncludeClearedBatches Инфраструктура. Gets or sets a value that indicates whether the “cleared batches” also be returned in the results.
Открытое свойство ModelId Инфраструктура. Gets or sets the model identifier to use.
Открытое свойство PageNumber Инфраструктура. Gets or sets the page number used for paging. Valid page numbers start with 1.
Открытое свойство PageSize Инфраструктура. Gets or sets the page size used for paging.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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