WmiDataReaderTask Properties
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Name | Description | |
---|---|---|
![]() | DebugMode | A Boolean that indicates whether WmiDataReaderTask should check if breakpoints are enabled. |
![]() | Destination | Gets or sets the name of the destination for the WmiDataReaderTask. |
![]() | DestinationType | Gets or sets a DestinationType value that indicates the type of destination, such as a file or a variable, used by the WmiDataReaderTask. |
![]() | ExecutionValue | Gets an Object that contains the results of the WmiDataReaderTask task.(Overrides Task.ExecutionValue.) |
![]() | Output | Gets or sets an Object that contains the results of the WmiDataReaderTask task. |
![]() | OutputType | Gets or sets a OutputType value that indicates the type of output, such as a DataTable or a string, returned by the WmiDataReaderTask. |
![]() | OverwriteDestination | Gets or sets a OverwriteDestination value that determines how the WmiDataReaderTask should handle existing data in the destination specified by the Destination property. |
![]() | SuspendRequired | Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. |
![]() | TargetServerVersion | (Inherited from Task.) |
![]() | Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only.(Inherited from Task.) |
![]() | WmiConnection | Gets or sets the name of the WMIConn used by the WmiDataReaderTask task. |
![]() | WqlQuerySource | Gets or sets the source of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiDataReaderTask. |
![]() | WqlQuerySourceType | Gets or sets a QuerySourceType value that indicates the source type, such as file connection or a variable, of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiDataReaderTask. |