Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates whether the staging batches created during the load should be set queued to be process.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property QueueForProcessing As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the staging batches created during the load should be set queued to be process; otherwise, false.
Siehe auch
Verweis
EntityStagingLoadRequest Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace