DestinationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.
public enum class DestinationType
public enum DestinationType
type DestinationType =
Public Enum DestinationType
- Inheritance
-
DestinationType
Fields
Name | Value | Description |
---|---|---|
FileConnection | 0 | The Destination property contains the name of a file connection that receives the results of the WmiDataReaderTask. |
Variable | 1 | The Destination property contains the name of a String or Object variable that receives the results of the WmiDataReaderTask. |