Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets a Boolean indicating that the message uses SQL Server 2000 format.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Сборка: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
Синтаксис
'Декларация
Public Property Use2000Format As Boolean
public bool Use2000Format { get; set; }
public:
virtual property bool Use2000Format {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_Use2000Format ()
/** @property */
public final void set_Use2000Format (boolean value)
public final function get Use2000Format () : boolean
public final function set Use2000Format (value : boolean)
Значение свойства
false indicates that the SQL Server 2000 format is not used; true indicates that the SQL Server 2000 format is used.
Замечания
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