Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value 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
Property DataFileOverWritable As Boolean
Get
Set
'Usage
Dim instance As IMessageQueueTask
Dim value As Boolean
value = instance.DataFileOverWritable
instance.DataFileOverWritable = value
bool DataFileOverWritable { get; set; }
property bool DataFileOverWritable {
bool get ();
void set (bool value);
}
abstract DataFileOverWritable : bool with get, set
function get DataFileOverWritable () : boolean
function set DataFileOverWritable (value : boolean)
Property Value
Type: System.Boolean
true if the message can overwrite an existing file; false if it does not overwrite.