Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Public Enumeration OverwriteDestination
'Usage
Dim instance As OverwriteDestination
public enum OverwriteDestination
public enum class OverwriteDestination
type OverwriteDestination
public enum OverwriteDestination
Members
| Member name | Description | |
|---|---|---|
| AppendToDestination | The task appends its results to existing data at the specified destination. | |
| KeepOriginal | If data already exists at the specified destination, an error occurs. | |
| OverwriteDestination | The task overwrites existing data at the specified destination. |