Partager via


Propriété EntityStagingLoadRequest.QueueForProcessing

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 a value that indicates whether the staging batches created during the load should be set queued to be process.

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

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property QueueForProcessing As Boolean 
    Get 
    Set
'Utilisation
Dim instance As EntityStagingLoadRequest 
Dim value As Boolean 

value = instance.QueueForProcessing

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

Valeur de propriété

Type : System.Boolean
true if the staging batches created during the load should be set queued to be process; otherwise, false.

Voir aussi

Référence

EntityStagingLoadRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts