DestinationType Enum

Definition

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

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.

Applies to