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 | |
---|---|---|
EntityStagingGetCriteria | Infraestrutura. Initializes a new instance of the EntityStagingGetCriteria class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
IncludeClearedBatches | Infraestrutura. Gets or sets whether “cleared batches” also be returned in the results. | |
ModelId | Infraestrutura. Gets or sets the model ID to use. | |
PageNumber | Infraestrutura. Gets or sets the page number. | |
PageSize | Infraestrutura. Gets or sets the page size. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.