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.
|