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)
Syntax
'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)
Property Value
true if the message can overwrite an existing file; false if it does not overwrite.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace