WmiDataReaderTask::Destination Property
Gets or sets the name of the destination for the WmiDataReaderTask.
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
public: property String^ Destination { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IWmiDataReaderTask::DestinationThe value of this property depends on the value of the DestinationType property. For more information about the values supported for DestinationType, see DestinationType.
Show: