Gets or sets a OutputType value that indicates the type of output, such as a DataTable or a string, returned by the WmiDataReaderTask.
命名空間: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)
語法
'宣告
Public Property OutputType As OutputType
public OutputType OutputType { get; set; }
public:
virtual property OutputType OutputType {
OutputType get () sealed;
void set (OutputType value) sealed;
}
/** @property */
public final OutputType get_OutputType ()
/** @property */
public final void set_OutputType (OutputType value)
public final function get OutputType () : OutputType
public final function set OutputType (value : OutputType)
屬性值
A OutputType value. The default is DataTable.
備註
The following values are possible:
A data table.
A property name and value pair, where the property name and value will be returned as comma-separated strings, with each pair on one line.
One or more values, where each value is on one line.
執行緒安全性
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
WmiDataReaderTask Class
WmiDataReaderTask Members
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace