﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SqlServer.ConnectionInfo</name>
	</assembly>
	<members>
		<member name="N:Microsoft.SqlServer.Management.Common">
			<summary>L'espace de noms <see cref="Microsoft.SqlServer.Management.Common" /> contient des classes qui représentent une connexion à une instance de SQL Server depuis une application SMO ou RMO. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.AutoDisconnectMode">
			<summary>Contient les valeurs utilisées pour spécifier les options de déconnexion automatiques pour une connexion à une instance de SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.AutoDisconnectMode.DisconnectIfPooled">
			<summary>La connexion est déconnectée de l'instance de SQL Server si la connexion est regroupée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.AutoDisconnectMode.NoAutoDisconnect">
			<summary>La connexion n'est pas déconnectée automatiquement.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.CapturedSql">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.CapturedSql" /> représente les commandes Transact-SQL envoyées à l'instance de SQL Server par la connexion référencée. Toutefois, elles sont ensuite redirigées vers une mémoire tampon au lieu d'être exécutées immédiatement sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.CapturedSql.Add(System.String)">
			<summary>Ajoute une instruction Transact-SQL aux commandes Transact-SQL capturées dans la mémoire tampon.</summary>
			<param name="sqlStatement">A <see cref="T:System.String" /> value that specifies the Transact-SQL statement.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.CapturedSql.Clear">
			<summary>Efface la mémoire tampon qui contient les commandes Transact-SQL capturées.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.CapturedSql.Text">
			<summary>Obtient les commandes Transact-SQL capturées dans la mémoire tampon.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains the captured Transact-SQL commands.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException" /> est une exception levée lors d'une tentative infructueuse de modification du mot de passe de la connexion avec l'instance de SQL Server à l'aide de l'authentification SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException" /> qui a le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ChangePasswordFailureException" /> qui a le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException" /> est une exception levée lors d'une tentative infructueuse pour changer la connexion à l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionCannotBeChangedException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionException" /> est une exception levée lorsqu'une erreur se produit sur la connexion à l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionException" /> avec les informations de sérialisation et le contexte d'accès en continu spécifiés.</summary>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> system object that specifies the serialization information for the exception.</param>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> system object that specifies the streaming context for the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionFailureException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionFailureException" /> est une exception levée lors d'une tentative infructueuse pour établir une connexion avec l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionFailureException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionFailureException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionFailureException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionFailureException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionFailureException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionFailureException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionInfoBase">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionInfoBase" /> est une classe de base utilisée dans la construction de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" /> et il représente les informations utilisées pour se connecter à une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionInfoBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.#ctor(Microsoft.SqlServer.Management.Common.ConnectionInfoBase)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionInfoBase" /> selon l'objet spécifié.</summary>
			<param name="conn">A <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionInfoBase" /> object value that specifies connection information on which to base the new object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.#ctor(Microsoft.SqlServer.Management.Common.ConnectionType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionInfoBase" /> avec le type de connexion spécifié.</summary>
			<param name="serverType">A <see cref="T:Microsoft.AnalysisServices.ConnectionType" />  object value that specifies the type of connection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.ConnectionParmsChanged">
			<summary>En cas de remplacement dans une classe dérivée, permet de spécifier des actions personnalisées lorsqu'un paramètre de connexion est modifié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.ToString">
			<summary>Retourne l'objet sous forme d'une valeur de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionInfoBase" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.ServerCaseSensitivity">
			<summary>Obtient ou définit le respect de la casse par le serveur pour la connexion.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerCaseSensitivity" /> system object value that specifies the server case sensitivity for the connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.ServerType">
			<summary>Obtient ou définit le type de connexion au serveur.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ConnectionType" /> system object value that specifies the type of connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionInfoBase.ServerVersion">
			<summary>Obtient ou définit les informations de version à propos de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> system object value that specifies the version information about the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionManager">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionManager" /> gère la connexion à une instance de SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.InfoMessage">
			<summary>Événement qui se produit lorsque l'instance de SQL Server génère un message d'information. </summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.RemoteLoginFailed">
			<summary>Cet événement se produit lorsqu'une connexion distante ne parvient pas à se connecter à l'instance de SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.ServerMessage">
			<summary>Événement qui se produit lorsque SQL Server retourne un avertissement ou un message d'information sur la connexion actuelle.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.StateChange">
			<summary>Événement qui se produit lorsque l'instance de SQL Server change d'état. </summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Common.ConnectionManager.StatementExecuted">
			<summary>Événement qui se produit lorsque l'instance de SQL Server exécute une instruction sur la connexion actuelle. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.CheckServerVersion(Microsoft.SqlServer.Management.Common.ServerVersion)">
			<summary>Vérifie la version de l'instance cible de SQL Server.</summary>
			<param name="version">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object that specifies the version of the target server for the connection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.Connect">
			<summary>Établit une connexion à l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.Disconnect">
			<summary>Se déconnecte de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction,System.Object,System.Data.DataSet,System.Boolean)">
			<summary>Exécute une commande Transact-SQL.</summary>
			<returns>A <see cref="T:System.Object" /> that contains the results of the Transact-SQL command.</returns>
			<param name="action">The <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction" /> object.</param>
			<param name="execObject">The executable <see cref="T:System.Object" />.</param>
			<param name="fillDataSet">The <see cref="T:System.Data.DataSet" /> object.</param>
			<param name="catchException">A Boolean value that specifies whether to catch an exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionManager.ForceDisconnected">
			<summary>Force une déconnexion de l'instance de SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.AutoDisconnectMode">
			<summary>Obtient ou définit le mode de déconnexion automatique de la connexion référencée sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.AutoDisconnectMode" /> object value that specifies the automatic disconnection mode of the referenced connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.CapturedSql">
			<summary>Obtient les instructions Transact-SQL capturées lorsque la connexion s'exécute en mode de capture.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.CapturedSql" /> object value that contains the captured Transact-SQL statements.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.DatabaseEngineType">
			<summary>Obtient le type de moteur de base de données.</summary>
			<returns>Either a stand-alone instance of SQL Server or a SQL Azure database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.InUse">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la connexion est utilisée.</summary>
			<returns>A <see cref="T:System.Boolean" /> object value that specifies whether the connection is in use.If True, the connection is in use.If False (default), the connection is not in use.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.IsForceDisconnected">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui spécifie si la connexion a été déconnectée de force.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection was forcibly disconnected.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.IsOpen">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la connexion est actuellement ouverte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection is open.If True, the connection is open.If False (default), the connection is not open.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.LockTimeout">
			<summary>Obtient ou définit la durée, en secondes, nécessaire pour l'expiration du délai d'attente de la connexion lorsque la transaction actuelle est verrouillée.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the time in seconds for the connection to time out when the current transaction is locked.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.ServerVersion">
			<summary>Obtient la version de l'instance connectée de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the connected instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionManager.SqlConnectionObject">
			<summary>Obtient l'objet de connexion.</summary>
			<returns>A <see cref="T:System.Data.SqlClient.SqlConnection" /> object value that specifies the connection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction">
			<summary>Exécutez une action Transact-SQL.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction.ExecuteNonQuery">
			<summary>Exécutez une commande de non-requête.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction.ExecuteReader">
			<summary>Exécutez une commande de lecteur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction.ExecuteScalar">
			<summary>Exécutez une commande scalaire.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction.FillDataSet">
			<summary>Exécutez une commande de jeu de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSqlAction.Unknown">
			<summary>Type de commande inconnu.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionSettings">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionSettings" /> représente les paramètres utilisés par une connexion à une instance d'un serveur, telle que SQL Server. La classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> hérite de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionSettings" />. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionSettings.NoConnectionTimeout">
			<summary>Obtient ou définit la valeur <see cref="T:System.Int32" /> qui spécifie le délai d'attente requis avant l'expiration de la connexion, en secondes.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the time the connection takes to time out in seconds.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.ThrowIfPropertyNotSet(System.String,System.String)">
			<summary>Lève une exception si la propriété de connexion spécifiée est vide ou a la valeur Null.</summary>
			<returns>If the string is null or empty, this method throws a <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotSetException" />. Otherwise, this method returns the str parameter value.</returns>
			<param name="propertyName">A string that specifies the name of the connection property, such as "Login".</param>
			<param name="str">A <see cref="T:System.String" /> object that contains the property value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.ThrowIfPropertyNotSet(System.String,System.String,System.Boolean)">
			<summary>Lève une exception si la propriété de connexion spécifiée a la valeur Null ou, éventuellement, est vide.</summary>
			<returns>If the property is not set, this method throws a <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotSetException" />. Otherwise, this method returns the str parameter value. </returns>
			<param name="propertyName">A string that specifies the name of the connection property, such as "Login".</param>
			<param name="str">A <see cref="T:System.String" /> object that contains the property value.</param>
			<param name="checkEmpty">True if you want to check the property value for an empty string or null value; false if you want to check only for a null value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ConnectionSettings.ToString">
			<summary>Retourne le nom de l'objet référencé sous forme de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ApplicationName">
			<summary>Obtient ou définit le nom de l'application qui a établi la connexion avec le serveur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the application.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectAsUser">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la connexion est établie à l'aide de l'emprunt d'identité.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection is established using impersonation.If True, the connection is established using impersonation.If False (default), the connection is established using the credentials specified by the <see cref="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.Login" /> and <see cref="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.Password" /> properties.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectAsUserName">
			<summary>Obtient ou définit le nom de l'utilisateur lors de la connexion à l'aide de l'emprunt d'identité.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the user name used when the connection is established using impersonation of a user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectAsUserPassword">
			<summary>Obtient ou définit le mot de passe de l'utilisateur lors de la connexion à l'aide de l'emprunt d'identité.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the user password used when the connection is established using impersonation of a user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectionString">
			<summary>Obtient ou définit la chaîne de connexion utilisée pour établir une connexion avec une source de données spécifiée. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the connection string used to establish a connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ConnectTimeout">
			<summary>Obtient ou définit le délai d'attente de la connexion, en secondes.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the connection time-out period in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.DatabaseName">
			<summary>Obtient ou définit la base de données requise par la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the database specified by the connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.EncryptConnection">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la connexion est chiffrée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection is encrypted.If True, the connection is encrypted.If False (default), the connection is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.Login">
			<summary>Obtient ou définit l'ouverture de session requise pour établir une connexion avec l'instance du serveur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the logon required to establish a connection with the instance of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.LoginSecure">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si la connexion est établie au serveur à l'aide de l'authentification Windows ou de l'authentification SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection is established to the server by using Windows Authentication or SQL Server Authentication.If True (default), Windows Authentication is used to establish a connection with the server.If False, SQL Server Authentication is used to establish a connection with the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.MaxPoolSize">
			<summary>Obtient ou définit le nombre maximal de connexions d'un pool que la connexion spécifiée accepte lors de l'établissement d'une connexion avec un serveur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of connections in a connection pool.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.MinPoolSize">
			<summary>Obtient ou définit le nombre minimal de connexions d'un pool que la connexion spécifiée accepte lors de l'établissement d'une connexion avec un serveur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the minimum number of connections in a connection pool.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.MultipleActiveResultSets">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si plusieurs jeux de résultats actifs sont autorisés.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether more than one active result set is permitted.If True, multiple active result sets are permitted.If False (default), multiple active result sets are not permitted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.NetworkProtocol">
			<summary>Obtient ou définit le protocole réseau utilisé pour établir la connexion au serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.NetworkProtocol" /> object value that specifies the network protocol used to establish the connection to the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.NonPooledConnection">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la connexion peut être regroupée ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection may be pooled or nonpooled. If True, the connection must be nonpooled and not be part of a connection pool.If False (default), the connection may be pooled and part of a connection pool.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.PacketSize">
			<summary>Obtient ou définit la taille, en octets, des paquets de données envoyés entre le client et le serveur sur le réseau.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the network packet size in bytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.Password">
			<summary>Obtient ou définit le mot de passe utilisé avec l'ouverture de session pour établir une connexion avec le serveur lorsque l'authentification SQL Server est utilisée. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the password that is required when you are using SQL Server Authentication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.PooledConnectionLifetime">
			<summary>Obtient ou définit la durée de vie de la connexion regroupée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the lifetime of the pooled connection in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.SecureConnectionString">
			<summary>Obtient ou définit une version chiffrée de la chaîne de connexion.</summary>
			<returns>A <see cref="T:System.Security.SecureString" /> value that specifies an encrypted connection string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.SecurePassword">
			<summary>Obtient ou définit le mot de passe sécurisé utilisé avec l'ouverture de session pour établir une connexion avec le serveur lorsque l'authentification SQL Server est utilisée. </summary>
			<returns>A <see cref="T:System.Security.SecureString" /> value that specifies the secure password that is required when you are using SQL Server Authentication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.ServerInstance">
			<summary>Obtient ou définit le nom du serveur. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ConnectionSettings.WorkstationId">
			<summary>Obtient ou définit la valeur d'ID qui identifie la station de travail de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the workstation.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ConnectionType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionType" /> contient des valeurs utilisées pour spécifier le type de serveur avec lequel la connexion est établie.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionType.IntegrationServer">
			<summary>Service Integration Services.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionType.Olap">
			<summary>Serveur de traitement analytique en ligne (OLAP) Analysis Services.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionType.ReportServer">
			<summary>Serveur Reporting Services.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionType.Sql">
			<summary>Instance de SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionType.SqlCE">
			<summary>Instance de SQL Server CE.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionType.SqlConnection">
			<summary>Instance de SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ConnectionType.WmiManagementScope">
			<summary>Espace de noms WMI.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DatabaseEngineType">
			<summary>Type de moteur de base de données d'une instance autonome de SQL Server ou de base de données SQL Azure.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineType.SqlAzureDatabase">
			<summary>Base de données SQL Azure.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineType.Standalone">
			<summary>
            Moteur de base de données SQL Server autonome.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DatabaseEngineType.Unknown">
			<summary>Type de moteur de base de données inconnu.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DataTransferEventArgs">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventArgs" /> représente les arguments utilisés lorsqu'un événement de transfert de données est déclenché.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.DataTransferEventArgs.#ctor(Microsoft.SqlServer.Management.Common.DataTransferEventType,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventArgs" /> pour l'événement et avec le message spécifiés.</summary>
			<param name="eventType">A <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventType" /> object that specifies the type of event that is associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventArgs" /> object.</param>
			<param name="message">A string value that specifies the message text associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventType" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.DataTransferEventArgs.DataTransferEventType">
			<summary>Obtient le type d'événement de transfert de données associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventArgs" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventType" /> object that specifies the type of data transfer event associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventArgs" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.DataTransferEventArgs.Message">
			<summary>Obtient le texte du message associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventType" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the message text associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DataTransferEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventHandler" /> représente la méthode qui gère l'événement déclenché par le processus de transfert de données.</summary>
			<param name="sender">An <see cref="T:System.Object" /> system object value that specifies the object that raised the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventArgs" /> object value that specifies the arguments passed to the event handler.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DataTransferEventType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferEventType" /> contient les valeurs utilisées pour spécifier le type d'événement de transfert de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferEventType.Information">
			<summary>Événement d'information.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferEventType.Progress">
			<summary>Événement de progression.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferEventType.Warning">
			<summary>Événement d'avertissement.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs" /> représente les arguments utilisés lorsqu'un événement de progression du transfert des données est déclenché.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs.#ctor(Microsoft.SqlServer.Management.Common.DataTransferProgressEventType,System.String,System.Int64,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs" /> pour l'événement spécifié avec l'ID de transfert, le pourcentage de progression et l'exception associée spécifiés.</summary>
			<param name="eventType">A <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType" /> object that specifies the type of event that is associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs" /> object.</param>
			<param name="transferId">A <see cref="T:System.String" /> value that specifies the transfer ID value associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType" /> object.</param>
			<param name="progressCount">An <see cref="T:System.Int64" /> value that specifies the progress of the transfer in numbers of items transferred.</param>
			<param name="ex">An <see cref="T:System.Exception" /> value that specifies the exception associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs" />.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs.DataTransferProgressEventType">
			<summary>Obtient le type d'événement de progression du transfert des données associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType" /> object that specifies the type of data transfer progress event associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs.Exception">
			<summary>Obtient l'exception associée à l'objet <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType" />.</summary>
			<returns>An Exception object value that specifies the exception associated with the <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs.ProgressCount">
			<summary>Obtient le nombre actuel d'éléments transférés. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the current number of items transferred..</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs.TransferId">
			<summary>Obtient la valeur d'ID qui identifie l'événement de progression du transfert des données de façon unique. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the data transfer progress event.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventHandler">
			<summary>Représente la méthode qui gère des événements déclenchés par le processus de création de rapports sur la progression du transfert des données.</summary>
			<param name="sender">The <see cref="T:System.Object" /> object that raised the event.</param>
			<param name="e">An <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs" /> value that specifies the arguments passed to the event handler.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType" /> contient les valeurs utilisées pour spécifier le type d'événement de progression du transfert des données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.AllowedToFailPrologueSql">
			<summary>Événement qui se produit lorsqu'une commande Transact-SQL du prologue est autorisée à échouer.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.CancelQuery">
			<summary>Événement qui se produit lorsqu'une requête Transact-SQL est annulée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.CommitTransaction">
			<summary>Événement qui se produit lorsqu'une transaction est validée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.Error">
			<summary>Événement qui se produit lorsqu'une erreur survient.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.ExecuteCompensatingSql">
			<summary>Événement qui se produit lorsque des commandes de compensation Transact-SQL sont exécutées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.ExecuteEpilogueSql">
			<summary>Événement qui se produit lorsque les commandes Transact-SQL de l'épilogue sont exécutées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.ExecuteNonTransactableSql">
			<summary>Événement qui se produit lorsque des commandes Transact-SQL ne pouvant pas faire l'objet de transactions sont exécutées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.ExecutePrologueSql">
			<summary>Événement qui se produit lorsque les commandes Transact-SQL du prologue sont exécutées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.ExecutingDataFlow">
			<summary>Événement qui se produit lors de l'exécution du flux de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.GenerateDataFlow">
			<summary>Événement qui se produit lors de la génération du flux de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.RollbackTransaction">
			<summary>Événement qui se produit lorsqu'une transaction est restaurée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.StartTransaction">
			<summary>Événement qui se produit lorsqu'une transaction est démarrée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DataTransferProgressEventType.TransferringRows">
			<summary>Événement qui se produit lors du transfert de lignes.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DeferredUseMode">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.DeferredUseMode" /> contient des valeurs qui spécifient comment cette utilisation différée peut être paramétrée pour gérer des instructions Transact-SQL sur la connexion au serveur. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DeferredUseMode.CollapseRedundant">
			<summary>Réduisez les instructions redondantes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DeferredUseMode.MergeSql">
			<summary>Fusionnez des instructions Transact-SQL.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.DeferredUseMode.None">
			<summary>Les instructions sont gérées comme d'habitude.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException" /> est une exception levée lorsqu'une connexion est fermée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.DisconnectedConnectionException" /> avec le texte de message et l'objet d'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ExecutionFailureException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionFailureException" /> est une exception levée lorsqu'une erreur d'exécution est rencontrée sur la connexion au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ExecutionFailureException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionFailureException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ExecutionFailureException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionFailureException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ExecutionFailureException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionFailureException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ExecutionTypes">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionTypes" /> contient les valeurs utilisées pour spécifier des options d'exécution pour les commandes Transact-SQL envoyées au serveur à l'aide de la connexion référencée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.ContinueOnError">
			<summary>Continuez l'exécution après qu'une erreur s'est produite.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.Default">
			<summary>Chemin d'accès d'exécution par défaut.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.NoCommands">
			<summary>Aucune commande exécutable.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.NoExec">
			<summary>Aucune exécution</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.ParseOnly">
			<summary>Analysez les commandes exécutables uniquement.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ExecutionTypes.QuotedIdentifierOn">
			<summary>Des identificateurs sont utilisés pour délimiter les commandes.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.FixedServerRoles">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.FixedServerRoles" /> contient les valeurs utilisées pour spécifier des rôles serveur fixes qui peuvent être affectés aux ouvertures de session.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.BulkAdmin">
			<summary>Administre les opérations en bloc.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.DBCreator">
			<summary>Peut créer des bases de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.DiskAdmin">
			<summary>Peut modifier des ressources.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.None">
			<summary>Aucun rôle de serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.ProcessAdmin">
			<summary>Peut modifier des connexions.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.SecurityAdmin">
			<summary>Peut modifier des ouvertures de session.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.ServerAdmin">
			<summary>Peut modifier les paramètres Microsoft SQL Server, fermer le service SQL Server, créer et modifier des points de terminaison, et modifier l'état SQL Server et des ressources.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.SetupAdmin">
			<summary>Peut modifier des serveurs liés.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.FixedServerRoles.SysAdmin">
			<summary>Peut contrôler l'aspect de l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.IAlterable">
			<summary>Définit une méthode pour modifier un objet sur la connexion référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.IAlterable.Alter">
			<summary>Met à jour toutes les modifications de propriétés sur une instance de SQL Server Microsoft. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ICreatable">
			<summary>Définit une méthode pour créer un objet sur la connexion référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ICreatable.Create">
			<summary>Crée un objet sur le serveur comme défini par l'objet SMO référencé.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.IDataTransferProvider">
			<summary>Définit des méthodes et des événements pour les transferts de données sur la connexion référencée.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Common.IDataTransferProvider.TransferEvent">
			<summary>Représente l'événement déclenché lorsque le processus de transfert se produit.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.IDataTransferProvider.Configure(Microsoft.SqlServer.Management.Common.ITransferMetadataProvider)">
			<summary>Configure l'interface de transfert de données pour le processus de transfert de données.</summary>
			<param name="metadataProvider">An <see cref="T:Microsoft.SqlServer.Management.Common.ITransferMetadataProvider" /> object that specifies the metadata required for the data transfer process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.IDataTransferProvider.ExecuteTransfer">
			<summary>Exécute le processus de transfert.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.IDroppable">
			<summary>Définit une méthode pour supprimer un objet sur la connexion référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.IDroppable.Drop">
			<summary>Supprime l'objet référencé.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.IMarkForDrop">
			<summary>Définit une méthode qui marque un objet à supprimer.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.IMarkForDrop.MarkForDrop(System.Boolean)">
			<summary>Marque l'objet référencé à supprimer lors de la prochaine modification de son objet parent par la méthode Alter. </summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to drop an object when its parent object is altered with the Alter method.If True, the object is dropped when the Alter method is run on the parent object.If False, the object is dropped immediately.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.InvalidArgumentException">
			<summary>Exception levée lorsqu'un paramètre qui n'est pas valide est passé à une méthode sur la connexion référencée au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.InvalidArgumentException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.InvalidArgumentException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.InvalidArgumentException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.InvalidArgumentException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.InvalidArgumentException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.InvalidArgumentException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException">
			<summary>Exception levée lorsqu'une propriété est définie sur une valeur qui n'est pas valide sur la connexion référencée au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.InvalidPropertyValueException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.IRenamable">
			<summary>Définit la méthode Rename sur la connexion référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.IRenamable.Rename(System.String)">
			<summary>Renomme l'objet référencé.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the object.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.IRestrictedAccess">
			<summary>Représente une interface qui implémente l'accès mono-utilisateur au serveur pour la connexion référencée.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.IRestrictedAccess.SingleConnection">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si l'accès au serveur est restreint à un seul utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether access to the server is restricted to a single user.If True, access to the server is restricted to a single user.If False (default), access to the server is not restricted and multiple users can connect.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ISfcConnection">
			<summary>Définit les méthodes et les propriétés de niveau supérieur pour les connexions au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ISfcConnection.Connect">
			<summary>Se connecte au serveur cible.</summary>
			<returns>True if the connection succeeds; otherwise, false.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ISfcConnection.Copy">
			<summary>Copie l'objet de connexion.</summary>
			<returns>True if the copy operation succeeds; otherwise, false.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ISfcConnection.Disconnect">
			<summary>Se déconnecte du serveur cible.</summary>
			<returns>True if the connection succeeds; otherwise, false.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ISfcConnection.ForceDisconnected">
			<summary>Force une déconnexion de l'instance de SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.IsForceDisconnected">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui spécifie si la connexion a été déconnectée de force.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection was forcibly disconnected.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.IsOpen">
			<summary>Obtient une valeur qui indique si la connexion est ouverte.</summary>
			<returns>True if the connection is open; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.ServerInstance">
			<summary>Obtient ou définit le nom du serveur cible pour la connexion.</summary>
			<returns>A string containing the server name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ISfcConnection.ServerVersion">
			<summary>Obtient la version SQL Server du serveur cible.</summary>
			<returns>A <see cref="T:System.Version" /> value that specifies the SQL Server version of the target server of the connection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ITransferMetadataProvider">
			<summary>Définit les méthodes qui sont requises pour le transfert de métadonnées sur la connexion référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ITransferMetadataProvider.GetOptions">
			<summary>Obtient les options pour le processus de transfert des métadonnées sur la connexion référencée.</summary>
			<returns>A <see cref="T:System.Collections.SortedList" /> system object that contains the options for the transfer metadata process.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ITransferMetadataProvider.SaveMetadata">
			<summary>Enregistre les métadonnées pour le processus de transfert sur la connexion référencée.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.NetworkProtocol">
			<summary>Contient les valeurs utilisées pour spécifier des protocoles réseau utilisés sur le réseau sur lequel la connexion référencée est établie. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.AppleTalk">
			<summary>Protocole réseau AppleTalk.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.BanyanVines">
			<summary>Protocole réseau Banyan Vines.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.Multiprotocol">
			<summary>Protocole réseau multiprotocole.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.NamedPipes">
			<summary>Protocole réseau de canaux nommés.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.NotSpecified">
			<summary>Le protocole réseau n'est pas spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.NWLinkIpxSpx">
			<summary>Protocole réseau IPX/SPX de NWLink.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.SharedMemory">
			<summary>Mémoire partagée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.TcpIp">
			<summary>Protocole réseau TCP/IP.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.NetworkProtocol.Via">
			<summary>Protocole réseau VIA.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.NotInTransactionException">
			<summary>Exception levée lorsqu'une erreur se produit dans une transaction sur la connexion référencée au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.NotInTransactionException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.NotInTransactionException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.NotInTransactionException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.NotInTransactionException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.NotInTransactionException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.NotInTransactionException" /> avec le texte de message et l'exception interne spécifiés</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.OlapConnectionInfo">
			<summary>This class supports the SMO infrastructure and is not intended to be used directly from your code. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.OlapConnectionInfo.#ctor">
			<summary>This constructor supports the SMO infrastructure and is not intended to be used directly from your code. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.OlapConnectionInfo.#ctor(Microsoft.SqlServer.Management.Common.OlapConnectionInfo)">
			<summary>This constructor supports the SMO infrastructure and is not intended to be used directly from your code. </summary>
			<param name="conn">An <see cref="T:Microsoft.SqlServer.Management.Common.OlapConnectionInfo" /> object.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException">
			<summary>Exception levée lorsqu'une propriété non disponible est demandée sur la connexion au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotAvailableException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.PropertyNotSetException">
			<summary>Exception levée lorsqu'un processus demande une propriété qui n'a pas été définie sur la connexion au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.PropertyNotSetException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotSetException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.PropertyNotSetException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotSetException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.PropertyNotSetException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.PropertyNotSetException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.QueryParameterizationMode">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.QueryParameterizationMode" /> contient les valeurs utilisées pour spécifier la manière dont les requêtes avec paramètres sont gérées par la connexion au serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.QueryParameterizationMode.ForcedParameterization">
			<summary>Le paramétrage est forcé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.QueryParameterizationMode.None">
			<summary>Aucun paramétrage.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerCaseSensitivity">
			<summary>Contient les valeurs utilisées pour spécifier si le serveur respecte la casse (majuscules ou minuscules) du texte.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerCaseSensitivity.CaseInsensitive">
			<summary>La casse n'est pas prise en compte par le serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerCaseSensitivity.CaseSensitive">
			<summary>La casse est prise en compte par le serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerCaseSensitivity.Unknown">
			<summary>Le respect de la casse par le serveur est inconnu.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerComparer">
			<summary>Represents the comparer class.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerConnection">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> représente une connexion à un serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(System.Data.SqlClient.SqlConnection)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> avec les paramètres de connexion spécifiés.</summary>
			<param name="sqlConnection">A <see cref="T:System.Data.SqlClient.SqlConnection" /> system object that specifies connection parameters associated with the referenced connection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> avec les informations de connexion spécifiées.</summary>
			<param name="sci">A <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> object value that specifies the connection information that is required to establish a connection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> avec l'instance de serveur spécifiée.</summary>
			<param name="serverInstance">A <see cref="T:System.String" /> value that specifies the name of the instance of the server with which the connection is established.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(System.String,System.String,System.Security.SecureString)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> avec l'instance de serveur et les informations d'identification d'ouverture de session spécifiées.</summary>
			<param name="serverInstance">A <see cref="T:System.String" /> value that specifies the name of the instance of the server with which the connection is established.</param>
			<param name="userName">A <see cref="T:System.String" /> value that specifies the logon account used to establish the referenced connection.</param>
			<param name="password">A <see cref="T:System.Security.SecureString" /> value that specifies the password used with the logon account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> avec l'instance de serveur et les informations d'identification d'ouverture de session spécifiées.</summary>
			<param name="serverInstance">A <see cref="T:System.String" /> value that specifies the name of the instance of the server with which the connection is established.</param>
			<param name="userName">A <see cref="T:System.String" /> value that specifies the logon account used to establish the referenced connection.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password used with the logon account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.BeginTransaction">
			<summary>Démarre une transaction sur la connexion référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.Cancel">
			<summary>Annule la connexion.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ChangePassword(System.Security.SecureString)">
			<summary>Modifie le mot de passe de connexion utilisé avec l'authentification standard.</summary>
			<param name="newPassword">A <see cref="T:System.Security.SecureString" /> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ChangePassword(System.String)">
			<summary>Modifie le mot de passe d'ouverture de session utilisé avec l'authentification standard.</summary>
			<param name="newPassword">A <see cref="T:System.String" /> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.CommitTransaction">
			<summary>Valide la transaction actuelle sur la connexion référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.Copy">
			<summary>Retourne une copie de l'objet <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object that is a copy of the referenced <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.String)">
			<summary>Exécute une instruction qui ne retourne pas de jeu de résultats.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the total number of rows affected by the Transact-SQL command for UPDATE, INSERT, and DELETE statements. For all other types of statements, the return value is -1.</returns>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that specifies the Transact-SQL command to be executed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.Collections.Specialized.StringCollection)">
			<summary>Exécute un lot d'instructions qui ne retournent pas de jeu de résultats.</summary>
			<returns>An <see cref="T:System.Int32" /> array value that specifies the total number of rows affected by each element of the <see cref="T:System.Collections.Specialized.StringCollection" /> object used as the sqlCommands parameter. The return value specifies the total number of rows affected by the Transact-SQL command for UPDATE, INSERT, and DELETE statements. For all other types of statements, the return value is -1.</returns>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that specifies the batches of Transact-SQL statements to be executed. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.String,Microsoft.SqlServer.Management.Common.ExecutionTypes)">
			<summary>Exécute une instruction avec les options d'exécution spécifiées qui ne retourne pas de jeu de résultats.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the total number of rows affected by the Transact-SQL command for UPDATE, INSERT, and DELETE statements. For all other types of statements, the return value is -1.</returns>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that specifies the Transact-SQL command to be executed.</param>
			<param name="executionType">An <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionTypes" /> object value that specifies the execution options for the Transact-SQL statement.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Common.ExecutionTypes)">
			<summary>Exécute un lot d'instructions avec les options d'exécution spécifiées qui ne retourne pas de jeu de résultats.</summary>
			<returns>An <see cref="T:System.Int32" /> array value that specifies the total number of rows affected by each element of the <see cref="T:System.Collections.Specialized.StringCollection" /> object used as the sqlCommands parameter. The return value specifies the total number of rows affected by the Transact-SQL command for UPDATE, INSERT, and DELETE statements. For all other types of statements, the return value is -1.</returns>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that specifies the batches of Transact-SQL statements to be executed. </param>
			<param name="executionType">An <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionTypes" /> object value that specifies the execution options for the Transact-SQL statement.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(System.String)">
			<summary>Exécute des instructions Transact-SQL qui retournent un ou plusieurs jeux de résultats.</summary>
			<returns>A <see cref="T:System.Data.SqlClient.SqlDataReader" /> object value that contains one or more result sets.</returns>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that specifies the Transact-SQL command to be executed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteScalar(System.String)">
			<summary>Exécute une instruction Transact-SQL et retourne la première colonne de la première ligne comme valeur d'objet.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the first column of the first row of the result set.</returns>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that specifies the Transact-SQL command to be executed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteScalar(System.Collections.Specialized.StringCollection)">
			<summary>Exécute un lot d'instructions Transact-SQL et retourne la première colonne de la première ligne comme valeur d'objet.</summary>
			<returns>An object array value that specifies the first column of the first row for each result set.</returns>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that specifies the batches of Transact-SQL statements to be executed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(System.String)">
			<summary>Exécute une instruction Transact-SQL qui retourne un jeu de résultats.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> system object value that contains the result set.</returns>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that specifies the Transact-SQL command to be executed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteWithResults(System.Collections.Specialized.StringCollection)">
			<summary>Exécute un lot d'instructions Transact-SQL qui retournent plusieurs jeux de résultats.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> system object array value that contains multiple result sets.</returns>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that specifies the batches of Transact-SQL statements to be executed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.IsInFixedServerRole(Microsoft.SqlServer.Management.Common.FixedServerRoles)">
			<summary>Teste si l'ouverture de session associée à la connexion référencée est membre du rôle serveur fixe spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the logon is a member of the specified fixed server role.If True, the logon is a member of the specified fixed server role.If False, the logon is not a member of the specified fixed server role.</returns>
			<param name="fixedServerRole">A <see cref="P:Microsoft.SqlServer.Management.Common.FixedServerRoles" /> object value that specifies the fixed server role to be compared with the logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerConnection.RollBackTransaction">
			<summary>Restaure la transaction actuelle.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.BatchSeparator">
			<summary>Obtient ou définit la valeur de chaîne utilisée pour séparer les lots dans la connexion référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the batch separator for the referenced connection. The default value is "GO".</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.FixedServerRoles">
			<summary>Obtient le rôle serveur fixe associé à la connexion référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.FixedServerRoles" /> object value that specifies the fixed server role associated with the referenced connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.ProcessID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le processus associé à la connexion référencée au serveur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the process associated with the referenced connection to the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.SqlExecutionModes">
			<summary>Obtient ou définit le mode d'exécution associé à la connexion référencée au serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.SqlExecutionModes" /> object value that specifies the execution mode associated with the referenced connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.StatementTimeout">
			<summary>Obtient ou définit le nombre de secondes accordées à une instruction pour s'exécuter avant de se solder par un échec avec une erreur de temporisation.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of seconds a statement is given to run before failing with a time-out error.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.TransactionDepth">
			<summary>Obtient la profondeur de la transaction actuelle pour la connexion référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the current transaction depth for the referenced connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.TrueLogin">
			<summary>Obtient le nom de l'enregistrement d'ouverture de session actuel utilisé par la connexion référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the current logon record name used by the referenced connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.TrueName">
			<summary>Obtient le nom du serveur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerConnection.UserProfile">
			<summary>Obtient le profil utilisateur associé à la connexion référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerUserProfiles" /> object value that specifies the user profile associated with the referenced connection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs" /> représente les arguments utilisés lorsqu'un événement de message du serveur est déclenché.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs.#ctor(System.Data.SqlClient.SqlError)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs" /> pour l'événement et avec l'erreur spécifiés.</summary>
			<param name="sqlError">A <see cref="T:System.Data.SqlClient.SqlError" /> system object value that specifies the error associated with the server message event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs.ToString">
			<summary>Retourne un <see cref="T:System.String" /> qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs" />.</summary>
			<returns>A <see cref="T:System.String" /> that represents the <see cref="T:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs.Error">
			<summary>Obtient l'erreur associée à l'événement de message du serveur.</summary>
			<returns>A <see cref="T:System.Data.SqlClient.SqlError" /> system object value that specifies the error associated with the server message event.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerMessageEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerMessageEventHandler" /> représente la méthode qui gère l'événement déclenché par un message du serveur.</summary>
			<param name="sender">An <see cref="T:System.Object" /> system object value that specifies the object that raised the event.</param>
			<param name="e">An <see cref="T:Microsoft.SqlServer.Management.Common.ServerMessageEventArgs" /> value that specifies the arguments passed to the event handler.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.ServerType" /> contient des valeurs qui spécifient les différents types de services SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerType.AnalysisServices">
			<summary>
        Analysis Services
      </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerType.DatabaseEngine">
			<summary>
        Moteur de base de données SQL Server
      </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerType.IntegrationServices">
			<summary>
        Integration Services
      </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerUserProfiles">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.ServerUserProfiles" /> contient les valeurs utilisées pour spécifier des profils utilisateur sur le serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.All">
			<summary>Tous les types de profils.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.CreateDatabase">
			<summary>Crée un profil de création de base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.CreateXP">
			<summary>Crée un profil de création de procédure stockée étendue.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.ServerUserProfiles.None">
			<summary>Aucun profil n'est créé.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.ServerVersion">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> représente les informations de version pour le serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerVersion.#ctor(System.Int32,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" />.</summary>
			<param name="major">An <see cref="T:System.Int32" /> value that specifies the major part of the server version number.</param>
			<param name="minor">An <see cref="T:System.Int32" /> value that specifies the minor part of the server version number.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerVersion.#ctor(System.Int32,System.Int32,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" />.</summary>
			<param name="major">An <see cref="T:System.Int32" /> value that specifies the major part of the server version number.</param>
			<param name="minor">An <see cref="T:System.Int32" /> value that specifies the minor part of the server version number.</param>
			<param name="buildNumber">An <see cref="T:System.Int32" /> value that specifies the build number part of the server version number.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.ServerVersion.ToString">
			<summary>Retourne l'objet au format de chaîne.</summary>
			<returns>An <see cref="T:System.String" /> value that specifies the object in string format.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerVersion.BuildNumber">
			<summary>Obtient la partie de numéro de build des informations de version du serveur. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the build number part of the server version information.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerVersion.Major">
			<summary>Obtient la partie de numéro de build des informations de version du serveur. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the build number part of the server version information.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.ServerVersion.Minor">
			<summary>Obtient la partie de numéro de build des informations de version du serveur. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the build number part of the server version information.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> représente les informations qui sont requises pour établir une connexion à une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.#ctor(Microsoft.SqlServer.Management.Common.SqlConnectionInfo)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" />.</summary>
			<param name="conn">A <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> object value that specifies the object on which to base the new <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" />.</summary>
			<param name="serverName">A <see cref="T:System.String" /> object value that specifies the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.#ctor(Microsoft.SqlServer.Management.Common.ServerConnection,Microsoft.SqlServer.Management.Common.ConnectionType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" />.</summary>
			<param name="serverConnection">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object value that specifies an existing connection on which to base the new <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> object.</param>
			<param name="connectionType">A <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionType" /> object value that specifies the type of connection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" />.</summary>
			<param name="serverName">A <see cref="T:System.String" /> object value that specifies the instance of SQL Server.</param>
			<param name="userName">A <see cref="T:System.String" /> object value that specifies the user who is connected to the instance of SQL Server.</param>
			<param name="password">A <see cref="T:System.String" /> object value that specifies the password supplied by the user to connect to the instance of SQL Server.</param>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.DefaultNetworkProtocol">
			<summary>Objet <see cref="T:Microsoft.SqlServer.Management.Common.NetworkProtocol" /> qui spécifie le protocole réseau par défaut pour la connexion.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.Copy">
			<summary>Retourne une copie de l'objet <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> object value that specifies the copy of the original, referenced <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.CreateConnectionObject">
			<summary>Crée un objet de connexion système.</summary>
			<returns>A <see cref="T:System.Data.IDbConnection" /> system object value that specifies the connection object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.ToString">
			<summary>Retourne l'objet <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> au format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the <see cref="T:Microsoft.SqlServer.Management.Common.SqlConnectionInfo" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.ApplicationName">
			<summary>Obtient ou définit le nom de l'application qui est connectée à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the application.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.ConnectionProtocol">
			<summary>Obtient ou définit le protocole réseau utilisé par la connexion à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.NetworkProtocol" /> value that specifies the network protocol used by the connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.ConnectionString">
			<summary>Obtient la chaîne de connexion utilisée lorsque la connexion est établie avec l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the connection string used to establish the connection to the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.EncryptConnection">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les informations de connexion sont chiffrées. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection information is encrypted.If True, the connection information is encrypted.If False (default), the connection information is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.MaxPoolSize">
			<summary>Obtient ou définit le nombre maximal de threads d'exécution dans un pool de threads que la connexion acceptera. </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the maximum number of threads in a thread pool the connection will accept.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.MinPoolSize">
			<summary>Obtient ou définit le nombre minimal de threads d'exécution dans un pool de threads que la connexion acceptera. </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the minimum number of threads in a thread pool the connection will accept.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.PacketSize">
			<summary>Obtient ou définit la taille, en octets, des paquets réseau utilisés par la connexion pour envoyer et recevoir des données. </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the network packet sized used by the connection in bytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.PoolConnectionLifeTime">
			<summary>Obtient ou définit la durée de connexion du pool, en secondes. </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the pool connection period in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.Pooled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Data.SqlTypes.SqlBoolean" /> qui spécifie si la connexion est regroupée. </summary>
			<returns>A <see cref="T:System.Data.SqlTypes.SqlBoolean" /> value that specifies whether the connection is pooled.If True, the connection is pooled.If False (default), the connection is not pooled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlConnectionInfo.WorkstationId">
			<summary>Obtient ou définit la valeur qui identifie la station de travail cliente de façon unique. </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the value that uniquely identifies the client workstation.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.SqlExecutionModes">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Common.SqlExecutionModes" /> contient les valeurs utilisées pour spécifier si les commandes envoyées à la connexion référencée au serveur sont exécutées immédiatement ou enregistrées dans une mémoire tampon. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.SqlExecutionModes.CaptureSql">
			<summary>
            Les instructions Transact-SQL envoyées à la connexion référencée au serveur sont enregistrées dans une mémoire tampon.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.SqlExecutionModes.ExecuteAndCaptureSql">
			<summary>
            Les instructions Transact-SQL envoyées à la connexion référencée au serveur sont à la fois enregistrées dans une mémoire tampon et envoyées au serveur en vue d'une exécution immédiate. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.SqlExecutionModes.ExecuteSql">
			<summary>
            Les instructions Transact-SQL envoyées à la connexion référencée au serveur sont transférées au serveur en vue d'une exécution immédiate. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" /> représente les informations utilisées pour se connecter à l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.#ctor(Microsoft.SqlServer.Management.Common.ConnectionType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" />.</summary>
			<param name="serverType">A <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionType" /> object value that specifies the type of connection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.#ctor(Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" />.</summary>
			<param name="conn">A <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" /> object value on which to base the new object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.#ctor(System.String,Microsoft.SqlServer.Management.Common.ConnectionType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" />.</summary>
			<param name="serverName">A <see cref="T:System.String" /> value that specifies the instance of SQL Server.</param>
			<param name="serverType">A <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionType" /> object value that specifies the type of connection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.#ctor(System.String,System.String,System.String,Microsoft.SqlServer.Management.Common.ConnectionType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" />.</summary>
			<param name="serverName">A <see cref="T:System.String" /> value that specifies the instance of SQL Server.</param>
			<param name="userName">A <see cref="T:System.String" /> value that specifies the user name.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password.</param>
			<param name="serverType">A <see cref="T:Microsoft.SqlServer.Management.Common.ConnectionType" /> object value that specifies the type of connection.</param>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.DefaultConnTimeout">
			<summary><see cref="T:System.Int32" />, qui spécifie le délai d'attente de la connexion par défaut, en secondes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.DefaultQueryTimeout">
			<summary><see cref="T:System.Int32" /> qui spécifie le délai d'attente de la requête par défaut, en secondes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.NoTimeOut">
			<summary>Un <see cref="T:System.Int32" /> qui spécifie qu'il n'y a aucun délai d'attente.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ConnectionParmsChanged">
			<summary>Modifie les paramètres de connexion.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.CreateConnectionObject">
			<summary>Crée l'objet de connexion et retourne la valeur de l'objet <see cref="T:System.Data.IDbConnection" />.</summary>
			<returns>A <see cref="T:System.Data.IDbConnection" /> value that specifies the connection object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ToString">
			<summary>Retourne l'objet sous forme d'une valeur de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the <see cref="T:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ConnectionString">
			<summary>Obtient la chaîne de connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the connection string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ConnectionStringInternal">
			<summary>Obtient ou définit la chaîne de connexion interne.</summary>
			<returns>A <see cref="T:System.Text.StringBuilder" /> value that specifies the internal connection string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ConnectionTimeout">
			<summary>Obtient ou définit le nombre de secondes avant l'expiration du délai d'attente d'une connexion.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the connection timeout period.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ConnectionTimeoutInternal">
			<summary>Obtient ou définit le délai d'attente d'une connexion interne, en secondes.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the internal connection timeout period.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.DatabaseName">
			<summary>Obtient ou définit la base de données avec laquelle la connexion est établie. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database to which the connection is established.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.DatabaseNameInternal">
			<summary>Obtient ou définit le nom de la base de données interne. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the internal database name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.IntegratedSecurityInternal">
			<summary>Obtient ou définit la valeur de la propriété booléenne qui spécifie si la connexion prend en charge la sécurité intégrée. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection supports integrated security.If True, the connection supports integrated security.If False (default), the connection does not support integrated security.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.Password">
			<summary>Obtient ou définit le mot de passe utilisé pour établir une connexion. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the password used to establish a connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.QueryTimeout">
			<summary>Obtient ou définit le nombre de secondes avant l'expiration du délai d'attente d'une requête.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the query timeout period.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.QueryTimeoutInternal">
			<summary>Obtient ou définit le délai d'attente de requête interne, en secondes.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the internal query timeout period.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.SecurePassword">
			<summary>Obtient ou définit le mot de passe sécurisé utilisé pour établir une connexion. </summary>
			<returns>A <see cref="T:System.Security.SecureString" /> value that specifies the password used to establish a connection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ServerName">
			<summary>Obtient ou définit le nom de l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.ServerNameInternal">
			<summary>Obtient ou définit le nom interne de l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the internal name of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.UseIntegratedSecurity">
			<summary>Obtient ou définit la valeur de la propriété booléenne qui spécifie si la connexion utilise la sécurité intégrée. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the connection uses integrated security.If True, the connection does not use integrated security.If False (default), the connection does use integrated security.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase.UserName">
			<summary>Obtient ou définit l'utilisateur qui se connecte à l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the user that is connecting to the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.SqlServerManagementException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlServerManagementException" /> est une exception levée lorsqu'une erreur de gestion SQL Server est rencontrée sur la connexion au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlServerManagementException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlServerManagementException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlServerManagementException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlServerManagementException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlServerManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlServerManagementException" /> avec les informations de sérialisation et le contexte d'accès en continu spécifiés.</summary>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> system object value that specifies the serialization information associated with the exception.</param>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> system object value that specifies the streaming context associated with the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.SqlServerManagementException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.SqlServerManagementException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.SqlServerManagementException.ProductName">
			<summary>Obtient le nom du produit qui a provoqué l'exception.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the product that caused the exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.StatementEventArgs">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.StatementEventArgs" /> représente les arguments utilisés lorsqu'un événement d'instruction est déclenché.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.StatementEventArgs.#ctor(System.String,System.DateTime)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.StatementEventArgs" /> pour l'instruction Transact-SQL spécifiée, à la date et l'heure indiquées.</summary>
			<param name="sqlStatement">A <see cref="T:System.String" /> value that specifies the Transact-SQL statement that caused the statement event.</param>
			<param name="timeStamp">A <see cref="T:System.DateTime" /> system object value that specifies the time and date of the statement event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.StatementEventArgs.ToString">
			<summary>Retourne une valeur <see cref="T:System.String" /> qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Common.StatementEventArgs" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Common.StatementEventArgs" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.StatementEventArgs.SqlStatement">
			<summary>Obtient l'instruction Transact-SQL qui a déclenché l'événement d'instruction.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Transact-SQL statement that caused the statement event.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Common.StatementEventArgs.TimeStamp">
			<summary>Obtient la date et l'heure auxquelles l'événement d'instruction s'est produit.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the statement event occurred.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.StatementEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.StatementEventHandler" /> représente la méthode qui gère l'événement déclenché par une instruction.</summary>
			<param name="sender">An <see cref="T:System.Object" /> system object value that specifies the object that raised the event.</param>
			<param name="e">An <see cref="T:Microsoft.SqlServer.Management.Common.StatementEventArgs" /> value that specifies the arguments passed to the event handler.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Common.TransferException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Common.TransferException" /> est une exception levée lorsqu'une erreur de transfert SQL Server est rencontrée sur la connexion au serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.TransferException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.TransferException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.TransferException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.TransferException" /> avec le texte de message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text describing the event that caused the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.TransferException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.TransferException" /> avec les informations de sérialisation et le contexte d'accès en continu spécifiés.</summary>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> system object value that specifies the serialization information associated with the exception.</param>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> system object value that specifies the streaming context associated with the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Common.TransferException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Common.TransferException" /> avec le texte de message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that describes the event that caused the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that contains the inner exception. This is used for situations when one exception causes another exception to be raised. </param>
		</member>
	</members>
</doc>