Partager via


Classe EntityStagingGetCriteria

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "EntityStagingGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityStagingGetCriteria _
    Inherits DataContractBase
'Utilisation
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

Le type EntityStagingGetCriteria expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityStagingGetCriteria Infrastructure. Initializes a new instance of the EntityStagingGetCriteria class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ExtensionData Gets or sets the structure that contains extra data. (hérité de DataContractBase.)
Propriété publique IncludeClearedBatches Infrastructure. Gets or sets whether “cleared batches” also be returned in the results.
Propriété publique ModelId Infrastructure. Gets or sets the model ID to use.
Propriété publique PageNumber Infrastructure. Gets or sets the page number.
Propriété publique PageSize Infrastructure. Gets or sets the page size.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices