Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the collection of profile requests that the Data Profiling task will compute.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly : Microsoft.SqlServer.DataProfilingTask (en Microsoft.SqlServer.DataProfilingTask.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ProfileRequests As ProfileRequestCollection
Get
'Utilisation
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
Valeur de propriété
Type : ProfileRequestCollection
The collection of profile requests.
Notes
The ProfileRequestCollection and the classes that are used to define individual profile requests are contained in the assembly Microsoft.SqlServer.DataProfiler.dll.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Tasks.DataProfilingTask