DataProfilingTask.ProfileRequests Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of profile requests that the Data Profiling task will compute.
public:
property Microsoft::DataDebugger::DataProfiling::ProfileRequestCollection ^ ProfileRequests { Microsoft::DataDebugger::DataProfiling::ProfileRequestCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.DataDebugger.DataProfiling.ProfileRequestCollection ProfileRequests { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ProfileRequests : Microsoft.DataDebugger.DataProfiling.ProfileRequestCollection
Public ReadOnly Property ProfileRequests As ProfileRequestCollection
Property Value
Microsoft.DataDebugger.DataProfiling.ProfileRequestCollection
The collection of profile requests.
- Attributes
Remarks
The ProfileRequestCollection
and the classes that are used to define individual profile requests are contained in the assembly Microsoft.SqlServer.DataProfiler.dll. The classes in the Microsoft.SqlServer.DataProfiler.dll assembly are not documented at this time.