WmiDataReaderTask.DestinationType プロパティ

定義

WmiDataReaderTaskが使用する宛先の種類(ファイルや変数など)を示すDestinationType値を取得または設定します。

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

プロパティ値

DestinationType の値。 既定値は FileConnection です。

実装

適用対象