﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SqlServer.DataProfilingTask</name>
	</assembly>
	<members>
		<member name="N:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask">
			<summary>L'espace de noms <see cref="N:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask" /> contient la tâche de profilage des données et la prise en charge de classes de Integration Services.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType">
			<summary>Spécifie si la tâche de profilage des données enregistre sa sortie XML dans un fichier ou dans une variable de package. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType.FileConnection">
			<summary>Enregistre la sortie XML dans le fichier spécifié dans un gestionnaire de connexions de fichiers.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType.Variable">
			<summary>Enregistre la sortie XML dans une variable de package.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask">
			<summary>Profile des colonnes sélectionnées et des relations de colonnes dans une source de données pour découvrir la structure d'une source de données inconnue et identifier des problèmes avec les données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.Execute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)">
			<summary>Exécute la tâche de profilage des données.</summary>
			<returns>One of the enumeration values that indicates whether the execution of the task succeeded or failed.</returns>
			<param name="connections">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Connections" /> collection through which the task can access connections in the package.</param>
			<param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object through which the task can access variables in the package.</param>
			<param name="componentEvents">An object, that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface, through which the task can raise events to the package.</param>
			<param name="log">An object, that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface, through which the task can write messages to logs defined in the package.</param>
			<param name="transaction">The transaction object of which the container is a part. This value can be null.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.InitializeTask(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,Microsoft.SqlServer.Dts.Runtime.EventInfos,Microsoft.SqlServer.Dts.Runtime.LogEntryInfos,Microsoft.SqlServer.Dts.Runtime.ObjectReferenceTracker)">
			<summary>Initialise la tâche de profilage des données. </summary>
			<param name="connections">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Connections" /> collection through which the task can access connections in the package.</param>
			<param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object through which the task can access variables in the package.</param>
			<param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface and through which the task can raise events to the package.</param>
			<param name="log">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface and through which the task can write messages to logs defined in the package.</param>
			<param name="eventInfos">An <see cref="T:Microsoft.SqlServer.Dts.Runtime.EventInfos" /> collection to which the task can add custom events.</param>
			<param name="logEntryInfos">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.LogEntryInfos" /> collection to which the task can add custom log entries.</param>
			<param name="refTracker">An object that is used for reference tracking.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
			<summary>Charge la définition de la tâche, au format XML, à partir de la définition XML du package.</summary>
			<param name="node">The XmlNode that contains the information to be loaded.</param>
			<param name="infoEvents">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface, through which the method can raise events to the package. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)">
			<summary>Sauvegarde la définition de la tâche, au format XML, dans la définition XML du package.</summary>
			<param name="doc">The XmlNode that contains the information to be saved.</param>
			<param name="infoEvents">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface, through which the method can raise events to the package. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.Validate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)">
			<summary>Détermine si la tâche de profilage des données est configurée correctement.</summary>
			<returns>One of the enumeration values that indicates whether the validation of the task succeeded or failed.</returns>
			<param name="connections">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Connections" /> collection through which the task can access connections in the package.</param>
			<param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.VariableDispenser" /> object through which the task can access variables in the package.</param>
			<param name="componentEvents">An object, that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface, through which the task can raise events to the package.</param>
			<param name="log">An object, that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface, through which the task can write messages to logs defined in the package.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.Destination">
			<summary>Identifie le gestionnaire de connexions de fichiers ou la variable de package qui contient la sortie XML générée par la tâche de profilage des données.</summary>
			<returns>The name of the File connection manager or of the package variable that contains the XML output.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.DestinationType">
			<summary>Spécifie si un gestionnaire de connexions de fichiers ou une variable de package contient la sortie XML générée par la tâche de profilage des données.</summary>
			<returns>One of the enumeration values that indicates whether a File connection manager or a package variable contains the XML output.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.OverwriteDestination">
			<summary>Détermine si la tâche de profilage des données doit remplacer le fichier de sortie s'il existe déjà.</summary>
			<returns>true if the task should overwrite the output file if the file already exists; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.ProfileRequests">
			<summary>Contient la collection des demandes de profil qui seront calculées par la tâche de profilage des données.</summary>
			<returns>The collection of profile requests.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask.Timeout">
			<summary>Spécifie le nombre de secondes après lesquelles la tâche de profilage des données doit expirer et ne plus s'exécuter.</summary>
			<returns>The number of seconds after which the task should time out and stop running. The default is 0, which indicates no time-out.</returns>
		</member>
	</members>
</doc>