共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask 命名空間

DestinationType

OutputType