Condividi tramite


Campo EntityStagingLoadRequest.QueueForProcessing

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public QueueForProcessing As Boolean
'Utilizzo
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

Vedere anche

Riferimento

EntityStagingLoadRequest Classe

Spazio dei nomi Microsoft.MasterDataServices