DataProfilingTask.ProfileRequests 属性
Gets the collection of profile requests that the Data Profiling task will compute.
命名空间: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
程序集: Microsoft.SqlServer.DataProfilingTask(在 Microsoft.SqlServer.DataProfilingTask.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ProfileRequests As ProfileRequestCollection
Get
用法
Dim instance As DataProfilingTask
Dim value As ProfileRequestCollection
value = instance.ProfileRequests
[BrowsableAttribute(false)]
public ProfileRequestCollection ProfileRequests { get; }
[BrowsableAttribute(false)]
public:
property ProfileRequestCollection^ ProfileRequests {
ProfileRequestCollection^ get ();
}
[<BrowsableAttribute(false)>]
member ProfileRequests : ProfileRequestCollection
function get ProfileRequests () : ProfileRequestCollection
属性值
类型:ProfileRequestCollection
The collection of profile requests.
注释
The ProfileRequestCollection and the classes that are used to define individual profile requests are contained in the assembly Microsoft.SqlServer.DataProfiler.dll.