Поделиться через


Перечисление 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.

PropertyValue Output is returned as a String that contains the value of a specified property.
PropertyNameAndValue Output is returned as a String that contains the name and value of a specified property.