Свойство DataProfilingTask.ProfileRequests

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

См. также

Справочник

DataProfilingTask Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.DataProfilingTask