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程序集中的类。

适用于