共用方式為


DestinationType 列舉

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

命名空間:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件:  Microsoft.SqlServer.WMIDRTask (在 Microsoft.SqlServer.WMIDRTask.dll 中)

語法

'宣告
Public Enumeration DestinationType
'用途
Dim instance As DestinationType
public enum DestinationType
public enum class DestinationType
type DestinationType
public enum DestinationType

成員

成員名稱 說明
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.
附註附註
If OutputType is set to DataTable and this value is used for DestinationType, the variable specified in Destination must be an Object variable. Otherwise, an error occurs.