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 determines how the task should handle existing data in the destination.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Property OverwriteDestination As OverwriteDestination
Get
Set
'Usage
Dim instance As IWmiDataReaderTask
Dim value As OverwriteDestination
value = instance.OverwriteDestination
instance.OverwriteDestination = value
OverwriteDestination OverwriteDestination { get; set; }
property OverwriteDestination OverwriteDestination {
OverwriteDestination get ();
void set (OverwriteDestination value);
}
abstract OverwriteDestination : OverwriteDestination with get, set
function get OverwriteDestination () : OverwriteDestination
function set OverwriteDestination (value : OverwriteDestination)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OverwriteDestination
A OverwriteDestination value.