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 | |
---|---|---|
EntityStagingGetCriteria | Infrastructure. Initializes a new instance of the EntityStagingGetCriteria class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ExtensionData | Gets or sets the structure that contains extra data. (hérité de DataContractBase.) | |
IncludeClearedBatches | Infrastructure. Gets or sets whether “cleared batches” also be returned in the results. | |
ModelId | Infrastructure. Gets or sets the model ID to use. | |
PageNumber | Infrastructure. Gets or sets the page number. | |
PageSize | Infrastructure. Gets or sets the page size. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.