Compartir a través de


DataProfilingTask.ProfileRequests Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Ensamblado:  Microsoft.SqlServer.DataProfilingTask (en Microsoft.SqlServer.DataProfilingTask.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ProfileRequests As ProfileRequestCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: ProfileRequestCollection
The collection of profile requests.

Comentarios

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

Vea también

Referencia

DataProfilingTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.DataProfilingTask