WmiDataReaderTask.OutputType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 OutputType 值,该值指示 DataTable 返回的输出的类型,例如 WmiDataReaderTask 或字符串。
public:
property Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OutputType OutputType { Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OutputType get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OutputType value); };
public Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType OutputType { get; set; }
member this.OutputType : Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType with get, set
Public Property OutputType As OutputType
属性值
一个 OutputType 值。 默认值为 DataTable。
实现
注解
可能的值如下:
数据表。
属性名称和值对,其中属性名称和值将作为逗号分隔的字符串返回,每对在一行。
一个或多个值,其中每个值位于一行。