次の方法で共有


DataProfilingTask.ProfileRequests プロパティ

定義

データ プロファイル タスクで計算されるプロファイル要求のコレクションを取得します。

public:
 property Microsoft::DataDebugger::DataProfiling::ProfileRequestCollection ^ ProfileRequests { Microsoft::DataDebugger::DataProfiling::ProfileRequestCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.DataDebugger.DataProfiling.ProfileRequestCollection ProfileRequests { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ProfileRequests : Microsoft.DataDebugger.DataProfiling.ProfileRequestCollection
Public ReadOnly Property ProfileRequests As ProfileRequestCollection

プロパティ値

Microsoft.DataDebugger.DataProfiling.ProfileRequestCollection

プロファイル要求のコレクションです。

属性

注釈

ProfileRequestCollection と、各プロファイル要求を定義するために使用されるクラスは、アセンブリ Microsoft.SqlServer.DataProfiler.dll に含まれています。 現時点では、Microsoft.SqlServer.DataProfiler.dll アセンブリ内のクラスは文書化されていません。

適用対象