Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 operation overwrites existing destination files.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property OverwriteDestination As Boolean
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As Boolean
value = instance.OverwriteDestination
instance.OverwriteDestination = value
bool OverwriteDestination { get; set; }
property bool OverwriteDestination {
bool get ();
void set (bool value);
}
abstract OverwriteDestination : bool with get, set
function get OverwriteDestination () : boolean
function set OverwriteDestination (value : boolean)
Property Value
Type: System.Boolean
true if the operation overwrites existing destination files; otherwise, false.