Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.
命名空间: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
程序集: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)
语法
声明
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. |
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。