Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a Boolean indicating that the message uses SQL Server 2000 format.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado: Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)
Sintaxis
'Declaración
Public Property Use2000Format As Boolean
Get
Set
'Uso
Dim instance As MessageQueueTask
Dim value As Boolean
value = instance.Use2000Format
instance.Use2000Format = value
public bool Use2000Format { get; set; }
public:
virtual property bool Use2000Format {
bool get () sealed;
void set (bool value) sealed;
}
abstract Use2000Format : bool with get, set
override Use2000Format : bool with get, set
final function get Use2000Format () : boolean
final function set Use2000Format (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
false indicates that the SQL Server 2000 format is not used; true indicates that the SQL Server 2000 format is used.
Implementa
IMessageQueueTask.Use2000Format
Comentarios
The default value of this property is false.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.MessageQueueTask