OutputType 열거형
Determines the type of output returned by a WmiDataReaderTask class.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
어셈블리: Microsoft.SqlServer.WMIDRTask(Microsoft.SqlServer.WMIDRTask.dll)
구문
‘선언
Public Enumeration OutputType
‘사용 방법
Dim instance As OutputType
public enum OutputType
public enum class OutputType
type OutputType
public enum OutputType
멤버
멤버 이름 | 설명 | |
---|---|---|
DataTable | Output is returned as a DataTable.
If DestinationType is set to FileConnection, then the DataTable is converted to a String that contains column values separated by commas, and rows delimited by a carriage return/linefeed. |
|
PropertyNameAndValue | Output is returned as a String that contains the name and value of a specified property. | |
PropertyValue | Output is returned as a String that contains the value of a specified property. |