Freigeben über


EntityStagingLoadRequest.QueueForProcessing-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

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

Siehe auch

Verweis

EntityStagingLoadRequest Klasse

Microsoft.MasterDataServices-Namespace