WmiDataReaderTask.DestinationType Property
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.
Gets or sets a DestinationType value that indicates the type of destination, such as a file or a variable, used by the WmiDataReaderTask.
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. The default is FileConnection.