Compartir a través de


EntityStagingLoadRequest.QueueForProcessing Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a value that indicates whether the staging batches created during the load should be set queued to be process.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property QueueForProcessing As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

EntityStagingLoadRequest Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts