IWmiDataReaderTask.DestinationType Property

Definition

Gets or sets the type of the destination.

public:
 property Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::DestinationType DestinationType { Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::DestinationType get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::DestinationType value); };
public Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType DestinationType { get; set; }
member this.DestinationType : Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType with get, set
Public Property DestinationType As DestinationType

Property Value

A DestinationType value.

Applies to