Partager via


Propriété EntityStagingGetRequest.GetCriteria

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

Gets or sets the criteria to use to get entity staging batches.

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

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property GetCriteria As EntityStagingGetCriteria 
    Get 
    Set
'Utilisation
Dim instance As EntityStagingGetRequest 
Dim value As EntityStagingGetCriteria 

value = instance.GetCriteria

instance.GetCriteria = value
[MessageBodyMemberAttribute]
public EntityStagingGetCriteria GetCriteria { get; set; }
[MessageBodyMemberAttribute]
public:
property EntityStagingGetCriteria^ GetCriteria {
    EntityStagingGetCriteria^ get ();
    void set (EntityStagingGetCriteria^ value);
}
[<MessageBodyMemberAttribute>]
member GetCriteria : EntityStagingGetCriteria with get, set
function get GetCriteria () : EntityStagingGetCriteria 
function set GetCriteria (value : EntityStagingGetCriteria)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.EntityStagingGetCriteria
The criteria to use to get entity staging batches.

Voir aussi

Référence

EntityStagingGetRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts