共用方式為


ProfileRequests 屬性

Contains 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.