다음을 통해 공유


ProfileRequests 속성

Contains the collection of profile requests that the Data Profiling task will compute.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
어셈블리:  Microsoft.SqlServer.DataProfilingTask.dll의 Microsoft.SqlServer.DataProfilingTask

구문

‘선언
Public ReadOnly Property ProfileRequests As ProfileRequestCollection
    Get
‘사용 방법
Dim instance As DataProfilingTask
Dim value As ProfileRequestCollection

value = instance.ProfileRequests
public ProfileRequestCollection ProfileRequests { get; }
public:
property ProfileRequestCollection^ ProfileRequests {
    ProfileRequestCollection^ get ();
}
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.