Partilhar via


Classe EntityStagingGetCriteria

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.EntityStagingGetCriteria

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

Sintaxe

'Declaração
<DataContractAttribute(Name := "EntityStagingGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingGetCriteria _
    Inherits DataContractBase
'Uso
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

O tipo EntityStagingGetCriteria expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EntityStagingGetCriteria Infraestrutura. Initializes a new instance of the EntityStagingGetCriteria class.

Início

Propriedades

  Nome Descrição
Propriedade pública ExtensionData Gets or sets the structure that contains extra data. (Herdado de DataContractBase.)
Propriedade pública IncludeClearedBatches Infraestrutura. Gets or sets whether “cleared batches” also be returned in the results.
Propriedade pública ModelId Infraestrutura. Gets or sets the model ID to use.
Propriedade pública PageNumber Infraestrutura. Gets or sets the page number.
Propriedade pública PageSize Infraestrutura. Gets or sets the page size.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices