语言

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 assembly 中的类尚未被记录。

适用于