Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот 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.
См. также
Справочник
EntityStagingLoadRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts