Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
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
public enum OverwriteDestination
public enum class OverwriteDestination
public enum 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. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.