Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |