此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a value that indicates whether the staging batches created during the load should be set queued to be process.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<MessageBodyMemberAttribute> _
Public Property QueueForProcessing As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
true if the staging batches created during the load should be set queued to be process; otherwise, false.