Partilhar via


Campo EntityStagingLoadRequest.QueueForProcessing

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates if the staging batches created during this load should be set queued to be process.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public QueueForProcessing As Boolean
'Uso
Dim instance As EntityStagingLoadRequest
Dim value As Boolean

value = instance.QueueForProcessing

instance.QueueForProcessing = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public bool QueueForProcessing
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
bool QueueForProcessing
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable QueueForProcessing: bool
public var QueueForProcessing : boolean

Consulte também

Referência

EntityStagingLoadRequest Classe

Namespace Microsoft.MasterDataServices