다음을 통해 공유


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.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask 네임스페이스