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


Класс StagingSearchCriteria

Defines the criteria for staging batch types.

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

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

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство StagingBatches Gets or sets the staging batches.
Открытое свойство StagingBatchStatus Gets or sets the status of a staging batch.
Открытое свойство StagingDataStatus Gets or sets the status of a staging data that indicates the success or failure of staging records.

В начало

Методы

  Имя Описание
Открытый метод 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