言語

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 集会のクラスは現時点で文書化されていません。

適用対象