WmiDataReaderTask.OverwriteDestination Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a OverwriteDestination value that determines how the WmiDataReaderTask should handle existing data in the destination specified by the Destination property.
public:
property Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OverwriteDestination OverwriteDestination { Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OverwriteDestination get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OverwriteDestination value); };
public Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OverwriteDestination OverwriteDestination { get; set; }
member this.OverwriteDestination : Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OverwriteDestination with get, set
Public Property OverwriteDestination As OverwriteDestination
Property Value
A OverwriteDestination value. The default is KeepOriginal.