MessageQueueTask.DataFileOverWritable Property
Gets or sets a Boolean that indicates whether the data file message can overwrite an existing data file.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
'Declaration
Public Property DataFileOverWritable As Boolean
public bool DataFileOverWritable { get; set; }
public:
virtual property bool DataFileOverWritable {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_DataFileOverWritable ()
/** @property */
public final void set_DataFileOverWritable (boolean value)
public final function get DataFileOverWritable () : boolean
public final function set DataFileOverWritable (value : boolean)
true if the message can overwrite an existing file; false if it does not overwrite.
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.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace