EntityStagingLoadRequest.QueueForProcessing Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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