DataProfilingTask.ProfileRequests 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取数据剖析任务将计算的配置文件请求集合。
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 中的类尚未被记录。