DestinationType Enumeration
Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
| Member name | Description | |
|---|---|---|
| FileConnection | The Destination property contains the name of a file connection that receives the results of the WmiDataReaderTask. | |
| Variable | The Destination property contains the name of a String or Object variable that receives the results of the WmiDataReaderTask. |
Show: