IWmiDataReaderTask.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 value that determines how the task should handle existing data in the destination.
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.