OutputType Enumeration
Determines the type of output returned by a WmiDataReaderTask class.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Сборка: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)
Синтаксис
'Декларация
Public Enumeration OutputType
public enum OutputType
public enum class OutputType
public enum OutputType
public enum OutputType
Members
Member name | Description |
---|---|
DataTable | Output is returned as a DataTable. |
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. |
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace
DestinationType
OutputType