Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets a Boolean specifying whether the task fails when the message times out.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Сборка: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
Синтаксис
'Декларация
Public Property ErrorIfMessageTimeOut As Boolean
public bool ErrorIfMessageTimeOut { get; set; }
public:
virtual property bool ErrorIfMessageTimeOut {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_ErrorIfMessageTimeOut ()
/** @property */
public final void set_ErrorIfMessageTimeOut (boolean value)
public final function get ErrorIfMessageTimeOut () : boolean
public final function set ErrorIfMessageTimeOut (value : boolean)
Значение свойства
true if the task fails when the message times out; false if the task does not.
Замечания
The default value of this property is false.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace