Share via


DataProfilingTask.DestinationType プロパティ

定義

データ プロファイル タスクによって生成される XML 出力がファイル接続マネージャーとパッケージ変数のどちらに含まれるかを示す値を取得または設定します。

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

プロパティ値

ファイル接続マネージャーとパッケージ変数のどちらが XML 出力を含むかを示す列挙値の 1 つです。

適用対象