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.