共用方式為


DestinationType Enumeration

Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.

命名空間: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

語法

'宣告
Public Enumeration DestinationType
public enum DestinationType
public enum class DestinationType
public enum DestinationType
public enum DestinationType

Members

Member name Description
FileConnection The Destination property contains the name of a file connection that receives the results of the WmiDataReaderTask.
Variable The Destination property contains the name of a String or Object variable that receives the results of the WmiDataReaderTask.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace