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 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.