Freigeben über


ProfileRequests-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly:  Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)

Syntax

'Declaration
Public ReadOnly Property ProfileRequests As ProfileRequestCollection
    Get
'Usage
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

Eigenschaftenwert

Typ: ProfileRequestCollection
The collection of profile requests.

Hinweise

The ProfileRequestCollection and the classes that are used to define individual profile requests are contained in the assembly Microsoft.SqlServer.DataProfiler.dll.