IWmiDataReaderTask.OutputType Property

Definition

Gets or sets the type of output.

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

Property Value

A OutputType value.

Applies to