﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SqlServer.Smo</name>
	</assembly>
	<members>
		<member name="N:Microsoft.SqlServer.Management.Smo">
			<summary>The <see cref="N:Microsoft.SqlServer.Management.Smo" /> namespace contains classes that represent the core SMO objects. These include instances, utility classes, enumerations, event handler types, and exception types. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase" /> est un objet de classe de base utilisé dans la construction d'objets de collection.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase.initialized">
			<summary>Cette valeur prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase.AddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Ajoute un objet à la collection.</summary>
			<param name="smoObj">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AbstractCollectionBase.ImplAddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Ajoute un objet à la collection.</summary>
			<param name="smoObj">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the object to be added to the collection.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AffinityInfo">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" /> représente les paramètres d'affinité pour toutes les unités centrales et les nœuds NUMA sur une instance de SQL Server. L'accès à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" /> est fourni par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AffinityInfo.Alter">
			<summary>Cette méthode met à jour le serveur avec les valeurs actives dans la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AffinityInfo.Refresh">
			<summary>Cette méthode remplit <see cref="M:Microsoft.SqlServer.Management.Smo.Cpus" /> et <see cref="M:Microsoft.SqlServer.Management.Smo.NumaNode" /> avec les paramètres de serveur local.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AffinityInfo.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'instance des paramètres d'affinité SQL Server, comme spécifié dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" />.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AffinityInfo.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'instance des paramètres d'affinité SQL Server, comme spécifié dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" />.</summary>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AffinityInfo.AffinityType">
			<summary>Obtient ou définit le membre <see cref="M:Microsoft.SqlServer.Management.Smo.AffinityType" /> de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" />. Les valeurs valides sont <see cref="T: Microsoft.SqlServer.Management.Smo.AffinityType.Auto" /> ou <see cref="T: Microsoft.SqlServer.Management.Smo.AffinityType.Manual" />.</summary>
			<returns>The current value of the <see cref="M:Microsoft.SqlServer.Management.Smo.AffinityType" /> member.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AffinityInfo.Cpus">
			<summary>Le membre <see cref="M:Microsoft.SqlServer.Management.Smo.AffinityInfo.Cpus" /> est une collection qui représente les paramètres de toutes les unités centrales sur une instance de SQL Server.</summary>
			<returns>Returns a <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo.CPUCollection" />.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AffinityInfo.NumaNodes">
			<summary>Le membre <see cref="M:Microsoft.SqlServer.Management.Smo.AffinityInfo.NumaNode" /> est une collection qui contient les paramètres du nœud NUMA pour une instance de SQL Server.</summary>
			<returns>Returns the <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo.NumaNodeCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AffinityInfo.Parent">
			<summary>Obtient l'objet parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" />. Cette valeur est la même que l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui contient le membre <see cref="M:Microsoft.SqlServer.Management.Smo.AffinityInfo" />.</summary>
			<returns>The parent <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that contains the <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" /> object. If a parent does not exist then <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo.null" /> is returned.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AffinityType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityType" /> représente les paramètres d'affinité possibles pour une instance de SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AffinityType.Auto">
			<summary>Le membre <see cref="F:Microsoft.SqlServer.Management.Smo.AffinityType.Auto" /> représente le mode d'affinité automatique pour une instance de SQL Server. Dans ce mode, un développeur de base de données peut contrôler quels threads sont affectés aux UC.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AffinityType.Manual">
			<summary>Le membre <see cref="F:Microsoft.SqlServer.Management.Smo.AffinityType.Manual" /> représente le mode d'affinité manuel pour une instance de SQL Server. Dans ce mode, le moteur de la base de données contrôle les threads affectés à chaque UC sur le serveur.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ApplicationRole">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> représente un rôle de sécurité utilisé pour définir des privilèges d'accès à partir d'une application, indépendamment des autorisations de l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" />.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database to which the application role belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.ChangePassword(System.Security.SecureString)">
			<summary>Modifie le mot de passe du rôle d'application.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString" /> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.ChangePassword(System.String)">
			<summary>Modifie le mot de passe du rôle d'application.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Create(System.Security.SecureString)">
			<summary>Crée un rôle d'application sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> et avec le mot de passe spécifié.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString" /> value that specifies the password required when accessing the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Create(System.String)">
			<summary>Crée un rôle d'application sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> et avec le mot de passe spécifié.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password required when accessing the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse l'autorisation spécifiée au bénéficiaire spécifié sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse l'autorisation spécifiée aux bénéficiaires spécifiés sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le rôle d'application.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions of the application role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the application role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse l'autorisation spécifiée aux bénéficiaires spécifiés sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the application role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Drop">
			<summary>Supprime le rôle d'application de l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour le rôle d'application.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the application role. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur le rôle d'application.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the application role. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur le rôle d'application.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the application role. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur le rôle d'application.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the application role. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie l'autorisation spécifiée et la capacité d'accorder le jeu d'autorisations au bénéficiaire spécifié sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the application role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role. Otherwise, False. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie l'autorisation spécifiée et la capacité d'accorder le jeu d'autorisations à d'autres utilisateurs sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the application role. If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role. Otherwise, False. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié et la capacité d'accorder le jeu d'autorisations à d'autres utilisateurs sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be granted the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the application role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role. Otherwise, False. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié et la capacité d'accorder le jeu d'autorisations à d'autres utilisateurs sur le rôle d'application, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the application role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the application role. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Rename(System.String)">
			<summary>Renomme le rôle d'application.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name assigned to the application role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur le rôle d'application.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le rôle d'application et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the application role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le rôle d'application et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the specified set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the application role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the application role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le rôle d'application et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the specified set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the application role. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role. Otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le rôle d'application et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the application role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the application role. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the application role. Otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the application role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le rôle d'application.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRole.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le rôle d'application comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.CreateDate">
			<summary>Obtient la date et l'heure de création du rôle d'application.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the application role was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du rôle d'application.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the application role was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.DefaultSchema">
			<summary>Obtient ou définit le schéma par défaut du rôle d'application.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the default schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.Events">
			<summary>Obtient les événements pris en charge par le rôle d'application.</summary>
			<returns>An ApplicationRoleEvents object value that specifies the events supported by the application role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> qui contiennent les informations relatives aux propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le rôle d'application.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the ID value of the application role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRole.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> qui représentent tous les rôles d'application sur la base de données référencée. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Add(Microsoft.SqlServer.Management.Smo.ApplicationRole)">
			<summary>Ajoute le rôle d'application spécifié à la collection.</summary>
			<param name="applicationRole">A <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object that specifies the application role to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ApplicationRole[],System.Int32)">
			<summary>Copie la collection de rôles d'application active vers le tableau de rôles d'application spécifié à l'index spécifié.</summary>
			<param name="array">The array of application roles to which the collection will be added.</param>
			<param name="index">The index of the application role array at which the collection roles will be added.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object value that represents the application role.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object value that represents the application role.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents" /> représente les paramètres requis pour la notification d'événements de rôle d'application Microsoft SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.GetEventSelection">
			<summary>Retourne le jeu des notifications d'événements actuellement souscrites.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the event selection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements d'objet à recevoir. </summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements d'objet à recevoir. </summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that specifies the event handler for the specified events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface le paramètre d'événement spécifié et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the events to clear.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase" /> représente une classe de base utilisée dans la construction des collections basées sur les listes de tableaux.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase.AddImpl(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.Int32)">
			<summary>Ajoute un objet ou un membre à cette collection, au niveau de l'index spécifié.</summary>
			<param name="obj">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> value that will be added to the collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position in the collection at which to insert the specified object.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> représente une clé asymétrique SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> sur la base de données spécifiée.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database to which the asymmetric key belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.AddPrivateKey(System.String)">
			<summary>Ajoute une clé privée à la clé asymétrique avec le mot de passe spécifié.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the private key password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.ChangePrivateKeyPassword(System.String,System.String)">
			<summary>Modifie le mot de passe de clé privée utilisé pour chiffrer la clé privée pour la clé asymétrique.</summary>
			<param name="oldPassword">A <see cref="T:System.String" /> value that specifies the old private key password.</param>
			<param name="newPassword">A <see cref="T:System.String" /> value that specifies the new private key password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm)">
			<summary>Crée une clé asymétrique sur l'instance de SQL Server avec l'algorithme de chiffrement spécifié.</summary>
			<param name="encryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm" /> object value that specifies the encryption algorithm.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm,System.String)">
			<summary>Crée une clé asymétrique sur l'instance de SQL Server avec l'algorithme de chiffrement spécifié et le mot de passe spécifié.</summary>
			<param name="encryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm" /> object value that specifies the encryption algorithm.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which the key is encrypted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(System.String,Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType)">
			<summary>Crée une clé asymétrique sur l'instance de SQL Server en chargeant la clé asymétrique à partir de la source spécifiée.</summary>
			<param name="keySource">A <see cref="T:System.String" /> value that specifies the source from which to load the asymmetric key.</param>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType" /> object value that specifies the type of source from which to load the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(System.String,Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType,System.String)">
			<summary>Crée une clé asymétrique sur l'instance de SQL Server en chargeant la clé asymétrique spécifiée et en utilisant le mot de passe spécifié.</summary>
			<param name="keySource">A <see cref="T:System.String" /> value that specifies the source from which to load the asymmetric key.</param>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType" /> object value that specifies the type of source from which to load the asymmetric key.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which the key is encrypted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Create(System.String,System.String,Microsoft.SqlServer.Management.Smo.CreateDispositionType,Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType)">
			<summary>Crée une clé asymétrique sur l'instance de SQL Server en chargeant la clé asymétrique spécifiée et en utilisant le mot de passe spécifié.</summary>
			<param name="providerAlgorithm">A <see cref="T:System.String" /> that identifies the name of the Provider Algorithm</param>
			<param name="providerKeyName">A <see cref="T:System.String" /> that identifies the name of the key as designated by the provider</param>
			<param name="createDispositionType">A <see cref="T:Microsoft.SqlServer.Management.Smo.CreateDispositionType" /> is an object used to specify an existing or a new Extensible Key Management key.</param>
			<param name="sourceType">The <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType" /> enumeration contains values that specify the source of the certificate to be loaded.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse au bénéficiaire spécifié le jeu d'autorisations spécifié sur la clé asymétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés le jeu d'autorisations spécifié sur la clé asymétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié, le jeu d'autorisations spécifié sur la clé asymétrique.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the asymmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the asymmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié, le jeu d'autorisations spécifié sur la clé asymétrique.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the asymmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Drop">
			<summary>Supprime la clé asymétrique de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Drop(System.Boolean)">
			<summary>Supprime une clé EKM (Gestion de clés extensible) d'un périphérique EKM.</summary>
			<param name="removeProviderKey">A <see cref="T:System.Boolean" /> property indicating removal of an Extensible Key Management (EKM) key from an EKM device. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour la clé asymétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the asymmetric key. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur la clé asymétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the asymmetric key. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur la clé asymétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the asymmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur la clé asymétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the asymmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie à un bénéficiaire le jeu d'autorisations spécifié sur la clé asymétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la clé asymétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la clé asymétrique.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the asymmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la clé asymétrique.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key. If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la clé asymétrique, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la clé asymétrique, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the asymmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the asymmetric key. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.RemovePrivateKey">
			<summary>Supprime la clé privée de la clé asymétrique.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la clé asymétrique.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la clé asymétrique.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la clé asymétrique et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the asymmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la clé asymétrique et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the asymmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la clé asymétrique et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the asymmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la clé asymétrique et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the asymmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the asymmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the asymmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the asymmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the asymmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la clé asymétrique.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.KeyEncryptionAlgorithm">
			<summary>Obtient l'algorithme de chiffrement utilisé pour chiffrer la clé asymétrique.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm" /> object value that specifies the encryption algorithm used to encrypt the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.KeyLength">
			<summary>Obtient la longueur de la clé asymétrique.</summary>
			<returns>An <see cref="T:System.Int32" /> object value that specifies the length of the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Owner">
			<summary>Obtient ou définit le nom du principal de la base de données qui est le propriétaire de la clé asymétrique.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database principal (database user, database role, or asymmetric key) that is the owner of the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.PrivateKeyEncryptionType">
			<summary>Obtient le type de chiffrement de la clé privée pour la clé asymétrique.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrivateKeyEncryptionType" /> value that specifies the encryption type for the private key associated with the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.ProviderName">
			<summary>Obtient ou définit un nom de fournisseur de clés de sécurité asymétrique.</summary>
			<returns>Returns a <see cref="T:System.String" /> value that identifies the key provider name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.PublicKey">
			<summary>Obtient la clé publique pour la clé asymétrique.</summary>
			<returns>A <see cref="T:System.Uint8" /> array value that specifies the public key for the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Sid">
			<summary>Obtient le SID de connexion de la clé asymétrique.</summary>
			<returns>A <see cref="T:System.Uint8" /> array value that specifies the logon SID for the asymmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKey.Thumbprint">
			<summary>Obtient l'empreinte numérique de hachage SHA-1 globalement unique pour la clé asymétrique.</summary>
			<returns>A <see cref="T:System.Uint8" /> array value that specifies the SHA-1 hash thumbprint for the asymmetric key.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> qui représentent toutes les clés asymétriques sur la base de données référencée. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Add(Microsoft.SqlServer.Management.Smo.AsymmetricKey)">
			<summary>Ajoute une nouvelle clé asymétrique à une base de données.</summary>
			<param name="asymmetricKey">The <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object represents a SQL Server asymmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.AsymmetricKey[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object that has the specified ID value.</returns>
			<param name="id">A <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object value that represents the asymmetric key.</returns>
			<param name="index">A <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object value that represents the asymmetric key.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType" /> contient des valeurs utilisées pour spécifier le type de source utilisé pour charger une clé asymétrique. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType.Executable">
			<summary> Fichier = 1 - Charger la clé publique à partir d'un fichier</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType.File">
			<summary> Fichier exécutable = 2 - Charger la clé publique à partir d'un fichier exécutable</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType.Provider">
			<summary>Fournisseur = 4 - Charger la clé publique à partir du fournisseur de services de chiffrement</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AsymmetricKeySourceType.SqlAssembly">
			<summary>SqlAssembly = 3 - Charger la clé publique à partir d'un SqlAssembly </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AttachOptions">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.AttachOptions" /> contient des valeurs utilisées pour spécifier les options d'attachement. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.EnableBroker">
			<summary>Active Service Broker. Valeur = 1.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.ErrorBrokerConversations">
			<summary>Arrête toutes les conversations Service Broker en cours sur le point d'enregistrement et émet un message d'erreur. Valeur = 3.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.NewBroker">
			<summary>Crée un nouveau Service Broker. Valeur = 2.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.None">
			<summary>Il n'y a aucune option d'attachement. Valeur = 0.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.AttachOptions.RebuildLog">
			<summary>Reconstruit le journal. Valeur = 4.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Audit">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> représente un journal d'audit SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> sur l'instance spécifiée de SQL Server et avec le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the server in which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> object that specifies the name of the audit log to be created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Create">
			<summary>Crée un audit sur l'instance de SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Disable">
			<summary>Désactive l'audit.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Drop">
			<summary>Supprime l'audit de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Enable">
			<summary>Active l'audit.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.EnumDatabaseAuditSpecification">
			<summary>Énumère les spécifications de base de données et d'audit définies par l'audit.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about the databases in the audit. The following table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Database Name<see cref="T:System.String" />The name of the database. DB Specification Name<see cref="T:System.String" />The name of the database audit specification associated with the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.EnumServerAuditSpecification">
			<summary>Retourne le nom de la spécification d'audit de serveur référencée.</summary>
			<returns>A <see cref="T:System.String" /> object that contains the name of the server audit specification. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Rename(System.String)">
			<summary>Change le nom de l'audit en une chaîne spécifiée.</summary>
			<param name="newname">A string object specifying the new name of the audit.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'audit.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements defining the audit. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Audit.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'audit comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements defining the audit. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.CreateDate">
			<summary>Obtient la date et l'heure de création du journal d'audit.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the audit log was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du journal d'audit.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the audit log was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.DestinationType">
			<summary>Obtient ou définit le type de destination pour l'enregistrement des informations du journal d'audit, telle qu'un fichier ou un journal des applications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AuditDestinationType" /> object that represents the type of destination to which the audit log information is logged.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.Enabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si l'audit référencé est activé sur l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the table references a system table.If True, the referenced audit is enabled on the instance of SQL Server; otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.FileName">
			<summary>Obtient le nom du fichier dans lequel les informations du journal d'audit sont enregistrées, lorsque la destination de l'audit est un fichier.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the file in which the audit log information is recorded. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.FilePath">
			<summary>Obtient ou définit l'emplacement du dossier où le fichier d'audit est stocké, lorsque le type d'audit est un fichier.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path of the file in which the audit log information is recorded. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.Guid">
			<summary>Obtient ou définit l'identificateur système unique de l'audit référencé. </summary>
			<returns>A <see cref="T:System.Guid" /> value that specifies a unique system identifier for the referenced audit.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.ID">
			<summary>Obtient la valeur entière qui identifie de façon unique l'audit. </summary>
			<returns>A <see cref="T:System.Integer" /> value that uniquely identifies the audit.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.MaximumFileSize">
			<summary>Obtient ou définit la taille maximale de l'audit, en mégaoctets.</summary>
			<returns>A <see cref="T:System.Int64" /> value that specifies the maximum size of the audit in megabytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.MaximumFileSizeUnit">
			<summary>Obtient ou définit l'unité utilisée pour la taille de fichier maximale qu'un audit peut atteindre.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AuditFileSizeUnit" /> value specifying the type of the maximum audit file size.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.MaximumRolloverFiles">
			<summary>Obtient ou définit le nombre maximal de fichiers de substitution autorisés.</summary>
			<returns>An int64 value that specifies the maximum number of rollover files allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.OnFailure">
			<summary>Obtient ou définit l'action effectuée lorsque l'audit échoue. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.OnFailureAction" /> value that specifies the type of action taken after the audit fails, such as whether to continue or shut down the system.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.QueueDelay">
			<summary>Obtient ou définit la durée, en millisecondes, qui peut s'écouler avant le traitement des actions d'audit.  </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the number of milliseconds that can elapse before audit actions are processed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Audit.ReserveDiskSpace">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'espace disque est réservé pour le fichier d'audit. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether disk space is reserved for the audit file.If True, disk space equal to the maximum file size, is reserved in advance; otherwise, False (default).</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AuditCollection">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> class represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> objects that represent all the audits on the instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditCollection.Add(Microsoft.SqlServer.Management.Smo.Audit)">
			<summary>Adds the specified <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object to the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" />.</summary>
			<param name="audit">The <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Audit[],System.Int32)">
			<summary>Copies the collection of objects to a one-dimensional array beginning at the index value specified.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditCollection.ItemById(System.Int32)">
			<summary>Extracts a member from the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditCollection.Item(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object in the collection by index number.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object value that represents the audit.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditCollection.Item(System.String)">
			<summary>Gets an <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object in the collection by name.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object value that represents the audit.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditCollection.Parent">
			<summary>Gets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AuditExtender">
			<summary>Adds methods and properties to the Audit object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditExtender.#ctor">
			<summary>Adds methods and properties to the Audit object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditExtender.#ctor(Microsoft.SqlServer.Management.Smo.Audit)">
			<summary>Adds methods and properties to the Audit object.</summary>
			<param name="audit">The <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object that is to be extended.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditExtender.Validate(System.String,System.Object[])">
			<summary>Validates the specified method with specified parameters for the audit.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState" /></returns>
			<param name="methodName">A <see cref="T:System.String" /> that specifies the name of the method.</param>
			<param name="arguments">An <see cref="T.System.Object[]" /> array the contains the method parameters.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditExtender.ConnectionContext">
			<summary>Returns the connection context for the Audit object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object that specifies the connection context for the <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditExtender.State">
			<summary>Returns the state of the Audit object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.SqlSmoState" /> object that specifies the current state of the <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AuditSpecification">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecification" /> définit les groupes d'audit et spécifie l'audit du serveur auquel ils appartiennent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Alter">
			<summary>Met à jour toutes les modifications apportées à la propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecification" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Create">
			<summary>Crée la spécification d'un audit sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecification" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Disable">
			<summary>Désactive la spécification de l'audit.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Drop">
			<summary>Supprime la spécification de l'audit.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Enable">
			<summary>Active la spécification de l'audit.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.EnumAuditSpecificationDetails">
			<summary>Énumère les détails de la spécification de l'audit dans une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" />.</summary>
			<returns>A collection of <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> objects value that contains the details of the audit specification.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Refresh">
			<summary>Actualise les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecification" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.RemoveAuditSpecificationDetail(Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail)">
			<summary>Supprime de la spécification de l'audit existant un jeu de détails fourni par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> spécifié. </summary>
			<param name="auditSpecificationDetail">An <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> object that specifies the details of the audit specification.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.RemoveAuditSpecificationDetail(System.Collections.Generic.ICollection{Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail})">
			<summary>Supprime de la spécification de l'audit existant un jeu de détails fourni par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetailCollection" /> spécifié. </summary>
			<param name="auditSpecificationDetails">An <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetailCollection" /> object that specifies the details of the audit specification.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la spécification de l'audit.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la spécification de l'audit comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.ScriptAlter(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Modifie le script de spécification d'un audit existant.</summary>
			<param name="query">A <see cref="T:System.Collections.Specialized.StringCollection" /> object that contains the revised query.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that contains the scripting options for the revised script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.ScriptCreate(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Crée un nouveau script de spécification d'audit.</summary>
			<param name="query">A <see cref="T:System.Collections.Specialized.StringCollection" /> object that specifies the audit specification script to be created.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that specifies the scripting options associated with the new script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecification.ScriptDrop(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Supprime le script de spécification d'un audit existant.</summary>
			<param name="query">A <see cref="T:System.Collections.Specialized.StringCollection" /> object that specifies the query to be dropped.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that specifies the scripting options associated with the script.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> représente un détail de la spécification d'audit SQL Server requis lors de la création d'un audit.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.#ctor(Microsoft.SqlServer.Management.Smo.AuditActionType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> avec l'action spécifiée.</summary>
			<param name="action">A <see cref="T:Microsoft.SqlServer.Management.Smo.AuditActionType" /> object value that specifies the type of action to monitor during the audit.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.#ctor(Microsoft.SqlServer.Management.Smo.AuditActionType,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> pour l'action, l'objet et l'entité spécifiés.</summary>
			<param name="action">A <see cref="T:Microsoft.SqlServer.Management.Smo.AuditActionType" /> object value that specifies the type of action to monitor during the audit.</param>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the name of the object to monitor during the audit. </param>
			<param name="principal">A <see cref="T:System.String" /> value that specifies the principal to monitor during the audit.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.#ctor(Microsoft.SqlServer.Management.Smo.AuditActionType,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> pour l'action, l'objet, le schéma et le principal spécifiés.</summary>
			<param name="action">A <see cref="T:Microsoft.SqlServer.Management.Smo.AuditActionType" /> object value that specifies the type of action to track during the audit.</param>
			<param name="objectSchema">A <see cref="T:System.String" /> value that specifies the schema of the object to monitor during the audit. </param>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the name of the object to monitor during the audit. </param>
			<param name="principal">A <see cref="T:System.String" /> value that specifies the principal to monitor during the audit.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.#ctor(Microsoft.SqlServer.Management.Smo.AuditActionType,System.String,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail" /> pour l'action, la classe, le schéma, le nom et le principal spécifiés.</summary>
			<param name="action">A <see cref="T:Microsoft.SqlServer.Management.Smo.AuditActionType" /> object value that specifies the type of action to track during the audit.</param>
			<param name="objectClass">A <see cref="T:System.String" /> value that specifies the class of the object to monitor during the audit.</param>
			<param name="objectSchema">A <see cref="T:System.String" /> value that specifies the schema of the object to monitor during the audit.</param>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the name of the object to monitor during the audit.</param>
			<param name="principal">A <see cref="T:System.String" /> value that specifies the principal to monitor during the audit.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.Action">
			<summary>Obtient le type d'action à surveiller pendant l'audit.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AuditActionType" /> system object value that specifies the type of action to monitor during the audit.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.ObjectName">
			<summary>Obtient le nom de l'objet à surveiller pendant l'audit.</summary>
			<returns>A <see cref="T:System.String" /> object value that specifies the name of the object to be monitored during the audit.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.ObjectSchema">
			<summary>Obtient le schéma de l'objet à surveiller pendant l'audit.</summary>
			<returns>A <see cref="T:System.String" /> object value that specifies the schema of the object to be monitored during the audit.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.AuditSpecificationDetail.Principal">
			<summary>Obtient le nom du principal à surveiller pendant l'audit.</summary>
			<returns>A <see cref="T:System.String" /> object value that specifies the name of the principal to be monitored during the audit.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupDevice">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> fournit l'accès par programme aux unités de sauvegarde SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> avec le nom spécifié et sur l'instance spécifiée de SQL Server.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the SQL Server instance that contains the backup device.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the backup device.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Create">
			<summary>Crée une unité de sauvegarde sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Drop">
			<summary>Supprime une unité de sauvegarde existante. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.ReadBackupHeader">
			<summary>Énumère le contenu des médias conservés par une unité de sauvegarde ou un fichier de système d'exploitation.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object that contains the backup device or operating system file media information.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.ReadMediaHeader">
			<summary>Énumère les valeurs de l'enregistrement de l'en-tête de l'unité de sauvegarde.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object that contains the backup media header record.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'unité de sauvegarde.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the backup device. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDevice.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'unité de sauvegarde tel que spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the backup device. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.BackupDeviceType">
			<summary>Obtient ou définit le type d'unité de sauvegarde.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceType" /> object that specifies the device type of the backup device. By default, the value is not specified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui possède l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.PhysicalLocation">
			<summary>Obtient ou définit le chemin d'accès au périphérique ou au fichier de système d'exploitation qui représente l'emplacement de sauvegarde physique. </summary>
			<returns>A <see cref="T:System.String" /> value that contains the full path to the physical location of the backup device. By default, the value is an empty string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDevice.SkipTapeLabel">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut vérifier l'identificateur de bande. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the tape label is checked or not.If True, it is assumed that the correct media is already loaded and therefore the tape label is not checked.If False (default), the tape label is checked.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> qui représentent toutes les unités de sauvegarde sur une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Add(Microsoft.SqlServer.Management.Smo.BackupDevice)">
			<summary>Ajoute l'unité de sauvegarde spécifiée à la collection référencée.</summary>
			<param name="backupDevice">A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> object that specifies the backup device to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.CopyTo(Microsoft.SqlServer.Management.Smo.BackupDevice[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> object value that represents the backup device.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> object value that represents the backup device.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Certificate">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> représente un certificat SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> sur le serveur spécifié et qui a le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />object that specifies the database on which to create the certificate.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.AddPrivateKey(System.String,System.String)">
			<summary>Ajoute une clé privée au certificat avec le mot de passe de déchiffrement spécifié.</summary>
			<param name="privateKeyPath">A <see cref="T:System.String" /> value that specifies the system path to the private key file.</param>
			<param name="decryptionPassword">A <see cref="T:System.String" /> value that specifies the decryption password for the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.AddPrivateKey(System.String,System.String,System.String)">
			<summary>Ajoute une clé privée au certificat avec le déchiffrement et les mots de passe de chiffrement spécifiés.</summary>
			<param name="privateKeyPath">A <see cref="T:System.String" /> value that specifies the system path to the private key file.</param>
			<param name="decryptionPassword">A <see cref="T:System.String" /> value that specifies the decryption password for the private key.</param>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the encryption password for the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.ChangePrivateKeyPassword(System.String,System.String)">
			<summary>Modifie le mot de passe de clé privée utilisé pour chiffrer la clé privée du certificat.</summary>
			<param name="oldPassword">A <see cref="T:System.String" /> value that specifies the old private key password.</param>
			<param name="newPassword">A <see cref="T:System.String" /> value that specifies the new private key password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create">
			<summary>Crée un certificat sur la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String)">
			<summary>Crée un certificat selon un algorithme de chiffrement ou selon un type de source.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the encryption password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String,Microsoft.SqlServer.Management.Smo.CertificateSourceType)">
			<summary>Crée un certificat sur la base de données qui a le type de source de certificat spécifié.</summary>
			<param name="certificateSource">A <see cref="T:System.String" /> value that specifies the source of the certificate.</param>
			<param name="sourceType">An <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType" /> object value that specifies the certificate source type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String,Microsoft.SqlServer.Management.Smo.CertificateSourceType,System.String,System.String)">
			<summary>Crée un certificat sur la base de données qui a le type de source de certificat spécifié.</summary>
			<param name="certificateSource">A <see cref="T:System.String" /> value that specifies the source of the certificate.</param>
			<param name="sourceType">A <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType" /> object value that specifies the certificate source type.</param>
			<param name="privateKeyPath">A <see cref="T:System.String" /> value that specifies the system path for the private key.</param>
			<param name="privateKeyDecryptionPassword">A <see cref="T:System.String" /> value that specifies the password used for decryption of the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Create(System.String,Microsoft.SqlServer.Management.Smo.CertificateSourceType,System.String,System.String,System.String)">
			<summary>Crée un certificat sur la base de données qui a le type de source de certificat spécifié.</summary>
			<param name="certificateSource">A <see cref="T:System.String" /> value that specifies the source of the certificate.</param>
			<param name="sourceType">A <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType" /> object value that specifies the certificate source type.</param>
			<param name="privateKeyPath">A <see cref="T:System.String" /> value that specifies the system path for the private key.</param>
			<param name="privateKeyDecryptionPassword">A <see cref="T:System.String" /> value that specifies the password used for decryption of the private key.</param>
			<param name="privateKeyEncryptionPassword">A <see cref="T:System.String" /> value that specifies the password used for encryption of the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié pour le bénéficiaire spécifié sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié pour les bénéficiaires spécifiés sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the certificate.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the certificate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the certificate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Drop">
			<summary>Supprime le certificat de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour le certificat.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the certificate. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur le certificat.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the certificate. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur le certificat.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the certificate. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur le certificat.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the certificate. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Export(System.String)">
			<summary>Enregistre le certificat dans l'emplacement indiqué par le chemin d'accès au système spécifié.</summary>
			<param name="certificatePath">A <see cref="T:System.String" /> value that specifies the system path to which to save the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Export(System.String,System.String,System.String)">
			<summary>Enregistre le certificat dans l'emplacement indiqué par le chemin d'accès au système spécifié.</summary>
			<param name="certificatePath">A <see cref="T:System.String" /> value that specifies the system path to which to save the certificate.</param>
			<param name="privateKeyPath">A <see cref="T:System.String" /> value that specifies the system path to the private key.</param>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the system path to encrypt the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Export(System.String,System.String,System.String,System.String)">
			<summary>Enregistre le certificat dans l'emplacement indiqué par le chemin d'accès au système spécifié.</summary>
			<param name="certificatePath">A <see cref="T:System.String" /> value that specifies the system path to which to save the certificate.</param>
			<param name="privateKeyPath">A <see cref="T:System.String" /> value that specifies the system path to the private key.</param>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the system path to encrypt the private key.</param>
			<param name="decryptionPassword">A <see cref="T:System.String" /> value that specifies the system path to decrypt the private key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the certificate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the certificate. If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le certificat, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the certificate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate. Otherwise, False. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le certificat, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the certificate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the certificate. Otherwise, False. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.RemovePrivateKey">
			<summary>Supprime la clé privée du certificat.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur le certificat.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur le certificat et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the certificate. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque les autorisations précédemment accordées à des bénéficiaires sur le certificat et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the certificate. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur le certificat et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the certificate. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Certificate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à des bénéficiaires sur le certificat et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the certificate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the certificate. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the certificate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the certificate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.ActiveForServiceBrokerDialog">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si le certificat est actif pour une utilisation dans l'instruction BEGIN DIALOG pour Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> object value that specifies whether the certificate is active for use in the BEGIN DIALOG statement for Service Broker purposes.If True, the certificate is active for use in Service Broker dialogs. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Events">
			<summary>Obtient les événements associés au certificat.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateEvents" /> object that represents the certificate events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.ExpirationDate">
			<summary>Obtient ou définit la date et l'heure auxquelles le certificat expire.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the expiration date of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le certificat.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Issuer">
			<summary>Obtient l'émetteur du certificat.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the issuer of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.LastBackupDate">
			<summary>Obtient ou définit la date et l'heure auxquelles le certificat a été sauvegardé pour la dernière fois.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the last backup date of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Owner">
			<summary>Obtient ou définit le nom du principal de la base de données qui est le propriétaire du certificat.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database principal (database user, database role, or certificate) that is the owner of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui possède l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.PrivateKeyEncryptionType">
			<summary>Obtient le type de chiffrement de la clé privée du certificat.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrivateKeyEncryptionType" /> object value that specifies the encryption type used by the private key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Serial">
			<summary>Obtient le numéro de série du certificat.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the serial number of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Sid">
			<summary>Obtient l'identificateur de sécurité (SID) d'ouverture de session du certificat.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the logon SID for the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.StartDate">
			<summary>Obtient ou définit la date et l'heure à partir desquelles le certificat est effectif.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time from which the certificate is effective.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Subject">
			<summary>Obtient ou définit l'objet du certificat.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the subject of the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Certificate.Thumbprint">
			<summary>Obtient l'empreinte numérique de hachage SHA-1 globalement unique du certificat.</summary>
			<returns>A <see cref="T:System.Uint8" /> array value that specifies the SHA-1 hash thumbprint for the certificate.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CertificateCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> qui représentent tous les certificats sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateCollection.Add(Microsoft.SqlServer.Management.Smo.Certificate)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> à la collection référencée.</summary>
			<param name="certificate">A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object that specifies the object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Certificate[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" /> collection</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CertificateCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object value that represents the certificate.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CertificateCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object value that represents the certificate.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CertificateCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CertificateEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateEvents" /> représente les paramètres requis pour la notification d'événements SQL ServerCertificate.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.CertificateEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of Certificate events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements Certificate à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements Certificate à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CertificateEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateSourceType" /> contient des valeurs utilisées pour spécifier la source du certificat.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.CertificateSourceType.Executable">
			<summary>Valeur = 2. Charge le certificat à partir d'un fichier exécutable.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.CertificateSourceType.File">
			<summary>Valeur = 1. Charge le certificat à partir d'un fichier.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.CertificateSourceType.SqlAssembly">
			<summary>Valeur = 3. Charge le certificat à partir de l'assembly spécifié.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Check">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> représente une contrainte de validation SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Check" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Check" />, qui est possédée par l'objet parent spécifié et a le nom spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the parent object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the check constraint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> sur une instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Create">
			<summary>Crée une contrainte de validation sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Drop">
			<summary>Supprime la contrainte de validation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.MarkForDrop(System.Boolean)">
			<summary>Marque la clé étrangère à supprimer la prochaine fois que son objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> parent est modifié par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" />. </summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether the check constraint is dropped when an <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" /> method is run on the parent <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object.If True, the check constraint is dropped when the table is altered.If False, the check constraint is not marked for drop. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Rename(System.String)">
			<summary>Marque la clé étrangère à supprimer la prochaine fois que son objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> parent est modifié par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" />. </summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the check constraint. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la contrainte de validation.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the check constraint. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Check.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la contrainte de validation comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the check constraint. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.CreateDate">
			<summary>Obtient la date et l'heure de création de la contrainte de validation.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the check constraint was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la contrainte de validation.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the check constraint was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.ID">
			<summary>Obtient la valeur d'ID de base de données qui identifie de façon unique la contrainte de validation.</summary>
			<returns>An <see cref="T:System.Int32" />  value that specifies the ID value that uniquely identifies the check constraint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.IsChecked">
			<summary>Obtient la valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la contrainte a été activée sans vérifier les lignes existantes, dans ce cas, elle peut ne pas s'appliquer à toutes les lignes</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the check constraint was enabled without checking existing rows. If True, the check constraint was enabled without checking existing rows.If False (default), existing rows were checked when the check constraint was enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.IsEnabled">
			<summary>Obtient la valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la contrainte de validation est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the check constraint is enabled. By default, the value is unspecified.If True, the check constraint is enabled.If False (default), the check constraint is not enabled. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.IsSystemNamed">
			<summary>Obtient la valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la contrainte de validation a été nommée automatiquement par Microsoft SQL Server ou si elle a été nommée par le créateur d'objet de base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the check constraint is a system-named check constraint. By default, the value is unspecified.If True, the check constraint is system-named.If False (default), the check constraint is not system-named.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.Name">
			<summary>Obtient ou définit le nom de la contrainte de validation.</summary>
			<returns>A string value that contains the name of the check constraint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.NotForReplication">
			<summary>Obtient la valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la contrainte de validation est disponible ou non pour la réplication.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the check constraint is available for replication or not. By default, the value is unspecified.If True, the check constraint is not available for replication.If False (default), the check constraint is available for replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Check.Text">
			<summary>Obtient ou définit l'instruction Transact-SQL qui définit la contrainte de validation.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the actual text of the Transact-SQL statement that defines the check constraint. By default, the value is unspecified.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CheckCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> qui représentent toutes les contraintes CHECK définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.Add(Microsoft.SqlServer.Management.Smo.Check)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" />.</summary>
			<param name="check">A <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Check[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.Remove(Microsoft.SqlServer.Management.Smo.Check)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" />.</summary>
			<param name="check">A <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object value that specifies the check constraint to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CheckCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> ayant le nom spécifié de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> object that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CheckCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object value that represents the check constraint.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CheckCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object value that represents the check constraint.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CheckCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException" /> est une exception levée en cas de tentative de récupération d'une collection qui n'est pas disponible.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException" /> 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.Smo.CollectionNotAvailableException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException" /> 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="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.#ctor(System.String,Microsoft.SqlServer.Management.Common.ServerVersion)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException" /> avec la collection spécifiée et la version de l'instance de Microsoft SQL Server.</summary>
			<param name="colname">A <see cref="T:System.String" /> value that specifies the name of the collection that is not available.</param>
			<param name="serverVersion">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the instance of SQL Server that raised the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Remplacez selon la méthode virtuelle <see cref="T:System.Runtime.Serialization.SerializationInfo.GetObjectData" />. .</summary>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception that is being thrown. </param>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that contains contextual information about the source or destination.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.CollectionName">
			<summary>Obtient le nom de la collection qui n'est pas disponible.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the collection that is not available.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.Message">
			<summary>Obtient le message qui décrit l'exception active.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the description of the current exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.ServerVersion">
			<summary>Obtient la version de l'instance de Microsoft SQL Server qui a levé l'exception.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the instance of SQL Server that raised the exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException.SmoExceptionType">
			<summary>Obtient le type d'exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Column">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> représente une colonne SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> qui a le parent et le nom spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the parent that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> qui a le parent et le nom spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies the data type assigned to the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String,Microsoft.SqlServer.Management.Smo.DataType,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> qui utilise le parent et le type de données spécifiés et l'option permettant d'ajouter un attribut FILESTREAM.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the parent that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies the data type assigned to the column.</param>
			<param name="isFileStream">A <see cref="T:System.Boolean" /> value that specifies if the FILESTREAM attribute will be attached to the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.AddDefaultConstraint">
			<summary>Ajoute une contrainte par défaut à la colonne.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" /> object that specifies the default constraint bound to the column.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.AddDefaultConstraint(System.String)">
			<summary>Ajoute une contrainte par défaut à la colonne.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" /> object that specifies the default constraint added to the column.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the default constraint to add to the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.BindDefault(System.String,System.String)">
			<summary>Lie une valeur par défaut à la colonne. </summary>
			<param name="defaultSchema">A <see cref="T:System.String" /> value that specifies the name of the default schema.</param>
			<param name="defaultName">A <see cref="T:System.String" /> value that specifies the name of the default.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.BindRule(System.String,System.String)">
			<summary>Lie une règle à la colonne.</summary>
			<param name="ruleSchema">A <see cref="T:System.String" /> value that specifies the name of the rule schema.</param>
			<param name="ruleName">A <see cref="T:System.String" /> value that specifies the name of the rule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Create">
			<summary>Crée une colonne sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Drop">
			<summary>Supprime la colonne.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.EnumForeignKeys">
			<summary>Énumère les clés étrangères qui référencent la colonne.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains information about the foreign keys that reference the column. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Column<see cref="T:System.String" />The name of the column.Table_Schema<see cref="T:System.String" />The schema that is associated with the table that contains the column.Table_Name<see cref="T:System.String" />The name of the table that contains the column.Name<see cref="T:System.String" />The name of the foreign key.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.EnumIndexes">
			<summary>Énumère les index qui incluent la colonne.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the enumerated list of indexes. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Urn<see cref="T:System.String" />The URN that uniquely identifies an index that uses the referenced column in its definition.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.EnumUserPermissions(System.String)">
			<summary>Énumère les autorisations pour un utilisateur spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the enumerated list of permissions for the specified user. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Grantee<see cref="T:System.String" />The name of the principal that received the permission.Grantor<see cref="T:System.String" />The name of the principal that granted, revoked, or denied permission.PermissionState<see cref="T:System.Int32" />The numeric value that represents the ASCII character code for the first letter of the permission state. Deny = 68, Revoke = 82, and Grant = 71.Code<see cref="T:System.Int32" />The code that specifies the permission type. See sys.database_permissions (Transact-SQL).ObjectClass<see cref="T:System.String" />The type of object to which permission is granted. See sys.database_permissions (Transact-SQL).GranteeType<see cref="T:System.String" />The type of grantee. See the <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType" /> class.GrantorType<see cref="T:System.String" />The type of grantor. See the <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType" /> class.GolumnName<see cref="T:System.String" />The name of the column.</returns>
			<param name="username">A <see cref="T:System.String" /> value that specifies the database user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.MarkForDrop(System.Boolean)">
			<summary>Marque la colonne à supprimer lorsque la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" /> est exécutée sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> parent de la colonne.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to drop the column when the parent object is altered.If True, the column is dropped when the parent table is altered. Otherwise, False (default). </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Refresh">
			<summary>Actualise les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.Rename(System.String)">
			<summary>Renomme la colonne.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UnbindDefault">
			<summary>Annule la liaison de la valeur par défaut actuellement liée à la colonne.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UnbindRule">
			<summary>Annule la liaison de la règle actuellement liée à la colonne.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics">
			<summary>Met à jour des objets <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> qui surveillent cette colonne.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType)">
			<summary>Met à jour des objets <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> qui surveillent cette colonne.</summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> object value that specifies the type operation to perform during the creation or update of a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Met à jour des objets <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> qui surveillent cette colonne à l'aide d'une analyse échantillonnée.</summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> object value that specifies the type operation to perform during the creation or update of a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object.</param>
			<param name="sampleValue">An <see cref="T:System.Int32" /> value that specifies the number of rows or percentage of the total number of rows to use in a sampled scan. This parameter is required only when the scanType indicates a sampled scan.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Column.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32,System.Boolean)">
			<summary>Met à jour des objets <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> qui surveillent cette colonne à l'aide d'une analyse échantillonnée.</summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> object value that specifies the type operation to perform during the creation or update of a <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object.</param>
			<param name="sampleValue">An <see cref="T:System.Int32" /> value that specifies the number of rows or percentage of the total number of rows to use in a sampled scan. This parameter is required only when the scanType indicates a sampled scan.</param>
			<param name="recompute">A <see cref="T:System.Boolean" /> value that specifies whether the statistics will be automatically recomputed or not.If True, the statistics are automatically recomputed. Otherwise, False.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.AnsiPaddingStatus">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si l'option de colonne ANSI_PADDING_ENABLED est active.</summary>
			<returns>A Boolean value that specifies the whether the ASNI_PADDING_ENABLED column option is active. If True, trailing blanks inserted into variable-length columns are not trimmed. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Collation">
			<summary>Obtient ou définit le classement par défaut utilisé par la colonne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the default collation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Computed">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne est le résultat d'une expression calculée </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the column is computed or not. If True, the column is the product of a computed expression. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.ComputedText">
			<summary>Obtient ou définit l'expression Transact-SQL utilisée pour générer la valeur d'une colonne calculée</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Transact-SQL expression that is used to generate the value of a computed column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.DataType">
			<summary>Obtient ou définit le type de données affecté à la colonne.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies the data type assigned to the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Default">
			<summary>Obtient la valeur par défaut liée à la colonne.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object that specifies the default bound to the column. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.DefaultConstraint">
			<summary>Obtient ou définit une valeur par défaut pour la colonne. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" /> value that specifies a default value for the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.DefaultSchema">
			<summary>Obtient ou définit le schéma par défaut lié à la colonne. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema bound to the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.ID">
			<summary>Obtient l'ID de la colonne qui identifie de façon unique la colonne.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Identity">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne est une colonne d'identité.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the column is an identity column.If True, the column is an identity column. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IdentityIncrement">
			<summary>Obtient ou définit l'incrément d'identité pour une colonne d'identité.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the identity increment. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IdentitySeed">
			<summary>Obtient ou définit valeur initiale de la propriété Identity pour une colonne d'identité.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the identity seed for an identity column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.InPrimaryKey">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne est incluse dans la définition d'une contrainte de clé primaire ou unique.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column participates in a primary key or unique key column. If True, the column is part of a primary key or unique key constraint defined on the table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsColumnSet">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne a été définie.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether column has been set. If True, the column has been set. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsDeterministic">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la valeur d'une colonne calculée peut changer lors d'appels ultérieurs.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether a computed column can change between invocations.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsFileStream">
			<summary>Obtient une valeur <see cref="T:System.boolean" /> qui représente l'attribut FILESTREAM de la colonne.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that represents the FILESTREAM attribute of the column.If True, the column has the FILESTREAM attribute. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsForeignKey">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne est une clé étrangère.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column is a foreign key. If True, the column is a foreign key. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsFullTextIndexed">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne participe à un index de recherche en texte intégral.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column participates in a full-text index. If True, the column is used by a full-text index. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsPersisted">
			<summary>Obtient la valeur de la propriété booléenne qui spécifie si la valeur calculée de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> est enregistrée avec les données, ce qui évite d'effectuer le calcul chaque fois que la colonne est accédée.</summary>
			<returns>A Boolean property value that specifies whether the computed value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object is saved with the data.If True, the computed value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object is saved with the data.If False (default), the computed value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object is computed every time the column data is requested.  The <see cref="P:Microsoft.SqlServer.Management.Smo.Column.IsPersisted" /> property can only be set to True for computed columns. Otherwise, it will cause an error.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsPrecise">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si une colonne calculée est une valeur exacte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether a computed column is precise.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.IsSparse">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la valeur de la colonne est partiellement allouée.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether column value is sparse. If True, the column is sparse. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.NotForReplication">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne participe à la réplication.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column participates in replication.If True, the column is being published in SQL Server replication. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Nullable">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne peut accepter des valeurs NULL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column can accept null values.If True, the column can accept null values. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the parent that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.RowGuidCol">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne est mise à jour automatiquement avec une valeur GUID unique.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column contains an automatically updated unique GUID value.If True, the column is automatically updated with a unique GUID value. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.Rule">
			<summary>Obtient ou définit la règle liée à la colonne. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the rule that is bound to the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Column.RuleSchema">
			<summary>Obtient ou définit le schéma de règle lié à la colonne. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the rule schema that is bound to the column.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ColumnCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> qui représentent toutes les colonnes définies sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Add(Microsoft.SqlServer.Management.Smo.Column)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" />.</summary>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object value that specifies the column to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Add(Microsoft.SqlServer.Management.Smo.Column,System.Int32)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> à une position spécifiée.</summary>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object value that specifies the column to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position in the collection at which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Add(Microsoft.SqlServer.Management.Smo.Column,System.String)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> après un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> spécifié, qui est actuellement dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" />.</summary>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object that already exists in the collection after which the new <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object is inserted.</param>
			<param name="insertAtColumnName">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object, currently in the collection, after which to insert the new <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Column[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.Column)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" />.</summary>
			<param name="column">A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object value that is to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> collection. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ColumnCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object value that represents the column.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ColumnCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object value that represents the column.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ColumnCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ConfigProperty">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> contient des informations qui concernent une option de configuration Microsoft SQL Server, telles que les valeurs maximales, minimales, actuelles et nouvelles.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.ConfigValue">
			<summary>Obtient ou définit la nouvelle valeur de l'option de configuration.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the new value of the configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Description">
			<summary>Obtient une description textuelle de la propriété de configuration.</summary>
			<returns>A <see cref="T:System.String" /> value that contains a description of the configuration property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.DisplayName">
			<summary>Obtient le nom de l'option de configuration qui est modifiée. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the new value of the configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.IsAdvanced">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de configuration est une option avancée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the configuration option is an advanced option.If True, the configuration option is advanced.If False (default), the configuration option is basic and not advanced.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.IsDynamic">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de configuration est mise à jour immédiatement ou si elle attend le redémarrage de l'instance de Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether configuration option is immediately updated or updated when the instance of SQL Server is restarted.If True, the configuration option is dynamic and is updated immediately.If False (default), the configuration option is not dynamic and is updated when the instance of SQL Server is restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Maximum">
			<summary>Obtient la valeur maximale sur laquelle l'option de configuration peut être définie.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum value to which the configuration option can be set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Minimum">
			<summary>Obtient la valeur maximale sur laquelle l'option de configuration peut être définie.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the minimum value to which the configuration option can be set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.Number">
			<summary>Obtient la position d'index de l'option de configuration.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the index position of the configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigProperty.RunValue">
			<summary>Obtient la valeur d'exécution actuelle de l'option de configuration. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the current running value of the configuration option.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> qui représentent toutes les propriétés de configuration définie sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ConfigProperty[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value to start the copy from.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.GetEnumerator">
			<summary>Obtient un énumérateur qui peut effectuer une itération via la liste d'objets.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator" /> object value that can be used to iterate through the collection. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection" />.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.IsSynchronized">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'accès à la collection est synchronisé et, par conséquent, thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the access to the collection is synchronized.If True, access to the collection is synchronized. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection" /> par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object value that represents the configuration property.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection" /> par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object value that represents the configuration property.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection.SyncRoot">
			<summary>Obtient un objet qui peut être utilisé pour synchroniser l'accès à la collection.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Configuration">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" /> contient les informations de configuration pour l'instance de SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AdHocDistributedQueriesEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Requêtes distribuées appropriées.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the ad hoc distributed queries configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.Affinity64IOMask">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Masque d'affinité 64 d'E/S.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the affinity 64 IO mask configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.Affinity64Mask">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Masque d'affinité 64.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the affinity 64 mask configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AffinityIOMask">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Masque d'affinité d'E/S.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the affinity IO mask configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AffinityMask">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Masque d'affinité.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the affinity mask configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AgentXPsEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Agent XPs activé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the agent XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AllowUpdates">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Autoriser les mises à jour.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the allow updates configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.AweEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration AWE activé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the AWE enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.BlockedProcessThreshold">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> qui définit l'option de la configuration Seuil de processus bloqué.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the blocked process threshold configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.C2AuditMode">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Mode d'audit C2.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the C2 audit mode configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CommonCriteriaComplianceEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Conformité des critères communs activée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the common criteria compliance enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CostThresholdForParallelism">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Seuil de coût pour le parallélisme.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the cost threshold for parallelism configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CrossDBOwnershipChaining">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Chaînage des propriétés des bases de données croisées.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the cross DB ownership chaining configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.CursorThreshold">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Seuil du curseur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the cursor threshold configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DatabaseMailEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration DatabaseMail activé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the database mail enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DefaultBackupCompression">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Compression par défaut des sauvegardes.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the backup compression default configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DefaultFullTextLanguage">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Langue de texte intégral par défaut.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the default full text language configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DefaultLanguage">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Langue par défaut.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the default language configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DefaultTraceEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Trace par défaut activée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the default trace enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.DisallowResultsFromTriggers">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir les option de configuration Interdire résultats à partir des déclencheurs.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the disallow results from triggers configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ExtensibleKeyManagementEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration qui active la gestion de clés extensible.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the extensible key management enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FilestreamAccessLevel">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> qui définit l'option de configuration du niveau d'accès du flux de fichier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the FILESTREAM access level configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FillFactor">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Facteur de remplissage.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the fill factor configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FullTextCrawlBandwidthMax">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Maximum de la bande passante de l'analyse de texte intégral.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the full text crawl bandwidth max configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FullTextCrawlBandwidthMin">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Minimum de la bande passante de l'analyse de texte intégral.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the full text crawl bandwidth min configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FullTextCrawlRangeMax">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Maximum de la plage de l'analyse de texte intégral.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the full text crawl range max configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FullTextNotifyBandwidthMax">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Maximum de la bande passante de la notification de texte intégral.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the full text notify bandwidth max configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.FullTextNotifyBandwidthMin">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Minimum de la bande passante de la notification de texte intégral.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the full text notify bandwidth min configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.IndexCreateMemory">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Création d'index en mémoire.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the index create memory configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.InDoubtTransactionResolution">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Résolution des transactions incertaines.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the in doubt transaction resolution configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.IsSqlClrEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Is SqlClr activé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the is SQL CLR enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.LightweightPooling">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Regroupement léger.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the lightweight pooling configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.Locks">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Verrous.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the locks configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MaxDegreeOfParallelism">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Degré maximal de parallélisme.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the max degree of parallelism configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MaxServerMemory">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Mémoire maximum du serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the max server memory configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MaxWorkerThreads">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Nombre maximum de threads de travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the max worker threads configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MediaRetention">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Rétention du support.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the media retention configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MinMemoryPerQuery">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Mémoire minimum par requête.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the min memory per query configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.MinServerMemory">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Mémoire minimum du serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the min server memory configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.NestedTriggers">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Déclencheurs imbriqués.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the nested triggers configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.NetworkPacketSize">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Taille du paquet réseau.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the network packet size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.OleAutomationProceduresEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Procédures OLE Automation activées.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the OLE automation procedures enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.OpenObjects">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Objets ouverts.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the open objects configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.OptimizeAdhocWorkloads">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> qui définit l'option de configuration Optimiser pour les charges de travail ad hoc.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the optimize ad hoc workloads configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.PrecomputeRank">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Précalculer le rang.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the precompute rank configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.PriorityBoost">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Renforcement de priorité.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the priority boost size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.Properties">
			<summary>Retourne une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Property" />. La collection <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection" /> représente les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Dts.Runtime.Configuration" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection" /> object that specifies the collection of Configuration object properties.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ProtocolHandlerTimeout">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Délai d'attente du gestionnaire de protocole.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the protocol handler timeout configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.QueryGovernorCostLimit">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option Limite de coût de l'Administrateur de requêtes.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the query governor cost limit configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.QueryWait">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Attente de la requête.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the query wait configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RecoveryInterval">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Intervalle de récupération.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the recovery interval configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteAccess">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Accès à distance.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the remote access configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteDacConnectionsEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Connexions DAC distantes activées.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the remote DAC connections enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteLoginTimeout">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Délai d'attente de la connexion distante.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the remote login timeout configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteProcTrans">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Transactions de procédures distantes.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the remote proc trans configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.RemoteQueryTimeout">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Délai d'attente de la requête distante.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the remote query timeout configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ReplicationMaxTextSize">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Taille de texte maximum de la réplication.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the replication max text size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ReplicationXPsEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Réplication XPs activée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the replication XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ScanForStartupProcedures">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Recherche des procédures de démarrage.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the scan for startup procedures configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ServerTriggerRecursionEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Récursivité des déclencheurs du serveur activée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the server trigger recursion enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.SetWorkingSetSize">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Définir la taille de la plage de travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the set working set size configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.ShowAdvancedOptions">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'affichez l'option de configuration Afficher les options avancées.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the show advanced options configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.SmoAndDmoXPsEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Smo et Dmo XPs activés.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the SMO and DMO XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.SqlMailXPsEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration SqlMail XPs activé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the SQL mail XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.TransformNoiseWords">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Transformer les mots parasites.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the transform noise words configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.TwoDigitYearCutoff">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Année de coupure à deux chiffres.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the two digit year cutoff configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.UserConnections">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Connexions utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the user connections configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.UserInstancesEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Instances utilisateur activées.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the user instances enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.UserInstanceTimeout">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Délai d'attente des instances utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the user instance timeout configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.UserOptions">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Options utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the user options configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.WebXPsEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration Web XPs activé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the web XPs enabled configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Configuration.XPCmdShellEnabled">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> utilisé pour définir l'option de configuration XPCmdShell activé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigProperty" /> object that specifies the settings for the XP cmd shell enabled configuration option.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ConfigurationBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ConfigurationBase" /> est une classe de base qui représente les informations de configuration de l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Alter">
			<summary>Met à jour les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Alter(System.Boolean)">
			<summary>Met à jour les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" /> sur l'instance de SQL Server. </summary>
			<param name="overrideValueChecking">A <see cref="T:System.Boolean" /> value that specifies whether to override validation of the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" /> object property values.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Refresh">
			<summary>Actualise les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ConfigurationBase.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Cpu">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> contient les informations relatives à une UC sur une instance de SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Cpu.AffinityMask">
			<summary>Obtient ou définit le membre <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityMask" /> de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" />.</summary>
			<returns>Returns a <see cref="T:System.Boolean" /> that shows the current affinity mask setting for the CPU that is represented by this <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> instance.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Cpu.GroupID">
			<summary>Obtient la valeur actuelle du membre <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu.GroupID" />.</summary>
			<returns>Returns the GroupID that is assigned to this <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Cpu.ID">
			<summary>Obtient le <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu.ID" /> de l'UC représentée par cet objet <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" />.</summary>
			<returns>An <see cref="T:System.Int" /> value that is assigned to the CPU represented by this <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> instance.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Cpu.NumaNodeID">
			<summary>Obtient le <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu.NumaNodeID" /> du nœud NUMA auquel cet objet <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> appartient.</summary>
			<returns>An <see cref="T:System.Int" /> value that is assigned to the CPU represented by this <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> instance.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CpuCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.CpuCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> qui représentent toutes les unités centrales définies sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CpuCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:System.Array" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CpuCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Cpu[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.CpuCollection" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CpuCollection.GetEnumerator">
			<summary>Obtient une interface <see cref="T:System.IEnumerator" /> qui peut être utilisée pour itérer sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CpuCollection" />.</summary>
			<returns>Returns an <see cref="T:System.IEnumerator" /> interface that can be used to iterate over the <see cref="T:Microsoft.SqlServer.Management.Smo.CpuCollection" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CpuCollection.SetAffinityToAll(System.Boolean)">
			<summary>Définit le masque d'affinité pour toutes les unités centrales sur une instance de SQL Server.</summary>
			<param name="affinityMask">If true, affinity is set for each CPU in the specified range. If false, the affinity state is removed from each CPU in the specified range.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CpuCollection.SetAffinityToRange(System.Int32,System.Int32,System.Boolean)">
			<summary>Définit le masque d'affinité pour les unités centrales dans la plage spécifiée.</summary>
			<param name="startIndex">An <see cref="T:System.int" /> from 0 to <see cref="P:Microsoft.SqlServer.Management.Smo.CpuCollection.Count" /> -1 that specifies the beginning of the range of CPUs. If startIndex is not within the valid range, the following exception is returned: Specified argument was out of the range of valid values. Parameter name: startIndex.</param>
			<param name="endIndex">An <see cref="T:System.int" /> that specifies the endIndex of the range. endIndex must be greater than or equal to startIndex and less than <see cref="P:Microsoft.SqlServer.Management.Smo.CpuCollection.Count." />If endIndex is not within the valid range, the following exception is returned: Specified argument was out of the range of valid values. Parameter name: endIndexd.If endIndex is less than startIndex, the following exception is returned: The specified range of CPUs is not valid. The value for startIndex must be less than the value for endIndex.</param>
			<param name="affinityMask">If true, affinity is set to each CPU in the specified range. If false, affinity is removed from each CPU in the specified range.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CpuCollection.AffitinizedCPUs">
			<summary>Obtient une liste <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> possédant une affinité.</summary>
			<returns>Returns an IEnumerable <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> list.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CpuCollection.Count">
			<summary>Obtient le nombre d'entrées <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> dans la collection.</summary>
			<returns>Returns the number of <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> entries in the collection. The return type is an T:<see cref="System.int" /> value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CpuCollection.IsSynchronized">
			<summary>Obtient une valeur qui indique si la collection est synchronisée avec l'instance de SQL Server.</summary>
			<returns>Returns a <see cref="T:System.boolean" /> value. If true, the collection is synchronized with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CpuCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> de la collection.</summary>
			<returns>Returns a T<see cref=":Microsoft.SqlServer.Management.Smo.Cpu" /> object.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to get.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CpuCollection.SyncRoot">
			<summary>Obtient la racine de synchronisation de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CpuCollection" />.</summary>
			<returns>Returns the synchronization root of the <see cref="T:Microsoft.SqlServer.Management.Smo.CpuCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Credential">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> représente des informations d'identification Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> sur l'instance spécifiée de SQL Server et avec le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies instance of SQL Server on which the credential is created.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter(System.String)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> sur l'instance de SQL Server.</summary>
			<param name="identity">A <see cref="T:System.String" /> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter(System.String,System.Security.SecureString)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> sur l'instance de SQL Server.</summary>
			<param name="identity">A <see cref="T:System.String" /> value that specifies the name of the credential.</param>
			<param name="secret">A <see cref="T:System.Security.SecureString" /> value that specifies the password for the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Alter(System.String,System.String)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> sur l'instance de SQL Server.</summary>
			<param name="identity">A <see cref="T:System.String" /> value that specifies the name of the credential.</param>
			<param name="secret">A <see cref="T:System.String" /> value that specifies the password of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create">
			<summary>Crée des informations d'identification sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create(System.String)">
			<summary>Crée des informations d'identification sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" />.</summary>
			<param name="identity">A <see cref="T:System.String" /> value that specifies the name of the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create(System.String,System.Security.SecureString)">
			<summary>Crée des informations d'identification sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" />.</summary>
			<param name="identity">A <see cref="T:System.String" /> value that specifies the name of the credential.</param>
			<param name="secret">A <see cref="T:System.Security.SecureString" /> value that specifies the password for the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Create(System.String,System.String)">
			<summary>Crée des informations d'identification sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" />.</summary>
			<param name="identity">A <see cref="T:System.String" /> value that specifies the name of the credential.</param>
			<param name="secret">A <see cref="T:System.String" /> value that specifies the password for the credential.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.Drop">
			<summary>Supprime les informations d'identification.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Credential.EnumLogins">
			<summary>Énumère les connexions associées aux informations d'identification.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list of logins associated with the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.CreateDate">
			<summary>Obtient la date et l'heure de création des informations d'identification.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the credential was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification des informations d'identification.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the credential was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.ID">
			<summary>Obtient la valeur d'ID de base de données qui identifie de façon unique les informations d'identification.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.Identity">
			<summary>Obtient ou définit l'identité associée aux informations d'identification.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the identity associated with the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.MappedClassType">
			<summary>Obtient ou définit la classe associée aux informations d'identification.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MappedClassType" /> value that specifies the type of class associated with the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Credential.ProviderName">
			<summary>Obtient ou définit le nom du fournisseur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the provider.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CredentialCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> qui représentent toutes les informations d'identification définie sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CredentialCollection.Add(Microsoft.SqlServer.Management.Smo.Credential)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> à la collection référencée.</summary>
			<param name="credential">A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object that specifies the credential to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CredentialCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Credential[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CredentialCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> à l'aide d'un identificateur unique.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object that has the specified ID value.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CredentialCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object value that represents the credential.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CredentialCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object value that represents the credential.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CredentialCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" />.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> représente un fournisseur de services de chiffrement SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.#ctor">
			<summary>Initialise une nouvelle instance par défaut de la classe CryptographicProvider.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> sur l'instance spécifiée de SQL Server et avec le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies instance of SQL Server on which the cryptographic provider is created.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the cryptographic provider.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> sur une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Create">
			<summary>Crée un nouvel objet <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> sur le serveur connecté qui a le nom et le chemin d'accès de la DLL spécifiés.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Disable">
			<summary>Désactive <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> sur le serveur connecté.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Drop">
			<summary>Supprime l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> et met à jour le serveur connecté.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Enable">
			<summary>Active le fournisseur de services de chiffrement.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.EnumEncryptionAlgorithms">
			<summary>Énumère les algorithmes de chiffrement pris en charge par le fournisseur de services de chiffrement.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object that lists all of the encryption algorithms that are supported by the cryptographic provider.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.EnumProviderKeys">
			<summary>Énumère les clés de chiffrement prises en charge par le fournisseur de services de chiffrement.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object that lists all of the encryption keys that are supported by the cryptographic provider.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Script">
			<summary>Génère un script Transact-SQL qui peut être exécuté pour créer ou supprimer l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" />.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être exécuté pour créer ou supprimer l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> à l'aide des options de script spécifiées.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options. This parameter filters information in the generated script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Upgrade(System.String)">
			<summary>Effectue une mise à niveau de l'assembly du fournisseur de services de chiffrement vers la version de DLL, sur le chemin d'accès spécifié.</summary>
			<param name="pathToDll">Specifies the path to the updated DLL.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.AsymmetricKeyExportable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé asymétrique est exportable. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the asymmetric key is exportable.Returns True if the asymmetric key is exportable; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.AsymmetricKeyImportable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé asymétrique est importable. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the asymmetric key is importable.Returns True if the asymmetric key is importable; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.AsymmetricKeyPersistable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé asymétrique peut être persistante. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the asymmetric key can be persisted.Returns True if the asymmetric key can be persisted; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.AsymmetricKeySupported">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé asymétrique est prise en charge. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the asymmetric key is supported.Returns True if the asymmetric key is supported; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.AuthenticationType">
			<summary>Obtient le type d'authentification utilisée par le fournisseur de services de chiffrement. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AuthenticationType" /> value that specifies the type of authentication that is used by the cryptographic provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.DllPath">
			<summary>Obtient ou définit le chemin d'accès au fichier physique qui contient le fournisseur de services de chiffrement. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path to the physical file that contains the cryptographic provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Enabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fournisseur de services de chiffrement est activé. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the cryptographic provider is enabled.Returns True if the cryptographic provider is enabled; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le fournisseur de services de chiffrement. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the cryptographic provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Parent">
			<summary>Obtient ou définit le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.ProviderGuid">
			<summary>Obtient la valeur <see cref="T:System.Guid" /> qui identifie de façon unique le fournisseur de services de chiffrement. </summary>
			<returns>A <see cref="T:System.Guid" /> value that uniquely identifies the cryptographic provider. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.SqlCryptographicVersion">
			<summary>Obtient le numéro de version de l'assembly du fournisseur de services de chiffrement SQL Server.</summary>
			<returns>A <see cref="T:System.Version" /> value that specifies the version number of the SQL Server cryptographic provider assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.SymmetricKeyExportable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé symétrique est exportable. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the symmetric key is exportable.Returns True if the symmetric key is exportable; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.SymmetricKeyImportable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé symétrique est importable. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the symmetric key is importable.Returns True if the symmetric key is importable; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.SymmetricKeyPersistable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé symétrique peut être persistante. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the symmetric key can be persisted.Returns True if the symmetric key can be persisted; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.SymmetricKeySupported">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la clé symétrique est prise en charge. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the symmetric key is supported.Returns True if the symmetric key is supported; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProvider.Version">
			<summary>Obtient la version du fournisseur de services de chiffrement. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Version" /> value that specifies the version of the cryptographic provider.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection">
			<summary>Collection de type <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection" /> qui représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection.Add(Microsoft.SqlServer.Management.Smo.CryptographicProvider)">
			<summary>Ajoute un fournisseur à la collection.</summary>
			<param name="cryptographicProvider"><see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection.CopyTo(Microsoft.SqlServer.Management.Smo.CryptographicProvider[],System.Int32)">
			<summary>Copie la collection vers un tableau simple qui démarre à l'index spécifié.</summary>
			<param name="array"><see cref="T:System.Array" /></param>
			<param name="index"><see cref="T:System.Int32" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection.ItemById(System.Int32)">
			<summary>Retourne un élément selon l'ID d'élément.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /></returns>
			<param name="id"><see cref="T:System.Int32" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection.Item(System.Int32)">
			<summary>Obtient un élément de la collection selon un index.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /></returns>
			<param name="index"><see cref="T:System.Int32" /> specifying the index of the Item in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection.Item(System.String)">
			<summary>Place un élément dans la collection selon une chaîne.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProvider" /></returns>
			<param name="name"><see cref="T:System.String" /> identifying the item.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection.Parent">
			<summary>Obtient l'objet parent de la collection.</summary>
			<returns><see cref="T:System.String" /> identifying the parent property of the <see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Database">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> représente une base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> sur le serveur spécifié et avec le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that represents the instance of SQL Server on which the database exists.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Alter(Microsoft.SqlServer.Management.Smo.TerminationClause)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> sur l'instance de SQL Server. </summary>
			<param name="terminationClause">A <see cref="T:Microsoft.SqlServer.Management.Smo.TerminationClause" /> object value that specifies any open transactions that are affected by the <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter(Microsoft.SqlServer.Management.Smo.TerminationClause)" /> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Alter(System.TimeSpan)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> sur l'instance de SQL Server. </summary>
			<param name="transactionTerminationTime">A <see cref="T:System.TimeSpan" /> object value that specifies a period of time to let transactions complete before persisting the property changes with the <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter" /> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ChangeMirroringState(Microsoft.SqlServer.Management.Smo.MirroringOption)">
			<summary>Modifie la configuration de la mise en miroir telle que spécifiée par les options. </summary>
			<param name="mirroringOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringOption" /> object value that specifies how the mirroring configuration is updated.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckAllocations(Microsoft.SqlServer.Management.Smo.RepairType)">
			<summary>Analyse toutes les pages de la base de données référencée et teste des pages, pour vérifier l'intégrité.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a report about the allocations in the database.</returns>
			<param name="repairType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType" /> object value that specifies the repair options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckAllocationsDataOnly">
			<summary>Analyse toutes les pages de la base de données référencée et teste uniquement les données, pour vérifier l'intégrité.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a report about the allocations in the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckCatalog">
			<summary>Teste l'intégrité du catalogue de la base de données.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a report about the integrity of the catalog in the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckIdentityValues">
			<summary>Vérifie l'intégrité de toutes les colonnes d'identité dans les tables de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Checkpoint">
			<summary>Émet un point de contrôle.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairType)">
			<summary>Teste l'intégrité des pages de base de données de toutes les tables et de tous les index définis sur les tables de la base de données.</summary>
			<returns>A StringCollection object that contains a report about the integrity of the tables and indexes in the database. </returns>
			<param name="repairType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType" /> object that specifies the repair mode. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairType,Microsoft.SqlServer.Management.Smo.RepairOptions)">
			<summary>Teste l'intégrité des pages de base de données de toutes les tables et de tous les index définis sur les tables de la base de données.</summary>
			<returns>A StringCollection object value that contains a report about the integrity of the tables and indexes in the database.</returns>
			<param name="repairType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType" /> object that specifies the repair mode.</param>
			<param name="repairOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairOptions" /> object value that specifies the repair options, such as whether to perform an estimate only and what type of messages to include in the returned report.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairType,Microsoft.SqlServer.Management.Smo.RepairStructure)">
			<summary>Teste l'intégrité des pages de base de données de toutes les tables et de tous les index définis sur les tables de la base de données.</summary>
			<returns>A StringCollection object value that contains a report about the integrity of the tables and indexes in the database.</returns>
			<param name="repairType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType" /> object that specifies the repair mode.</param>
			<param name="repairStructure">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairStructure" /> object value that specifies the type of structural checks to perform, such as 'physical only' that checks the page consistency and allocation structures.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairType,Microsoft.SqlServer.Management.Smo.RepairOptions,Microsoft.SqlServer.Management.Smo.RepairStructure)">
			<summary>Teste l'intégrité des pages de base de données de toutes les tables et de tous les index définis sur les tables de la base de données.</summary>
			<returns>A StringCollection object value that contains a report about the integrity of the tables and indexes in the database.</returns>
			<param name="repairType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType" /> object that specifies the repair mode.</param>
			<param name="repairOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairOptions" /> object value that specifies the repair options, such as whether to perform an estimate only and what type of messages to include in the returned report.</param>
			<param name="repairStructure">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairStructure" /> object value that specifies the type of structural checks to perform, such as 'physical only' that checks the page consistency and allocation structures. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTablesDataOnly">
			<summary>Teste l'intégrité des données dans les pages qui stockent les données de toutes les tables et de tous les index définis sur les tables de la base de données référencée.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a report about the integrity of the tables in the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTablesDataOnly(Microsoft.SqlServer.Management.Smo.RepairOptions)">
			<summary>Teste l'intégrité des données dans les pages qui stockent les données de toutes les tables et de tous les index définis sur les tables de la base de données référencée, avec les options de réparation spécifiées.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a report about the integrity of the tables in the database.</returns>
			<param name="repairOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairOptions" /> object value that specifies the repair options, such as whether to perform an estimate only and what type of messages to include in the returned report.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTablesDataOnly(Microsoft.SqlServer.Management.Smo.RepairStructure)">
			<summary>Teste l'intégrité des données dans les pages qui stockent les données de toutes les tables et de tous les index définis sur les tables de la base de données référencée, avec la structure de réparation spécifiée.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a report about the integrity of the tables in the database.</returns>
			<param name="repairStructure">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairStructure" /> object value that specifies the type of structural checks to perform, such as 'physical only' that checks the page consistency and allocation structures.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.CheckTablesDataOnly(Microsoft.SqlServer.Management.Smo.RepairOptions,Microsoft.SqlServer.Management.Smo.RepairStructure)">
			<summary>Teste l'intégrité des données dans les pages qui stockent les données de toutes les tables et de tous les index définis sur les tables de la base de données référencée, avec les options et la structure de réparation spécifiées.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a report about the integrity of the tables in the database.</returns>
			<param name="repairOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairOptions" /> object value that specifies the repair options, such as whether to perform an estimate only and what type of messages to include in the returned report.</param>
			<param name="repairStructure">A <see cref="T:Microsoft.SqlServer.Management.Smo.RepairStructure" /> object value that specifies the type of structural checks to perform, such as 'physical only' that checks the page consistency and allocation structures.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Create">
			<summary>Crée une base de données sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Create(System.Boolean)">
			<summary>Crée une base de données sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />.</summary>
			<param name="forAttach">A <see cref="T:System.Boolean" /> value that specifies whether the database is being created so that a database can be attached.If True, the database is created for a database to be attached. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the database.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions. If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Deny(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions. If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.DisableAllPlanGuides">
			<summary>Désactive tous les repères de plan dans une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Drop">
			<summary>Supprime la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.DropAllPlanGuides">
			<summary>Supprime tous les repères de plan dans une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.DropBackupHistory">
			<summary>Supprime l'historique de sauvegarde de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnableAllPlanGuides">
			<summary>Active tous les repères de plan dans une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumBackupSetFiles">
			<summary>Retourne un DataTable qui répertorie les fichiers contenus dans un jeu de sauvegarde.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> listing the files in a backup set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumBackupSetFiles(System.Int32)">
			<summary>Retourne une table de données qui répertorie les fichiers dans un jeu de sauvegarde</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> listing the files in a backup set.</returns>
			<param name="backupSetID">A <see cref="T:System.Int32" /> unique identification number of the file containing the backup set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumBackupSets">
			<summary>Retourne un DataTable qui répertorie les jeux de sauvegarde associés à une base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> listing all the backup sets associated with a database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumCandidateKeys">
			<summary>Énumère toutes les clés primaires candidates dans la base de données qui peuvent être référencées par une clé étrangère.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of candidate keys. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Table_Name<see cref="T:System.String" />The name of the table that contains the candidate primary key.Name<see cref="T:System.String" />The name of the candidate primary key.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions">
			<summary>Énumère toutes les autorisations dans la base de données.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo" /> object values that contains an enumerated list of permissions.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Énumère les autorisations dans la base de données pour le jeu d'autorisations spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo" /> object values that contains an enumerated list of permissions.</returns>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions(System.String)">
			<summary>Énumère les autorisations dans la base de données pour l'utilisateur spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo" /> object values that contains an enumerated list of permissions.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumDatabasePermissions(System.String,Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Énumère les autorisations dans la base de données pour l'utilisateur spécifié et un jeu d'autorisations spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo" /> object values that contains an enumerated list of permissions.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user.</param>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumLocks">
			<summary>Énumère tous les verrous actifs maintenus sur la base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of locks held on the database and information about the type and location of the locks. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type DescriptionRequestorSpid<see cref="T:System.Int32" />The system process ID value of the process that is holding a lock on a database resource.LockType<see cref="T:System.String" />The description of the type of lock. See the syslockinfo table for a description of different lock types.Database<see cref="T:System.String" />The name of the database on which the lock is held.Table<see cref="T:System.String" />The name of the table on which the lock is held. This field contains a value only if the lock is held on a table.Index<see cref="T:System.String" />The name of the index on which the lock is held. This field contains a value only if the lock is held on an index.Status<see cref="T:System.Int32" />The status of the lock, which can be one of the following:1 = Granted.2 = Converting.3 = Waiting.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumLocks(System.Int32)">
			<summary>Énumère les verrous actifs maintenus sur la base de données pour un ID de processus système spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of locks held on the database and information about the type and location of the locks. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionRequestorSpid<see cref="T:System.Int32" />The system process ID value of the process that is holding a lock on a database resource.LockType<see cref="T:System.String" />The description of the type of lock. See the syslockinfo table for a description of different lock types.Database<see cref="T:System.String" />The name of the database on which the lock is held.Table<see cref="T:System.String" />The name of the table on which the lock is held. This field contains a value only if the lock is held on a table.Index<see cref="T:System.String" />The name of the index on which the lock is held. This field contains a value only if the lock is held on an index.Status<see cref="T:System.Int32" />The status of the lock, which can be one of the following:1 = Granted.2 = Converting.3 = Waiting.</returns>
			<param name="processId">An <see cref="T:System.Int32" /> that specifies the process ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumLoginMappings">
			<summary>Énumère les connexions SQL Server de tous les utilisateurs dans la base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of logon mappings to users in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionUserName<see cref="T:System.String" />The name of the database user.LoginName<see cref="T:System.String" />The login account that is mapped to the database user in the referenced database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumMatchingSPs(System.String)">
			<summary>Énumère les procédures stockées qui contiennent la chaîne spécifiée dans la définition.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that contains a list of matching stored procedures for the database.</returns>
			<param name="description">A <see cref="T:System.String" /> value that specifies the text to find a match for in the stored procedure definition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumMatchingSPs(System.String,System.Boolean)">
			<summary>Énumère les procédures stockées qui contiennent la chaîne spécifiée dans la définition.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that contains a list of matching stored procedures for the database.</returns>
			<param name="description">A <see cref="T:System.String" /> value that specifies the text to find a match for in the stored procedure definition.</param>
			<param name="includeSystem">A <see cref="T:System.Boolean" /> value that specifies whether to include system stored procedures in the returned list.If True, system stored procedures are included. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions">
			<summary>Énumère les autorisations pour les objets dans la base de données.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains a list of object permissions for the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations pour les objets dans la base de données en fonction du jeu d'autorisations spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains a list of object permissions for the database.</returns>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations pour les objets dans la base de données qui appartiennent à l'utilisateur spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains a list of object permissions for the specified owner.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is the owner of the objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations pour les objets dans la base de données qui appartiennent à l'utilisateur spécifié et au jeu d'autorisations spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains a list of permissions for the specified owner and permission set.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is the owner of the objects.</param>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjects">
			<summary>Énumère les objets dans la base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of objects in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionDatabaseObjectTypes<see cref="T:System.String" />The type of database object. See <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes" /> enumeration.Schema<see cref="T:System.String" />The schema associated with the referenced object.Name<see cref="T:System.String" />The name of the referenced object.Urn<see cref="T:System.String" />The URN string that represents the referenced object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjects(Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes)">
			<summary>Énumère les objets dans la base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of objects in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionDatabaseObjectTypes<see cref="T:System.String" />The type of database object. See <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes" /> enumeration.Schema<see cref="T:System.String" />The schema associated with the referenced object.Name<see cref="T:System.String" />The name of the referenced object.Urn<see cref="T:System.String" />The URN string that represents the referenced object.</returns>
			<param name="types">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes" /> object that limits the object types in the returned list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumObjects(Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes,Microsoft.SqlServer.Management.Smo.SortOrder)">
			<summary>Énumère les objets dans la base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of objects in the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionDatabaseObjectTypes<see cref="T:System.String" />The type of database object. See <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes" /> enumeration.Schema<see cref="T:System.String" />The schema associated with the referenced object.Name<see cref="T:System.String" />The name of the referenced object.Urn<see cref="T:System.String" />The URN string that represents the referenced object.</returns>
			<param name="types">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes" /> object that limits the object types in the returned list.</param>
			<param name="order">A <see cref="T:Microsoft.SqlServer.Management.Smo.SortOrder" /> object value that specifies the way in which to order the returned list of objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumTransactions">
			<summary>Énumère les transactions ouvertes sur la base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of open transactions that affect the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionName<see cref="T:System.String" />The name of the transaction. TransactionID<see cref="T:System.String" />The ID value that uniquely identifies the transaction. See sys.dm_tran_active_transactions.BeginTime<see cref="T:System.DateTime" />The date and time when the transaction started.Spid<see cref="T:System.Int32" />The session ID that uniquely identifies the session in which the transaction is running.DatabaseName<see cref="T:System.String" />The name of the database in which the transaction is running.DatabaseID<see cref="T:System.Int32" />The ID value of the database in which the transaction is running.DatabaseBeginTime<see cref="T:System.DateTime" />The date and time when the database came online.IsVersioned<see cref="T:System.Boolean" />The Boolean value that specifies whether the transaction is a snapshot transaction and has a sequence number. See <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes" /> enumeration class.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumTransactions(Microsoft.SqlServer.Management.Smo.TransactionTypes)">
			<summary>Énumère les transactions ouvertes d'un type spécifié sur la base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of open transactions that affect the database. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionName<see cref="T:System.String" />The name of the transaction. TransactionID<see cref="T:System.String" />The ID value that uniquely identifies the transaction. See sys.dm_tran_active_transactions.BeginTime<see cref="T:System.DateTime" />The date and time when the transaction started.Spid<see cref="T:System.Int32" />The session ID that uniquely identifies the session in which the transaction is running.DatabaseName<see cref="T:System.String" />The name of the database in which the transaction is running.DatabaseID<see cref="T:System.Int32" />The ID value of the database in which the transaction is running. See sys.databases (Transact-SQL).DatabaseBeginTime<see cref="T:System.DateTime" />The date and time when the database came online.IsVersioned<see cref="T:System.Boolean" />The Boolean value that specifies whether the transaction is a snapshot transaction and has a sequence number. See <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes" /> enumeration class.</returns>
			<param name="transactionType">A <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes" /> object value that specifies the type of transaction.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumWindowsGroups">
			<summary>Énumère les groupes Windows.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of Windows groups. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionUrn<see cref="T:System.String" />The URN string that represents the Windows group. Name<see cref="T:System.String" />The name of the Windows group.ID<see cref="T:System.Int32" />The ID value that uniquely identifies the Windows group.Login<see cref="T:System.String" />The login that represents the Windows group in SQL Server.IsSystemObject<see cref="T:System.Boolean" />The Boolean value that specifies whether the Windows group is a system object.LoginType<see cref="T:System.DateTime" />The type of login. See <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType" />.HasDBAccess<see cref="T:System.Boolean" />The Boolean value that specifies whether the Windows group as access to the referenced database.Sid<see cref="T:System.Int32" />The login security identifier for the Windows group.UserType<see cref="T:System.String" />The type of user. See <see cref="T:Microsoft.SqlServer.Management.Smo.UserType" />.Certificate<see cref="T:System.String" />The certificate that the Windows group uses to log on to SQL Server.AsymmetricKey<see cref="T:System.String" />The asymmetric key that the Windows group uses to log on to SQL Server.CreateDate<see cref="T:System.DateTime" />The date and time when the Windows group was created.DateLastModified<see cref="T:System.DateTime" />The date and time when the Windows group was last modified.DefaultSchema<see cref="T:System.String" />The default schema associated with the Windows group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.EnumWindowsGroups(System.String)">
			<summary>Énumère les groupes Windows pour un groupe spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains Windows group information for the specified group. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionUrn<see cref="T:System.String" />The URN string that represents the Windows group. Name<see cref="T:System.String" />The name of the Windows group.ID<see cref="T:System.Int32" />The ID value that uniquely identifies the Windows group.Login<see cref="T:System.String" />The login that represents the Windows group in SQL Server.IsSystemObject<see cref="T:System.Boolean" />The Boolean value that specifies whether the Windows group is a system object.LoginType<see cref="T:System.DateTime" />The type of login. See <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType" />.HasDBAccess<see cref="T:System.Boolean" />The Boolean value that specifies whether the Windows group as access to the referenced database.Sid<see cref="T:System.Int32" />The login security identifier for the Windows group.UserType<see cref="T:System.String" />The type of user. See <see cref="T:Microsoft.SqlServer.Management.Smo.UserType" />.Certificate<see cref="T:System.String" />The certificate that the Windows group uses to log on to SQL Server.AsymmetricKey<see cref="T:System.String" />The asymmetric key that the Windows group uses to log on to SQL Server.CreateDate<see cref="T:System.DateTime" />The date and time when the Windows group was created.DateLastModified<see cref="T:System.DateTime" />The date and time when the Windows group was last modified.DefaultSchema<see cref="T:System.String" />The default schema associated with the Windows group.</returns>
			<param name="groupName">A <see cref="T:System.String" /> value that specifies a Windows group name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.String)">
			<summary>Exécute une instruction dans le contexte de la base de données qui ne retourne pas de résultats.</summary>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that contains the Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.Collections.Specialized.StringCollection)">
			<summary>Exécute un lot dans le contexte de la base de données qui ne retourne pas de résultats.</summary>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection" /> System object value that contains more than one Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.String,Microsoft.SqlServer.Management.Common.ExecutionTypes)">
			<summary>Exécute un lot dans le contexte de la base de données qui ne retourne pas de résultats uniquement pour le type d'exécution spécifié.</summary>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that contains a Transact-SQL command.</param>
			<param name="executionType">An <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionTypes" /> object value that specifies the execution type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Common.ExecutionTypes)">
			<summary>Exécute une collection de lots dans le contexte de la base de données qui ne retourne pas de résultats uniquement pour le type d'exécution spécifié.</summary>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection" /> System object value that contains more than one Transact-SQL command.</param>
			<param name="executionType">An <see cref="T:Microsoft.SqlServer.Management.Common.ExecutionTypes" /> object value that specifies the execution type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteWithResults(System.String)">
			<summary>Exécute une collection de lots dans le contexte de la base de données qui retourne des résultats.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> system object value that contains the returned results set.</returns>
			<param name="sqlCommand">A <see cref="T:System.String" /> value that contains a Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ExecuteWithResults(System.Collections.Specialized.StringCollection)">
			<summary>Exécute un lot dans le contexte de la base de données qui retourne des résultats.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> system object value that contains the returned results set.</returns>
			<param name="sqlCommands">A <see cref="T:System.Collections.Specialized.StringCollection" /> System object value that contains more than one Transact-SQL command.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.GetTransactionCount">
			<summary>Obtient le nombre de transactions ouvertes sur la base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of open transactions on the database.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.GetTransactionCount(Microsoft.SqlServer.Management.Smo.TransactionTypes)">
			<summary>Obtient le nombre de transactions ouvertes d'un type spécifié sur la base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of open transactions on the database of the specified type.</returns>
			<param name="transactionType">A <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes" /> object value that specifies the transaction type of which to limit the returned count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database. If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la base de données, sous un rôle considéré.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user grants the specified set of permissions to other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Grant(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la base de données, sous un rôle considéré.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user grants the specified set of permissions to other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.IsMember(System.String)">
			<summary>Détermine si le groupe ou le rôle spécifié appartient à la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the specified group or role is associated with the database.If True, the specified group or role belongs to the database.If False, the specified group or role belongs to the database.</returns>
			<param name="groupOrRole">A <see cref="T:System.String" /> value that specifies the name of the group or role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.PrefetchObjects">
			<summary>Prérécupère des objets de base de données. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.PrefetchObjects(System.Type)">
			<summary>Prérécupère des objets de base de données d'un type spécifié.</summary>
			<param name="objectType">A <see cref="T:System.Type" /> object that limits the type of object that is to be prefetched.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.PrefetchObjects(System.Type,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Prérécupère des objets de base de données d'un type spécifié avec les options de script.</summary>
			<param name="objectType">A <see cref="T:System.Type" /> object that limits the type of object that is prefetched.</param>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options for the prefetched database object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.RecalculateSpaceUsage">
			<summary>Recalcule l'utilisation de l'espace.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Refresh">
			<summary>Met à jour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.RemoveFullTextCatalogs">
			<summary>Supprime les catalogues de texte intégral de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Rename(System.String)">
			<summary>Renomme la base de données.</summary>
			<param name="newName">A string value that specifies the new name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur la base de données.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la base de données et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la base de données et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la base de données et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user revokes the specified set of permission from other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Revoke(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la base de données et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user revokes the specified set of permission from other users on the database. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la base de données.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la base de données comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetDefaultFileGroup(System.String)">
			<summary>Définit le groupe de fichiers par défaut de la base de données.</summary>
			<param name="fileGroupName">A <see cref="T:System.String" /> value that specifies the name of the default file group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetDefaultFileStreamFileGroup(System.String)">
			<summary>Définit le groupe FILESTREAM par défaut.</summary>
			<param name="fileGroupName"><see cref="T:System.String" /> identifying the filestream filegroup name on an NTFS file system.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetDefaultFullTextCatalog(System.String)">
			<summary>Définit le catalogue de texte intégral par défaut de la base de données.</summary>
			<param name="catalog">A <see cref="T:System.String" /> value that specifies the name of the default full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOffline">
			<summary>Déconnecte la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOnline">
			<summary>Connecte la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOwner(System.String)">
			<summary>Définit le propriétaire de la base de données.</summary>
			<param name="loginName">A <see cref="T:System.String" /> value that specifies the SQL Server logon that is the new database owner.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetOwner(System.String,System.Boolean)">
			<summary>Définit le propriétaire de la base de données.</summary>
			<param name="loginName">A <see cref="T:System.String" /> value that specifies the SQL Server logon that is the new database owner.</param>
			<param name="overrideIfAlreadyUser">A <see cref="T:System.Boolean" /> property value that specifies to override if the specified logon is already a user in the database.If True, the user who has the specified logon is dropped from the database and made into the database owner.If False, an error occurs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.SetSnapshotIsolation(System.Boolean)">
			<summary>Définit le niveau d'isolement d'instantané.</summary>
			<param name="enabled">A <see cref="T:System.Boolean" /> value that specifies whether the snapshot isolation level is enabled.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.Shrink(System.Int32,Microsoft.SqlServer.Management.Smo.ShrinkMethod)">
			<summary>Réduit la base de données.</summary>
			<param name="percentFreeSpace">An <see cref="T:System.Int32" /> value that specifies how much to reduce the database in percent.</param>
			<param name="shrinkMethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod" /> object value that specifies the method that is used to shrink the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.TruncateLog">
			<summary>Tronque le journal de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.UpdateIndexStatistics">
			<summary>Met à jour les statistiques d'index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ValidateAllPlanGuides">
			<summary>Vérifie la validité des plans d'exécution associés à la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether all of the execution plans are valid.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Database.ValidateAllPlanGuides(System.Data.DataTable@)">
			<summary>Vérifie la validité des plans d'exécution associés à la base de données et retourne le rapport de validation.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether all of the execution plans are valid.</returns>
			<param name="errorInfo">A reference to <see cref="T:System.Data.DataTable" /> object value that contains detailed information about the validation errors for each execution plan that is associated with the database.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ActiveConnections">
			<summary>Obtient le nombre de connexions actives à la base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of active connections to the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ActiveDirectory">
			<summary>Obtient les informations relatives aux paramètres Active Directory de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory" /> object that specifies the Active Directory settings for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AnsiNullDefault">
			<summary>Obtient ou définit la propriété AnsiNullDefault.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.AnsiNullDefault" /> database option is active. If True, user-defined data types default to allowing NULL values. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AnsiNullsEnabled">
			<summary>Obtient ou définit la valeur de la propriété booléenne ANSI_NULLS_ENABLED.</summary>
			<returns>A  <see cref="T:System.Boolean" /> value that specifies whether the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.AnsiNullsEnabled" /> database option is active. If True, comparisons to null values equate to false. If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AnsiPaddingEnabled">
			<summary>Obtient ou définit l'option de base de données ANSI_PADDING_ENABLED.</summary>
			<returns>A  <see cref="T:System.Boolean" /> value that specifies whether the ANSI_PADDING_ENABLED database option is active. If True, trailing blanks inserted into variable-length columns are not trimmed. If False (default), blanks inserted into variable-length columns are trimmed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AnsiWarningsEnabled">
			<summary>Obtient ou définit la valeur de la propriété booléenne ANSI_WARNING_ENABLED.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.AnsiWarningsEnabled" /> database option is active. If True, warnings are issued when null values are encountered in a statement. If False (default), warnings are not issued when null values are encountered in statements.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ApplicationRoles">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" /> représente un rôle d'application défini sur la base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRoleCollection" /> object that represents all the application roles defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ArithmeticAbortEnabled">
			<summary>Obtient ou définit la valeur de la propriété ARITHMETICABORT.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.ArithmeticAbortEnabled" /> database option is active. If True, a transaction is stopped and rolled back when an arithmetic error occurs. If False (default), a transaction continues when an arithmetic error occurs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Assemblies">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> représente un assembly défini sur la base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" /> object that represents all the assemblies defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AsymmetricKeys">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" /> représente une clé asymétrique définie sur la base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKeyCollection" /> object that represents all the asymmetric keys defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AutoClose">
			<summary>Obtient ou définit l'option de base de données AUTOCLOSE.</summary>
			<returns>A  <see cref="T:System.Boolean" /> value that specifies whether the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.AutoClose" /> database option is active. If True, the database is closed, and its resources are freed when no user connection accesses the database. If False (default), the server maintains the database in an open and ready state regardless of user activity..</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AutoCreateStatisticsEnabled">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les statistiques sont créées automatiquement pour la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether statistics are automatically created for the database.If True, statistics are automatically created for the database. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AutoShrink">
			<summary>Obtient ou définit l'option de base de données AUTO_SHRINK.</summary>
			<returns>A  <see cref="T:System.Boolean" /> value that specifies whether the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.AutoShrink" /> database option is active. If True, the database is automatically reduced. If False (default), statistics are not automatically reduced</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AutoUpdateStatisticsAsync">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si l'option de base de données AUTOUPDATESTATISTICSASYNC est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active. If True, statistics are automatically updated. If False (default), statistics are not automatically updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.AutoUpdateStatisticsEnabled">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les statistiques sont mises à jour automatiquement pour la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether statistics are automatically updated for the database.If True, statistics are automatically updated for the database. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.BrokerEnabled">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si le service Service Broker est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Service Broker service is enabled. If True, statistics are automatically updated. If False (default), statistics are not automatically updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.CaseSensitive">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les majuscules et les minuscules sont considérées comme égales.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether uppercase letters and lowercase letters are evaluated as equal.If True, uppercase and lowercase are not evaluated as equal. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Certificates">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" /> représente un certificat défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CertificateCollection" /> object that represents all the certificates defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ChangeTrackingAutoCleanUp">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'option CHANGE_TRACKING_AUTO_CLEANUP est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether change tracking information is automatically removed after the specified retention period. Enabling <see cref="P:Microsoft.SqlServer.Management.Smo.Database.ChangeTrackingAutoCleanUp" /> resets any previous custom retention period to the default retention period of 2 days.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ChangeTrackingEnabled">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si l'option CHANGE_TRACKING_VALUE est activée</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether change tracking information is saved .</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ChangeTrackingRetentionPeriod">
			<summary>Obtient ou définit la valeur CHANGE_TRACKING_RETENTION_PERIOD.</summary>
			<returns>A <see cref="T:System.Int32" /> that specifies the minimum period to retain tracing information.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ChangeTrackingRetentionPeriodUnits">
			<summary>Obtient ou définit le type d'unité d'une valeur de période de rétention.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Replication.RetentionPeriodUnits" /> type that specifies the units for the Retention Period value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.CloseCursorsOnCommitEnabled">
			<summary>Obtient ou définit une valeur qui spécifie si l'option de base de données CURSOR_CLOSE_ON_COMMIT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies how the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.CloseCursorsOnCommitEnabled" />  database option is set. If True, the cursor is closed when a transaction commits. If False (default), the cursor is not closed when a transaction commits.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Collation">
			<summary>Obtient ou définit le classement par défaut utilisé par la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the collation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.CompatibilityLevel">
			<summary>Obtient ou définit le niveau de compatibilité pour la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CompatibilityLevel" /> object value that specifies the compatibility level of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ConcatenateNullYieldsNull">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si l'option de base de données CONCAT_NULL_YIELDS_NULL est active. </summary>
			<returns>A <see cref="T:System.Boolean" /> that specifies whether the <see cref="P:Microsoft.SqlServer.Management.Smo.Database.ConcatenateNullYieldsNull" />  database option is active. If True, the concatenated result is NULL. If False (default), the value is concatenated with a zero string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.CreateDate">
			<summary>Obtient la date de création de la base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date when the database was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseAuditSpecifications">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> représente une spécification de l'audit de base de données définie sur le serveur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> object that represents all the database audit specifications defined on the server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseEncryptionKey">
			<summary>Obtient un type de données DataBaseEncryptionKey.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseEncryptionKey" /> object.  </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseGuid">
			<summary>Obtient la valeur <see cref="T:System.Guid" /> qui identifie de façon unique la base de données.</summary>
			<returns>A <see cref="T:System.Guid" /> system object value that uniquely identifies the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseOptions">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" /> qui contient les options de configuration de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" /> object value that contains database configuration options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseOwnershipChaining">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si le chaînage des propriétés des bases de données est actif.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database <see cref="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseOwnershipChaining" /> is active. If True, database ownership chaining is active. If False (default), database ownership chaining is not active.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DatabaseSnapshotBaseName">
			<summary>Obtient le nom de la base d'instantanés pour la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that uniquely specifies the name of the snapshot base for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DataSpaceUsage">
			<summary>Obtient l'espace utilisé par les données dans la base de données.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the amount of space used by the data, in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DateCorrelationOptimization">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si l'optimisation des corrélations de dates est active. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the date correlation optimization is active. If True, date correlation optimization is active. If False (default), date correlation optimization is not active</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DboLogin">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif a ouvert une session en tant que propriétaire de la base de données (DBO).</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is logged on as the DBO.If True, the current user is logged on as the DBO. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DefaultFileGroup">
			<summary>Obtient le groupe de fichiers par défaut utilisé par la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default file group for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DefaultFileStreamFileGroup">
			<summary>Obtient un type de données DefaultFileStreamFileGroup</summary>
			<returns><see cref="P:Microsoft.SqlServer.Management.Smo.Database.DefaultFileStreamFileGroup" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DefaultFullTextCatalog">
			<summary>Obtient le catalogue de texte intégral par défaut utilisé par la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default full-text catalog used by the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Defaults">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Default" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> représente une valeur par défaut définie sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> object that represents all the defaults defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.DefaultSchema">
			<summary>Obtient le schéma par défaut de l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default database schema for the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.EncryptionEnabled">
			<summary>Obtient ou définit la propriété ENCRYPTIONENABLED d'une base de données.</summary>
			<returns>An EncryptionEnabled value that specifies whether the date correlation optimization is active. If False (default), data encryption is not active</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Events">
			<summary>Obtient les événements associés à la base de données. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvents" /> object that represents the database events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ExtendedProperties">
			<summary>Obtient les propriétés étendues de la base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ExtendedStoredProcedures">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> représente une procédure stockée étendue définie sur la base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> object that represents all the extended stored procedures defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.FileGroups">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> représente un groupe de fichiers défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> object that represents all the filegroups defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.FullTextCatalogs">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> représente un catalogue de texte intégral défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" /> object that represents all the full-text catalogs defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.FullTextStopLists">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> représente une liste de mots vides de texte intégral définie sur le serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection" /> object that represents all the full text stop lists defined on the server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.HonorBrokerPriority">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie si la priorité spécifiée par Service Broker est acceptée ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the priority specified by the broker is acknowledged.If True, the broker priority is honored. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ID">
			<summary>Obtient la valeur d'ID de base de données qui identifie de façon unique la base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the database ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IndexSpaceUsage">
			<summary>Obtient l'espace utilisé par les index dans la base de données.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the amount of space used by the indexes, in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsAccessible">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la base de données est accessible.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database can be accessed.If True (default), the database can be accessed. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDatabaseSnapshot">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la base de données est une base de données d'instantanés.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is a snapshot database.If True, the database is a snapshot database. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDatabaseSnapshotBase">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la base de données est la base de données de base pour une base de données d'instantanés.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is a base database used for a snapshot database.If True, the database is a base database for a snapshot database. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbAccessAdmin">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbAccessAdmin.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbAccessAdmin database role.If True, the current user is a member of the DbAccessAdmin role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbBackupOperator">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbBackupOperator.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbBackupOperator database role.If True, the current user is a member of the DbBackupOperator. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDatareader">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbDatareader.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbDatareader database role.If True, the current user is a member of the DbDatareader database role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDatawriter">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbDatawriter.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbDatawriter database role.If True, the current user is a member of the DbDatawriter database role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDdlAdmin">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbDdlAdmin.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbDdlAdmin database role.If True, the current user is a member of the DbDdlAdmin database role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDenyDatareader">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbDenyDatareader.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbDenyDatareader database role.If True, the current user is a member of the DbDenyDatareader database role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbDenyDatawriter">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le membre actif est membre du rôle de base de données DbDenyDatawriter.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbDenyDatawriter database role.If True, the current user is a member of the DbDenyDatawriter database role has. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbOwner">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbOwner.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbOwner database role.If True, the current user is a member of the DbOwner database role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsDbSecurityAdmin">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle de base de données DbSecurityAdmin.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbSecurityAdmin database role.If True, the current user is a member of the DbSecurityAdmin database role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsFullTextEnabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la base de données est activée pour la recherche en texte intégral.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is enabled for full-text search.If True, the database is enabled for full-text search. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsMailHost">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la base de données est configurée comme un hôte de messagerie.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is configured as a mail host.If True, the database is a mail host. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsManagementDataWarehouse">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la base de données est un entrepôt de données de gestion.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is a management data warehouse.If True, the database is a data warehouse. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsMirroringEnabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la mise en miroir est activée sur la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether mirroring is enabled on the database.If True, the database has mirroring enabled. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsParameterizationForced">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si le paramétrage est forcé sur la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value  that specifies whether parameterization is forced on the database. If True, parameterization is forced. If False (default), parameterization is not forced.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsReadCommittedSnapshotOn">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si les transactions avec niveau d'isolement de lecture validée (READ COMMIITTED) utilisent le versioning de ligne. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether row versioning is used with transactions set to the read committed isolation level.If True, row versioning is used on transactions with read committed isolation level. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsSdsDbCreator">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle serveur fixe DbCreator sur un système SQL Azure.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the DbCreator fixed server role on a SQL Azure system.If True, the current user is a member of the DbCreator role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsSdsSecurityAdmin">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur actif est membre du rôle serveur fixe securityadmin sur un système SQL Azure.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the current user is a member of the securityadmin fixed server role on a SQL Azure system.If True, the current user is a member of the securityadmin role. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsSystemObject">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la base de données est un objet système ou une base de données définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is a system object.If True, the database is a system object. If False (default), the database is user-defined.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsUpdateable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la base de données peut être mise à jour.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database can be updated.If True (default), the database can be updated. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.IsVarDecimalStorageFormatEnabled">
			<summary>Obtient ou définit une valeur de propriété qui spécifie si le stockage VarDecimal est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether VarDecimal storage format is enabled. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LastBackupDate">
			<summary>Obtient la date et l'heure de la dernière sauvegarde de la base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the database was last backed up.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LastDifferentialBackupDate">
			<summary>Obtient la date et l'heure de la dernière sauvegarde différentielle.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the last differential backup was performed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LastLogBackupDate">
			<summary>Obtient la date et l'heure de la dernière sauvegarde du journal des transactions.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the transaction log was last backed up.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LocalCursorsDefault">
			<summary>Obtient la valeur booléenne qui spécifie si les curseurs du serveur local sont utilisés par défaut.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether local cursors are used by default. If True, local cursors are used. If False (default), local cursors are not used and the cursors are implemented at the client.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LogFiles">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> représente un fichier journal défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> object that represents all the log files defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.LogReuseWaitStatus">
			<summary>Obtient le type d'opération sur laquelle la réutilisation de l'espace du journal des transactions est en attente.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogReuseWaitStatus" /> that specifies the type of operation on which the reuse of transaction log space is waiting.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MasterKey">
			<summary>Obtient la clé principale utilisée pour chiffrer les clés privées des certificats.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey" /> object value that specifies the master key that is used to encrypt the private keys of certificates.The database master key can be encrypted by the service master key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringFailoverLogSequenceNumber">
			<summary>Obtient le numéro séquentiel dans le journal lors du dernier basculement.</summary>
			<returns>A <see cref="T:System.Decimal" /> system object value that specifies the log sequence number at the last failover.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le partenariat de mise en miroir. </summary>
			<returns>A <see cref="T:System.Guid" /> system object value that specifies the ID value of the mirroring partnership.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringPartner">
			<summary>Obtient ou définit l'adresse de l'instance Moteur de base de données qui est le serveur partenaire pour la mise en miroir de bases de données. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the partner server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringPartnerInstance">
			<summary>Obtient l'instance de SQL Server sur laquelle le partenaire de mise en miroir est configuré. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringRedoQueueMaxSize">
			<summary>Obtient ou définit la taille maximale de la file d'attente de restauration par progression de l'instance du serveur miroir, en kilo-octets. </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies maximum size of the redo queue of the mirror server instance in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringRoleSequence">
			<summary>Obtient le numéro séquentiel de rôle des rôles principaux/de sauvegarde assumés par les serveurs partenaires de mise en miroir. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the sequence number of the primary/backup roles played by the mirroring partners.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringSafetyLevel">
			<summary>Obtient ou définit le niveau de sécurité de la mise en miroir. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringSafetyLevel" /> object value that specifies the mirroring safety level.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringSafetySequence">
			<summary>Obtient le numéro séquentiel de rôle des niveaux de sécurité des serveurs partenaires de mise en miroir. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the sequence number for safety levels for the mirroring partners.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringStatus">
			<summary>Obtient l'état de la base de données et la session de mise en miroir de bases de données. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringStatus" /> object value that specifies the status of the database and mirroring session.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringTimeout">
			<summary>Obtient ou définit la durée maximale, en secondes, pendant laquelle l'instance du serveur principal attend de recevoir un message PING de l'autre instance dans la session de mise en miroir avant de considérer que l'autre instance est déconnectée.</summary>
			<returns>A  <see cref="T:System.Int32" />  value that specifies the mirroring time-out period, in seconds, on the principal server instance</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringWitness">
			<summary>Obtient ou définit le nom de l'instance Moteur de base de données du serveur témoin de mise en miroir de bases de données. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the Moteur de base de données instance of the database mirroring witness server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.MirroringWitnessStatus">
			<summary>Obtient l'état du serveur témoin de mise en miroir. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MirroringWitnessStatus" /> object value that specifies the status of the mirroring witness server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Name">
			<summary>Obtient ou définit le nom de la base de données.</summary>
			<returns>A string value that contains the name of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.NumericRoundAbortEnabled">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'option de base de données NUMERIC_ROUNDABORT est active. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is a loss of precision due to rounding in an expression causes an error. If True, an error is generated and no results are returned. If False (default), a warning is generated and a NULL is returned.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Owner">
			<summary>Obtient le principal de la base de données qui est le propriétaire de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database principal that owns the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PageVerify">
			<summary>Spécifie le type de contrôle d'intégrité de page que SQL Server effectue lors de la lecture des pages de la base de données. </summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Database.PageVerify" /> object value that specifies the type of page integrity check performed when SQL Server reads database pages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PartitionFunctions">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> représente une fonction de partition définie sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" /> object that represents all the partition functions defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PartitionSchemes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> représente un schéma de partition défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" /> object that represents all the partition schemes defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PlanGuides">
			<summary>Obtient des repères de plan associés à une base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuideCollection" />  containing the <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /> objects for a database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.PrimaryFilePath">
			<summary>Obtient le chemin d'accès et le nom du répertoire du système d'exploitation qui contient le fichier principal de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path and file name of the primary database file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.QuotedIdentifiersEnabled">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si les identificateurs délimités par les guillemets (" ") sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL rules. If True, identifiers delimited by double quotation marks are interpreted as object identifiers. If False, identifiers delimited by double quotation marks are strings that contain characters not usually allowed by the Transact-SQL syntax rules, such as apostrophes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ReadOnly">
			<summary>Obtient ou définit la valeur de la propriété booléenne qui spécifie si la base de données est en lecture seule. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is read-only. If True, the database is read-only. If False (default), the database can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.RecoveryForkGuid">
			<summary>Obtient la valeur GUID qui spécifie le branchement de récupération sur lequel la base de données est actuellement active.</summary>
			<returns>A <see cref="T:System.Guid value that specifies the recovery fork on which the database is currently active." /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.RecoveryModel">
			<summary>Obtient ou définit le mode de récupération de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RecoveryModel" /> object value that specifies the recovery model that is currently in operation on the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.RecursiveTriggersEnabled">
			<summary>Obtient ou définit la valeur booléenne qui spécifie si les déclencheurs récursifs sont activés sur la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether recursive triggers are enabled on the database. If True, recursive triggers are enabled. If False (default), recursive triggers are not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ReplicationOptions">
			<summary>Obtient les paramètres de réplication actifs pour une base de données</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ReplicationOptions" /> object value that specifies the active replication settings for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Roles">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> représente un rôle défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" /> object that represents all the roles defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Rules">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> représente une règle définie sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> object that represents all the rules that are defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Schemas">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> représente un schéma défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> object that represents all the schemas defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ServiceBroker">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui représente Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that represents the Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.ServiceBrokerGuid">
			<summary>Obtient l'objet <see cref="T:System.Guid" /> qui identifie de façon unique l'instance de Service Broker.</summary>
			<returns>A <see cref="T:System.Guid" /> object that uniquely identifies Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Size">
			<summary>Obtient la taille de la base de données, en mégaoctets.</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the database in MB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.SnapshotIsolationState">
			<summary>Obtient l'état du niveau d'isolement d'instantané pour la base de données. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SnapshotIsolationState" /> object value that specifies the snapshot isolation state of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.SpaceAvailable">
			<summary>Obtient l'espace disponible dans la base de données, en kilo-octets.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the amount of available space in the database in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Status">
			<summary>Obtient l'état de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseStatus" /> object value that specifies the status of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.StoredProcedures">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> représente une procédure stockée définie sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection" /> object that represents all the stored procedures defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.SymmetricKeys">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> représente une clé symétrique définie sur la base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" /> object that represents all the symmetric keys defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Synonyms">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> représente un synonyme défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> object that represents all the synonyms defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Tables">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Table" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> représente une table définie sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> object that represents all the tables defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Triggers">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> représente un déclencheur défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> object that represents all the triggers defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Trustworthy">
			<summary>La propriété de base de données TRUSTWORTHY permet d'indiquer si l'instance de SQL Server 2005 fait confiance à la base de données et à son contenu.</summary>
			<returns><see cref="T:System.Boolean" /> indicating if the trustworthy property is enabled. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserAccess">
			<summary>Obtient ou définit l'accès utilisateur à la base de données. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseUserAccess" /> object value that specifies the database user access.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedAggregates">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> représente un agrégat défini par l'utilisateur sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection" /> object that represents all the user-defined aggregates defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedDataTypes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> représente un type de données défini par l'utilisateur sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> object that represents all the user-defined data types on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedFunctions">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> représente une fonction définie par l'utilisateur sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection" /> object that represents all the user-defined functions on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedTableTypes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> représente un type de table défini par l'utilisateur sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection" /> object that represents all the user-defined table types on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserDefinedTypes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> représente un type défini par l'utilisateur sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection" /> object that represents all the user-defined types on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.UserName">
			<summary>Obtient ou définit le nom d'utilisateur de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the user name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Users">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.User" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> représente un utilisateur défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection" /> object that represents all the users defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Version">
			<summary>Obtient la version de l'instance de SQL Server utilisée pour créer la base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies version of the instance of SQL Server that was used to create the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.Views">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.View" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> représente une vue définie sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection" /> object that represents all the views defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Database.XmlSchemaCollections">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> représente un schéma XML défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection" /> object that represents all the XML schemas defined on the database. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory" /> fournit l'accès par programme aux paramètres Active Directory pour une base de données. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Register">
			<summary>Ajoute la base de données au registre du service Active Directory.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Unregister">
			<summary>Supprime la base de données du registre du service Active Directory.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.UpdateRegistration">
			<summary>Met à jour les détails de la base de données dans le service Active Directory.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Alias">
			<summary>Obtient ou définit un autre nom pour la base de données qui s'affiche dans l'inscription Active Directory de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the alternative name for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Contact">
			<summary>Obtient ou définit un nom de contact pour la base de données qui s'affiche dans l'inscription Active Directory de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies a contact name for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Description">
			<summary>Obtient ou définit une description textuelle de la base de données qui s'affiche dans l'inscription Active Directory de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that contains a textual description of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.InformationUrl">
			<summary>Obtient ou définit une URL d'information pour la base de données qui s'affiche dans l'inscription Active Directory de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies an information URL for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.IsRegistered">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si la base de données est inscrite dans le service Active Directory.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is registered with the Active Directory service.If True, the database is registered with the Active Directory service.If False, the database is not registered with the Active Directory service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseActiveDirectory" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseAdapter">
			<summary>Type d'adaptateur de base de données à utiliser comme une facette de gestion.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Crée une instance de la classe d'adaptateur de base de données.</summary>
			<param name="obj"><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase">
			<summary>Base d'adaptateurs de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase" /> pour l'objet spécifié.</summary>
			<param name="obj">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database that is associated with the database adapter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.Alter">
			<summary>Modifie les propriétés de la base d'adaptateurs de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.DataFileVolumeNotIn(System.Collections.Generic.List{System.String})">
			<summary>Retourne une valeur booléenne associée à la base d'adaptateurs de base de données.</summary>
			<returns>Returns a Boolean value that is associated with the database adapter base.</returns>
			<param name="checkVolumes"><see cref="T:System.Collections.Generic.List&lt;T&gt;" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.GetVolume(System.String)">
			<summary>Retourne le nom du volume tel qu'il s'affiche dans la variable PATH.</summary>
			<returns><see cref="T:System.String" /></returns>
			<param name="file"><see cref="T:System.String" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.Refresh">
			<summary>Actualise l'adaptateur de base de données.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.AutoClose">
			<summary>Obtient ou définit une valeur booléenne </summary>
			<returns>T:System.Boolean.Returns True if AutoClose is on. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.AutoShrink">
			<summary>Obtient ou définit une valeur booléenne </summary>
			<returns>T:System.Boolean.Returns True if AutoShrink is on. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.Database">
			<summary>Obtient la base de données associée à l'objet AdapterBase.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.IsSystemObject">
			<summary>Obtient la valeur booléenne qui spécifie si la base d'adaptateurs est un objet système.</summary>
			<returns>A Boolean value that specifies whether the database adapter base is a system object. If True, the adapter base is a system object; otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.LastBackupDate">
			<summary>Obtient un objet Datetime qui indique l'heure de la dernière sauvegarde.</summary>
			<returns><see cref="T:System.DataTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.LastLogBackupDate">
			<summary>Obtient un objet Datetime qui indique l'heure de la dernière sauvegarde de fichier journal.</summary>
			<returns><see cref="T:System.DataTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.PageVerify">
			<summary>Obtient une valeur booléenne qui indique si le paramètre PageVerify est défini sur la somme de contrôle.</summary>
			<returns><see cref="T:System.Boolean" />Returns True if the PAGE_VERIFY setting of a database is set to CHECKSUM. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.ReadOnly">
			<summary>Obtient ou définit une valeur booléenne.</summary>
			<returns><see cref="T:System.Boolean" />Returns True if database is set to read-only. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.RecoveryModel">
			<summary>Obtient ou définit le mode de récupération de l'adaptateur de base de données.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.RecoveryModel" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.Size">
			<summary>Obtient la taille de la base de données, en mégaoctets (Mo).</summary>
			<returns><see cref="T:System.Double" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.Status">
			<summary>Obtient l'état de la base de données.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseStatus" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAdapterBase.Trustworthy">
			<summary>Obtient ou définit une propriété booléenne pour la base d'adaptateurs de base de données.</summary>
			<returns><see cref="T:System.Boolean" />Returns True if database is set to Trustworthy. Otherwise, False.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> représente un événement auditable sur la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> object value that specifies a name for the database audit specification. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.AuditName">
			<summary>Obtient le nom de la spécification de l'audit de base de données.</summary>
			<returns>A <see cref="T:System.String" /> system value that specifies the name of the database audit specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.CreateDate">
			<summary>Obtient la date et l'heure de création de la spécification de l'audit de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the database audit specification was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la spécification de l'audit de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the database audit specification was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.Enabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie si la spécification de l'audit de base de données est activée ou désactivée. </summary>
			<returns>A <see cref="T:System.Boolean" /> system value that specifies whether the database audit specification is enabled or not.If True, the database audit specification is enabled.If False (default), the database audit specification is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.Guid">
			<summary>Obtient la valeur <see cref="T:System.Guid" /> qui identifie de façon unique la spécification de l'audit de base de données référencée. </summary>
			<returns>A <see cref="T:System.Guid" /> system value that identifies the database audit specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la spécification de l'audit de base de données référencée.</summary>
			<returns>A <see cref="T:System.Int32" /> system value that uniquely identifies the database audit specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification.Parent">
			<summary>Spécifie l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> qui représentent toutes les spécifications d'audit définies sur la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection.Add(Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" />.</summary>
			<param name="databaseAuditSpecification">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object value that specifies the database audit specification to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object value that represents the database audit specification.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object value that represents the database audit specification.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender">
			<summary>Adds methods and properties to the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender.#ctor">
			<summary>Adds methods and properties to the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification)">
			<summary>Adds methods and properties to the specified <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</summary>
			<param name="databaseAuditSpecification">The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object that is to be extended.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender.Validate(System.String,System.Object[])">
			<summary>Validates the specified method with specified parameters for the database audit specification.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState" /></returns>
			<param name="methodName">A <see cref="T:System.String" /> that specifies the name of the method.</param>
			<param name="arguments">An <see cref="T.System.Object[]" /> array the contains the method parameters.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender.ConnectionContext">
			<summary>Returns the connection context for the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object that specifies the connection context for the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender.DatabaseName">
			<summary>Gets the name of the database associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</summary>
			<returns>A <see cref="T:System.String" /> object that specifies the name of the database associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender.State">
			<summary>Returns the state of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.SqlSmoState" /> object that specifies the current state of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecificationExtender.Type">
			<summary>Gets the type of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</summary>
			<returns>A <see cref="T:System.String" /> object that specifies the type of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui représentent toutes les bases de données définies sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Add(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Ajoute un objet de base de données à la collection.</summary>
			<param name="database"><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Database[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that represents the database.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that represents the database.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> représente un déclencheur DDL (Data Definition Language) de base de données SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which the database DDL trigger is created.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database DDL trigger.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> sur la base de données spécifiée, avec le nom spécifié. Le déclencheur répond au jeu d'événements spécifié et exécute le lot spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database data definition language (DDL) trigger.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet" /> object that specifies the DDL events to which the trigger responds.</param>
			<param name="textBody">A <see cref="T:System.String" /> value that specifies the Transact-SQL batch statement that runs when the trigger has been raised.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> sur la base de données spécifiée, avec le nom spécifié. Le déclencheur répond au jeu d'événements spécifié et exécute le lot spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database data definition language (DDL) trigger.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet" /> object that specifies the DDL events to which the DDL trigger responds.</param>
			<param name="assemblyName">A <see cref="T:System.String" /> value that specifies the name of the registered assembly that contains the user-defined function that runs when the DDL trigger is raised. </param>
			<param name="className">A <see cref="T:System.String" /> value that specifies the name of the class in the registered assembly.</param>
			<param name="method">A <see cref="T:System.String" /> value that specifies the method within the class that runs when the DDL trigger is raised.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.AnsiNullsStatus">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion ISO NULL est activée dans le déclencheur DDL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether ISO NULL handling is enabled in the DDL trigger. ISO NULL handling requires that any comparison to a NULL value equates to a NULL value.If True, ISO NULL handling is enabled and comparisons to null values equate to False.If False (default), ISO NULL handling is disabled and comparisons to null values equate to True.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.AssemblyName">
			<summary>Obtient ou définit le nom de l'assembly qui contient le code managé exécuté lorsque le déclencheur DDL est déclenché.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.BodyStartIndex">
			<summary>Obtient la valeur d'index qui représente le début du corps du texte du déclencheur DDL.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the index that represents the start of the DDL trigger text body.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ClassName">
			<summary>Obtient ou définit le nom de la classe dans l'assembly qui contient le code managé exécuté lorsque le déclencheur DDL est déclenché.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the class in the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.CreateDate">
			<summary>Obtient la date et l'heure de création du déclencheur DDL de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system value that specifies the date and time when the database DDL trigger was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du déclencheur DDL de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system value that specifies the date and time when the database DDL trigger was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.DdlTriggerEvents">
			<summary>Obtient ou définit le jeu d'événements DDL (Data Definition Language) qui déclenche le déclencheur DDL de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEventSet" /> object that specifies the events that raise the database DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ExecutionContext">
			<summary>Obtient ou définit le type de contexte d'exécution utilisé par le déclencheur DDL de base de données, à savoir exécution par lui-même, par l'appelant ou par une connexion spécifiée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerExecutionContext" /> object that specifies the type of execution context that is used by the database DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ExecutionContextUser">
			<summary>Obtient ou définit l'utilisateur de base de données qui est le contexte utilisé lorsque le déclencheur DDL de base de données s'exécute.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database user that is the context used when the database DDL trigger executes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le déclencheur DDL de base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the database DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.ImplementationType">
			<summary>Obtient ou définit le type d'implémentation du déclencheur DDL de base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ImplementationType" /> object that specifies the implementation type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur DDL de base de données est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the database DDL trigger is enabled.If True, the database DDL trigger is enabled. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.IsEncrypted">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le lot ou le code managé Transact-SQL est chiffré.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the trigger code is encrypted.If True, the trigger code is encrypted. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.IsSystemObject">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur DDL de base de données est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database DDL trigger is a system object.If True, the database DDL trigger is a system object. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.MethodName">
			<summary>Obtient ou définit le nom de la méthode possédée par la classe dans l'assembly qui s'exécute lorsque le déclencheur est déclenché.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the method in the class that is owned by the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.  </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.NotForReplication">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur DDL de base de données est disponible pour la réplication.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database DDL trigger is available for replication.If True, the database DDL trigger cannot be used by replication services. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.QuotedIdentifierStatus">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies how quoted identifiers are handled in the database data definition language (DDL) trigger.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger.Text">
			<summary>Obtient l'instruction Transact-SQL qui définit le déclencheur DDL de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the actual text of the Transact-SQL statement that defines the database DDL trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> qui représentent tous les déclencheurs DDL (Data Definition Language) de base de données définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Add(Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger)">
			<summary>Ajoute un déclencheur DDL de base de données à une table.</summary>
			<param name="databaseDdlTrigger"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object represents a Microsoft SQL Server database data definition language (DDL) trigger</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object value that represents the database data definition language (DDL) trigger.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object value that represents the database data definition language (DDL) trigger.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey">
			<summary>Crée une clé de chiffrement de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.#ctor">
			<summary>Crée une clé de chiffrement de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Alter">
			<summary>Modifie la clé de chiffrement de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Create">
			<summary>Crée une nouvelle clé de chiffrement de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Drop">
			<summary>Supprime une clé de chiffrement de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Reencrypt(System.String,Microsoft.SqlServer.Management.Smo.DatabaseEncryptionType)">
			<summary>Chiffre de nouveau une clé de chiffrement de base de données.</summary>
			<param name="encryptorName"><see cref="T:System.String" /></param>
			<param name="encryptionType"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionType" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Regenerate(Microsoft.SqlServer.Management.Smo.DatabaseEncryptionAlgorithm)">
			<summary>Régénère une clé de chiffrement de base de données.</summary>
			<param name="encryptAlgo"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionAlgorithm" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Script">
			<summary>Génère un script pour un objet de clé de chiffrement de base de données.</summary>
			<returns><see cref="T:System.Collection.Specialized.StringCollection" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script pour un objet de clé de chiffrement de base de données.</summary>
			<returns><see cref="T:System.Collection.Specialized.StringCollection" /></returns>
			<param name="scriptingOptions"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.CreateDate">
			<summary>Obtient la date et l'heure de création de la clé de chiffrement de base de données.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.EncryptionAlgorithm">
			<summary>Obtient ou définit l'algorithme de la clé de chiffrement.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionAlgorithm" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.EncryptionState">
			<summary>Obtient ou définit l'état de la clé de chiffrement.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionState" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.EncryptionType">
			<summary>Spécifie le type de chiffrement utilisé pour chiffrer la clé de chiffrement de base de données.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionType" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.EncryptorName">
			<summary>Obtient ou définit le certificat du serveur utilisé pour chiffrer la base de données.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.ModifyDate">
			<summary>Obtient la date et l'heure de la dernière modification de la clé de chiffrement.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.OpenedDate">
			<summary>Affiche la date et l'heure de la dernière ouverture de la clé de chiffrement de base de données.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Parent">
			<summary>Obtient ou définit le parent base de données de la clé.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.RegenerateDate">
			<summary>Affiche la date et l'heure de régénération de la clé de chiffrement de base de données.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.SetDate">
			<summary>Affiche la date et l'heure de la dernière définition de la clé de chiffrement de base de données.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey.Thumbprint">
			<summary>Obtient une empreinte numérique de la clé de chiffrement de base de données.</summary>
			<returns><see cref="T:System.Byte[]" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender">
			<summary>Étend la classe de clé de chiffrement de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.#ctor">
			<summary>Crée un nouvel extendeur de clé de chiffrement de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey)">
			<summary>Crée un nouvel extendeur de clé de chiffrement de base de données.</summary>
			<param name="dek"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.Validate(System.String,System.Object[])">
			<summary>Retourne un état de validation pour une méthode.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState" /></returns>
			<param name="methodName"><see cref="T:System.String" /></param>
			<param name="arguments"><see cref="T.System.Object[]" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.AsymmetricKeyName">
			<summary>Obtient le nom de la clé asymétrique.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.AsymmetricKeyNames">
			<summary>Obtient une collection de noms de clé asymétrique.</summary>
			<returns><see cref="T:System.String.Collections.Specialized.StringCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.CertificateName">
			<summary>Obtient le nom du certificat.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.CertificateNames">
			<summary>Obtient une collection de noms de certificat.</summary>
			<returns><see cref="T:System.String.Collections.Specialized.StringCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.DatabaseEncryptionEnabled">
			<summary>Obtient ou définit une valeur booléenne qui indique si le chiffrement est activé pour une base de données.</summary>
			<returns><see cref="T:System.Boolean" />If True encryption is enabled.If False encryption is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.EncryptionState">
			<summary>Obtient l'état de chiffrement de la base de données.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionState" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.ReEncrypt">
			<summary>Obtient ou définit une valeur booléenne pour indiquer si une clé de chiffrement sera chiffrée de nouveau.</summary>
			<returns><see cref="T:System.Boolean" />If True if database encryption key is to be re-encrypted.If False if database encryption key is not to be re-encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.Regenerate">
			<summary>Obtient ou définit une valeur booléenne pour indiquer si une clé de chiffrement sera régénérée.</summary>
			<returns><see cref="T:System.Boolean" />If True if the database encryption key is to be regenerated.If False if the database encryption key is not to be regenerated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender.State">
			<summary>Obtient l'état de chiffrement.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> représente des événements de base de données SQL Server pouvant être inclus dans un jeu d'événements de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.Add(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Retourne le jeu d'événements de base de données créé par l'ajout de deux événements de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events that are created by adding two database events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies one database event.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the other database event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération OR au niveau du bit sur deux objets DatabaseEvent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events.</returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.Equals(System.Object)">
			<summary>Détermine si l'objet d'événement de base de données référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced database event object is equal to the specified object.If True, the objects are equal. Otherwise, False.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_Addition(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_Equality(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.DatabaseEvent)~Microsoft.SqlServer.Management.Smo.DatabaseEventSet">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération implicite sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object value that specifies a database event.</returns>
			<param name="eventValue">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object value that specifies a database event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.DatabaseEvent,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object in string format</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AddRoleMember">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AddRoleMember event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AddSignature">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AddSignature event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AddSignatureSchemaObject">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AddSignatureSchemaObject event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterApplicationRole">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterApplicationRole" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterAssembly">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAssembly" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterAsymmetricKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterAsymmetricKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterAuthorizationDatabase">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" />object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAuthorizationDatabase" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterBrokerPriority">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterBrokerPriority event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterCertificate">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateCertificate" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterDatabaseAuditSpecification">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateAuditSpecification" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterDatabaseEncryptionKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterDatabaseEncryptionKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterExtendedProperty">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterExtendedProperty event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterFulltextCatalog">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterFullTextCatalog event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterFulltextIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterFullTextIndex event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterFulltextStoplist">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFulltextStoplist" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterFunction">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFunction" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterIndex" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterMasterKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterMasterKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterMessageType">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterMessageType" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterPartitionFunction">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionFunction" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterPartitionScheme">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionScheme" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterPlanGuide">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterPlanGuide event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterProcedure">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterProcedure" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterQueue">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterQueue" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterRemoteServiceBinding">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRemoteServiceBinding" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterRole">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRole" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterRoute">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRoute" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterSchema">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterSchema" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterService">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterService" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterSymmetricKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the AlterSymmetricKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterTable">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTable" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterTrigger">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTrigger" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterUser">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterUser" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterView">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterView" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.AlterXmlSchemaCollection">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterXmlSchemaCollection" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.BindDefault">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the BindDefault event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.BindRule">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the BindRule event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateApplicationRole">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateApplicationRole" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateAssembly">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateAssembly" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateAsymmetricKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateAsymmetricKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateBrokerPriority">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateBrokerPriority event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateCertificate">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateCertificate" /> that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateContract">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateContract" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateDatabaseAuditSpecification">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateDatabaseAuditSpecification" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateDatabaseEncryptionKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateDatabaseEncryptionKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateDefault">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateDefault event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateEventNotification">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateEventNotification" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateExtendedProperty">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateExtendedProperty event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateFulltextCatalog">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateFullTextCatalog event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateFulltextIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateFullTextIndex event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateFulltextStoplist">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFulltextStoplist" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateFunction">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFunction" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateIndex" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateMasterKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateMasterKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateMessageType">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateMessageType" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreatePartitionFunction">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionFunction" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreatePartitionScheme">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionScheme" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreatePlanGuide">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreatePlanGuide event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateProcedure">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateProcedure" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateQueue">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateQueue" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateRemoteServiceBinding">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRemoteServiceBinding" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateRole">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRole" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateRoute">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRoute" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateRule">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateRule event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateSchema">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSchema" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateService">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateService" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateSpatialIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateSpatialIndex event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateStatistics">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateStatistics" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateSymmetricKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the CreateSymmetricKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateSynonym">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSynonym" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateTable">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTable" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateTrigger">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTrigger" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateType">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateType" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateUser">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateUser" />event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateView">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateView" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateXmlIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlIndex" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.CreateXmlSchemaCollection">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlSchemaCollection" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DenyDatabase">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DenyDatabase" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropApplicationRole">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropApplicationRole" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropAssembly">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropAssembly" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropAsymmetricKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropSymmetricKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropBrokerPriority">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropBrokerPriority event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropCertificate">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropCertificate" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropContract">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropContract" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropDatabase">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDatabase" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropDatabaseAuditSpecification">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDatabaseAuditSpecification" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropDatabaseEncryptionKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropDatabaseEncryptionKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropDefault">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropDefault event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropEventNotification">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropEventNotification" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropExtendedProperty">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropExtendedProperty event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropFulltextCatalog">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropFullTextCatalog event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropFulltextIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropFulltextIndex event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropFulltextStoplist">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFulltextStoplist" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropFunction">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFunction" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropIndex">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropIndex" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropMasterKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropMasterKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropMessageType">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropMessageType" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropPartitionFunction">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionFunction" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropPartitionScheme">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionScheme" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropPlanGuide">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropPlanGuide event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropProcedure">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropProcedure" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropQueue">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropQueue" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRemoteServiceBinding">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRemoteServiceBinding" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRole">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRole" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRoleMember">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropRoleMember event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRoute">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRoute" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropRule">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropRule event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropSchema">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSchema" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropService">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropService" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropSignature">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropSignature event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropSignatureSchemaObject">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropSignatureSchemaObject event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropStatistics">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropStatistics" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropSymmetricKey">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the DropSymmetricKey event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropSynonym">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSynonym" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropTable">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTable" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropTrigger">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTrigger" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropType">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropType" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropUser">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropUser" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropView">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropView" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.DropXmlSchemaCollection">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropXmlSchemaCollection" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.GrantDatabase">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.GrantDatabase" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.Rename">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the rename event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.RevokeDatabase">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.RevokeDatabase" /> event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.UnbindDefault">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the UnbindDefault event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.UnbindRule">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the UnbindRule event that can be included in the database event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEvent.UpdateStatistics">
			<summary>Obtient un événement de base de données qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.UpdateStatistics" /> event that can be included in the database event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs" /> représente les arguments passés par l'événement généré par la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,System.Object,System.String,Microsoft.SqlServer.Management.Smo.DatabaseEventType)">
			<summary>L'objet DatabaseEventArgs représente les arguments passés par l'événement généré par la base de données. </summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the URN value.</param>
			<param name="obj">An <see cref="T:System.Object" /> system object value that specifies the object that caused the event to be raised.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the event.</param>
			<param name="databaseEventType"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventType" /> an enumeration containing database event types</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.DatabaseEventType">
			<summary>Obtient le type d'événement de base de données.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.DatabaseEventType" /> object value that specifies the type of database event.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.Name">
			<summary>Obtient le nom de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventArgs.SmoObject">
			<summary>Obtient l'objet qui a provoqué l'événement de la base de données.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the object that caused the event to be raised.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvents" /> représente les paramètres requis pour la notification d'événements de base de données Microsoft SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.DatabaseEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the set of database events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.DatabaseEventSet)">
			<summary>Spécifie les événements de base de données à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de base de données à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.DatabaseEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> représente un jeu d'événements de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies a database event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> objects that specifies several database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabaseEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> that specifies a set of database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Add(Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Retourne un jeu d'événements de base de données après avoir ajouté un nouvel événement de base de données au jeu d'événements référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database event added to the database event set. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Add(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Retourne un jeu d'événements de base de données après avoir ajouté un nouvel événement de base de données au jeu d'événements spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the database event set to which the new event is added.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the new event added to the database event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Copy">
			<summary>Retourne une copie de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the database event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Crée un jeu d'événements de base de données en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object value that specifies a set of database events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the database event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Remove(Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that represents the database event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Subtract(Microsoft.SqlServer.Management.Smo.DatabaseEventSet,Microsoft.SqlServer.Management.Smo.DatabaseEvent)">
			<summary>Retourne un jeu d'événements de base de données après avoir supprimé un événement de base de données du jeu d'événements spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the database event set after removing the database event.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object that specifies the database event set from which the event is removed.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEvent" /> object that specifies the event removed from the database event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" />.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AddRoleMember">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un membre est ajouté à un rôle de base de données dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AddRoleMember event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AddSignature">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AddSignature event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AddSignatureSchemaObject">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AddSignatureSchemaObject event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterApplicationRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle d'application est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterApplicationRole event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterAssembly event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAsymmetricKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterSymmetricKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterAuthorizationDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque la base de données d'autorisations est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterAuthorizationDatabase event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterBrokerPriority">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterBrokerPriority event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterCertificate">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un certificat est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterCertificate event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterDatabaseAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une spécification d'audit de base de données est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterDatabaseAuditSpecification event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterDatabaseEncryptionKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterDatabaseEncryptionKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterExtendedProperty">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterExtendedProperty event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFulltextCatalog">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFullTextCatalog event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFullIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFulltextStoplist">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une recherche en texte intégral ou une liste de mots vides est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFulltextStoplist event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction définie par l'utilisateur est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFunction event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterMasterKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterMasterKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterMessageType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type de message est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterMessageType event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction de partition est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterPartitionFunction event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPartitionScheme">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma de partition est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterPartitionScheme event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterPlanGuide">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterPlanGuide event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure stockée est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterProcedure event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterQueue event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRemoteServiceBinding">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des liaisons de service distant sont modifiées dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterRemoteServiceBinding event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle de base de données est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterRole event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterRoute">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un itinéraire Service Broker est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterRoute event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterSchema">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterSchema event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterService">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un service Service Broker est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterService event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterSymmetricKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterAsymmetricKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une table est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterTable event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterTrigger">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un déclencheur est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterTrigger event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterUser">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur de base de données est modifié dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterUser event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une vue est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterView event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.AlterXmlSchemaCollection">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une collection de schémas XML est modifiée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterXmlSchema event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.BindDefault">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the BindDefault event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.BindRule">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the BindRule event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateApplicationRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle d'application est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateApplicationRole event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateAssembly event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateAsymmetricKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AsymmetricKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateBrokerPriority">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateBrokerPriority event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateCertificate">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un certificat est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateCertificate event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateContract">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un contrat Service Broker est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateContract event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateDatabaseAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une spécification d'audit est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateDatabaseAuditSpecification event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateDatabaseEncryptionKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateDatabaseEncryptionKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateDefault">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateDefault event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateEventNotification">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une notification d'événements est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateEventNotification event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateExtendedProperty">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateExtendedProperty event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFulltextCatalog">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateFulltextCatalog event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateFulltextIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFulltextStoplist">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une recherche en texte intégral ou une liste de mots vides est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateFulltextStoplist event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction définie par l'utilisateur est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateFunction event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateMasterKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateMasterKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateMessageType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type de message est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateMessageType event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction de partition est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreatePartitionFunction event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePartitionScheme">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma de partition est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreatePartitionScheme event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreatePlanGuide">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreatePlanGuide event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure stockée est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateProcedure event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateQueue event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRemoteServiceBinding">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des liaisons de service distant sont créées dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateRemoteServiceBinding event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle de base de données est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateRole event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRoute">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un itinéraire Service Broker est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateRoute event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateRule">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateRule event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSchema">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateSchema event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateService">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un service Service Broker est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateService event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSpatialIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateSpatialIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un compteur des statistiques est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateStatistics event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSymmetricKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateSymmetricKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSynonym">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un synonyme est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateSynonym event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une table est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateTable event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateTrigger">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un déclencheur est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateTrigger event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateType event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateUser">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur de base de données est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateUser event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une vue est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateView event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index XML est créé dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateXmlIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateXmlSchemaCollection">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une collection de schémas XML est créée dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateXmlSchema event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DenyDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque l'accès à la base de données est refusé. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DenyDatabase event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropApplicationRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle d'application est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropApplicationRole event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropAssembly event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropAsymmetricKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropAsymmetricKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropBrokerPriority">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropBrokerPriority event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropCertificate">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un certificat est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropCertificate event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropContract">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un contrat Service Broker est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropContract event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque la base de données est supprimée. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropDatabase event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDatabaseAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une spécification d'audit de base de données est supprimée. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropDatabaseAuditSpecification event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDatabaseEncryptionKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropDatabaseEncryptionKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropDefault">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropDefault event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropEventNotification">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une notification d'événements est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropEventNotification event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropExtendedProperty">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropExtendedProperty event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFulltextCatalog">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropFulltextCatalog event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropFullTextIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFulltextStoplist">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une recherche en texte intégral ou une liste de mots vides est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropFulltextStoplist event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction définie par l'utilisateur est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropFunction event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropIndex event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropMasterKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropMasterKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropMessageType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type de message est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropMessageType event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction de partition est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropPartitionFunction event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPartitionScheme">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma de partition est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropPartitionScheme event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropPlanGuide">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropPlanGuide event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure stockée est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropProcedure event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropQueue event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRemoteServiceBinding">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des liaisons de service distant sont supprimées de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRemoteServiceBinding event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle de base de données est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRole event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRoleMember">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un membre est supprimé d'un rôle de base de données dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRoleMember event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRoute">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un itinéraire Service Broker est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRoute event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropRule">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRule event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSchema">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropSchema event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropService">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un service Service Broker est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropService event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSignature">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropSignature event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSignatureSchemaObject">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropSignatureSchemaObject event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un compteur des statistiques est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropStatistics event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSymmetricKey">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropSymmetricKey event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropSynonym">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un synonyme est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropSynonym event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une table est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropTable event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropTrigger">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un déclencheur est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropTrigger event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropType event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropUser">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur de base de données est supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropUser event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une vue est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropView event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.DropXmlSchemaCollection">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une collection de schémas XML est supprimée de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropXmlSchemaCollection event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.GrantDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque l'accès à la base de données est accordé. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the GrantDatabase event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.NumberOfElements">
			<summary>Obtient le nombre d'événements inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.Rename">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Rename event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.RevokeDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque l'accès à la base de données est révoqué. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the RevokeDatabase event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.UnbindDefault">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UnbindDefault event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.UnbindRule">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UnbindRule event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.UpdateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque les statistiques sont mises à jour dans la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UpdateStatistics event is included in the event set.
        Si la valeur est True, l'événement est inclus dans le jeu d'événements. Dans le cas contraire, la valeur est False.
      </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseEventType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEventType" /> est une liste de valeurs constantes qui spécifient le type d'événement de base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Attach">
			<summary>Type d'événement qui se produit lorsqu'une base de données est attachée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Backup">
			<summary>Type d'événement qui se produit lorsqu'une base de données est sauvegardée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Detach">
			<summary>Type d'événement qui se produit lorsqu'une base de données est détachée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Offline">
			<summary>Type d'événement qui se produit lorsqu'une base de données est mise hors connexion.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Online">
			<summary>Type d'événement qui se produit lorsqu'une base de données passe en ligne.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseEventType.Restore">
			<summary>Type d'événement qui se produit lorsqu'une base de données est restaurée.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseFile">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseFile" /> est une classe de base utilisée dans la construction d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> et d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseFile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Drop">
			<summary>Supprime un fichier de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.MarkForDrop(System.Boolean)">
			<summary>Marque le fichier de base de données qui sera supprimé la prochaine fois que son objet parent est modifié par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Alter" />.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether the database file is dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Alter" /> method is run on the parent object. If True, the database file is dropped when the table is altered. If False, the database file is not marked for drop. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Rename(System.String)">
			<summary>Renomme un fichier de base de données.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the database file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.ScriptAlter(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<param name="alterQuery">TBD</param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.ScriptDrop(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<param name="dropQuery">TBD</param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.ScriptRename(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String)">
			<param name="renameQuery">TBD</param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
			<param name="newName">TBD</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFile.Shrink(System.Int32,Microsoft.SqlServer.Management.Smo.ShrinkMethod)">
			<summary>Réduit un fichier de base de données.</summary>
			<param name="newSizeInMB">An <see cref="T:System.Int32" /> value that specifies the new size of the database file. </param>
			<param name="shrinkType">A <see cref="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod" /> object value that specifies the shrink options.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary">
			<summary>Cette classe, héritée du dictionnaire, mappe les chemins d'accès aux fichiers de bases de données du serveur source à l'emplacement du serveur cible correspondant, spécifié par l'utilisateur. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary.#ctor">
			<summary>Cette classe, héritée du dictionnaire, mappe les chemins d'accès au fichier de base de données du serveur source à l'emplacement du serveur cible correspondant, spécifié par l'utilisateur. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary.Add(System.String,System.String)">
			<summary>Ajoute au dictionnaire le chemin d'accès au fichier de base de données source spécifié et son chemin de fichier de base de données cible associé.</summary>
			<param name="sourceFilePath"><see cref="T.System.String" /> that identifies the source database file path</param>
			<param name="targetFilePath"><see cref="T.System.String" /> that identifies the target database file path</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary.ContainsKey(System.String)">
			<summary>Détermine si ce dictionnaire contient le chemin d'accès au fichier de base de données source spécifié.</summary>
			<returns><see cref="T:System.Boolean" />True if the dictionary contains this file path. Otherwise, False.</returns>
			<param name="sourceFilePath"><see cref="T.System.String" /> that identifies the full path to the source database file, including the file name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary.Item(System.String)">
			<summary>Retourne les informations de mappage du fichier de base de données pour le fichier source spécifié.</summary>
			<returns>A <see cref="T.System.String" /> that identifies the full path to the source database file, including the file name.</returns>
			<param name="sourceFilePath"><see cref="T.System.String" /> that identifies the source database file path</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseMaintenanceAdapter">
			<summary>La facette de maintenance de la base de données a des propriétés logiques. Elle hérite de la classe DatabaseAdapter.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseMaintenanceAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>La facette de maintenance de la base de données a des propriétés logiques. Elle hérite de la classe DatabaseAdapter.</summary>
			<param name="obj">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />object</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMaintenanceAdapter.DataAndBackupOnSeparateLogicalVolumes">
			<summary>Retourne une valeur <see cref="T:System.Boolean" /> qui spécifie si les données et les fichiers de sauvegarde sont sur des volumes logiques séparés.</summary>
			<returns>A <see cref="T:System.Boolean" /> returns true if the database has its data and backup files on different logical volumes.If True, the data and backup files are on separate volumes. Otherwise, False (default).</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping" /> représente un mappage de base de données SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseMapping.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping" /> pour la connexion, la base de données et l'utilisateur spécifiés.</summary>
			<param name="loginName">A <see cref="T:System.String" /> value that specifies the login.</param>
			<param name="dbName">A <see cref="T:System.String" /> value that specifies the database.</param>
			<param name="userName">A <see cref="T:System.String" /> value that specifies the user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseMapping.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMapping.DBName">
			<summary>Obtient le nom de la base de données dans laquelle la connexion est mappée sur l'utilisateur de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMapping.LoginName">
			<summary>Obtient le nom de la connexion qui est mappée sur l'utilisateur dans la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the login. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMapping.UserName">
			<summary>Obtient l'utilisateur de base de données mappé à la connexion dans la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database user. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload" /> représente les paramètres de la charge utile de la mise en miroir de bases de données. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.Certificate">
			<summary>Obtient ou définit le certificat utilisé pour authentifier la connexion de la charge utile de la mise en miroir. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies certificate used to encrypt the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.EndpointAuthenticationOrder">
			<summary>Obtient ou définit l'ordre et type d'authentification utilisés sur la charge utile de la mise en miroir. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointAuthenticationOrder" /> value that specifies the order and type of authentication that is used on the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.EndpointEncryption">
			<summary>Obtient ou définit l'état de chiffrement sur la charge utile de la mise en miroir. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointEncryption" /> value that specifies the encryption state on the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.EndpointEncryptionAlgorithm">
			<summary>Obtient ou définit l'algorithme de chiffrement requis par la charge utile de la mise en miroir. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointEncryptionAlgorithm" /> value that specifies encryption algorithm required by the mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.IsSystemObject">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si la charge utile est un objet système ou non. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether encryption is a system object or not.If True, the payload is a system object. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload.ServerMirroringRole">
			<summary>Obtient ou définit le rôle de mise en miroir du serveur. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerMirroringRole" /> object value that specifies the server mirroring role.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes" /> est une liste de valeurs constantes qui spécifient les types d'objet de base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.All">
			<summary>Tous les types d'objet sont représentés.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ApplicationRole">
			<summary>Le type d'objet est <see cref="T:Microsoft.SqlServer.Management.Smo.ApplicationRole" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.AsymmetricKey">
			<summary>Le type d'objet est <see cref="T:Microsoft.SqlServer.Management.Smo.AsymmetricKey" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Certificate">
			<summary>Le type d'objet est <see cref="T:Microsoft.SqlServer.Management.Smo.Certificate" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.DatabaseAuditSpecification">
			<summary>Le type d'objet est <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseAuditSpecification" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.DatabaseEncryptionKey">
			<summary>Le type d'objet est <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKey" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.DatabaseRole">
			<summary>Le type d'objet est <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Default">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ExtendedStoredProcedure">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.FullTextCatalog">
			<summary>Le type d'objet est un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.FullTextStopList">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStoplist" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.MessageType">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.PartitionFunction">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.PartitionScheme">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.PlanGuide">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.RemoteServiceBinding">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Rule">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Schema">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceBroker">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceContract">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceQueue">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.ServiceRoute">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.SqlAssembly">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.StoredProcedure">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.SymmetricKey">
			<summary>Le type d'objet est <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Synonym">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.Table">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.User">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedAggregate">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedDataType">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedFunction">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedTableTypes">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypes" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.UserDefinedType">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.View">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DatabaseObjectTypes.XmlSchemaCollection">
			<summary>Le type d'objet est un type d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" />.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" /> représente les options de la base de données SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter(Microsoft.SqlServer.Management.Smo.TerminationClause)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" /> sur l'instance de SQL Server. </summary>
			<param name="terminationClause">A <see cref="T:Microsoft.SqlServer.Management.Smo.TerminationClause" /> object value that specifies what to with any open transactions that are affected by the <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter" /> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter(System.TimeSpan)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" /> sur l'instance de Microsoft SQL Server. </summary>
			<param name="transactionTerminationTime">A <see cref="T:System.TimeSpan" /> object value that specifies a period of time to allow transactions to complete before persisting the property changes with the <see cref="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Alter" /> method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Refresh">
			<summary>Actualise l'objet et récupère les propriétés la prochaine fois que l'objet est accédé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseOptions.SetSnapshotIsolation(System.Boolean)">
			<summary>Définit le niveau d'isolement de capture instantanée.</summary>
			<param name="enabled">A <see cref="T:System.Boolean" /> value that specifies whether the snapshot isolation level is enabled.If True, the snapshot isolation level is enabled. Otherwise, False.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiNullDefault">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_NULL_DEFAULT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_NULL_DEFAULT database option is active.If True, user-defined data types default to allowing NULL values. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiNullsEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_NULLS_ENABLED est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_NULLS_ENABLED database option is active. If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiPaddingEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_PADDING_ENABLED est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_PADDING_ENABLED database option is active.If True, trailing blanks inserted into variable-length columns are not trimmed. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AnsiWarningsEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_WARNING_ENABLED est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_WARNING_ENABLED database option is active.If True, warnings are issued when null values are encountered in a statement. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.ArithmeticAbortEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ARITHMETICABORT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ARITHMETICABORT database option is active.If True, a transaction is stopped and rolled back when an arithmetic error occurs. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoClose">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOCLOSE est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOCLOSE database option is active.If True, the database is closed, and its resources are freed when no user connection accesses the database. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoCreateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOCREATESTATISTICS est active.</summary>
			<returns><see cref="T:System.Boolean" /> value that specifies whether the AUTOCREATESTATISTICS database option is active.If True, statistics are automatically created. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoShrink">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOSHRINK est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOSHRINK database option is active. If True, the database is automatically reduced. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoUpdateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOUPDATESTATISTICS est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOUPDATESTATISTICS database option is active.If True, statistics are automatically updated. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.AutoUpdateStatisticsAsync">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOUPDATESTATISTICSASYNC est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.If True, statistics are automatically updated. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.BrokerEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le service Service Broker est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Service Broker service is enabled.If True, statistics are automatically updated. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.CloseCursorsOnCommitEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données CURSOR_CLOSE_ON_COMMIT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CURSOR_CLOSE_ON_COMMIT database option is active.If True, the cursor is closed when a transaction commits. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.ConcatenateNullYieldsNull">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données CONCAT_NULL_YIELDS_NULL est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.If True, the concatenated result is NULL.If False (default), the value is concatenated with a zero string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.DatabaseOwnershipChaining">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le chaînage des propriétés des bases de données est actif.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database ownership chaining is active.If True, database ownership chaining is active. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.DateCorrelationOptimization">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'optimisation de la corrélation des dates est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the date correlation optimization is active.If True, date correlation optimization is active. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.IsParameterizationForced">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le paramétrage est forcé sur la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether parameterization is forced on the database.If True, parameterization is forced. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.LocalCursorsDefault">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si les curseurs du serveur local sont utilisés par défaut.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether local cursors are used by default.If True, local cursors are used.If False (default), local cursors are not used and the cursors are implemented at the client.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.MirroringRedoQueueMaxSize">
			<summary>Obtient ou définit la taille maximale de la file d'attente de restauration par progression de l'instance du serveur miroir, en kilo-octets. </summary>
			<returns>An integer value that specifies maximum size of the redo queue of the mirror server instance in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.MirroringTimeout">
			<summary>Obtient ou définit la durée maximale, en secondes, pendant laquelle l'instance du serveur principal attend de recevoir un message PING de l'autre instance dans la session de mise en miroir avant de considérer que l'autre instance est déconnectée. </summary>
			<returns>An Integer value that specifies the mirroring time-out period, in seconds, on the principal server instance.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.NumericRoundAbortEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données NUMERIC_ROUNDABORT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is a loss of precision due to rounding in an expression causes an error.If True, an error is generated and no results are returned.If False (default), a warning is generated and a NULL is returned.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.PageVerify">
			<summary>Spécifie le type de contrôle d'intégrité de page que Microsoft SQL Server effectue lors de la lecture des pages de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PageVerify" /> object value that specifies the type of page integrity check performed when SQL Server reads database pages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseOptions" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Properties">
			<summary>Obtient une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> qui représentent les propriétés de l'objet.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection" /> object value that specifies the collection of properties that are associated with the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.QuotedIdentifiersEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets (" ") sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.If True, identifiers delimited by double quotation marks are interpreted as object identifiers.If False, identifiers delimited by double quotation marks are strings that contain characters not usually allowed by the Transact-SQL syntax rules, such as apostrophes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.ReadOnly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la base de données est en lecture seule.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is read-only.If True, the database is read-only. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.RecoveryModel">
			<summary>Obtient ou définit le mode de récupération de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RecoveryModel" /> object value that specifies the recovery model that is currently in operation on the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.RecursiveTriggersEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie si les déclencheurs récursifs sont activés sur la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether recursive triggers are enabled on the database.If True, recursive triggers are enabled. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.SnapshotIsolationState">
			<summary>Obtient l'état du niveau d'isolement d'instantané pour la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SnapshotIsolationState" /> object value that specifies the snapshot isolation state of the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.Trustworthy">
			<summary>La propriété de base de données TRUSTWORTHY permet d'indiquer si l'instance de SQL Server fait confiance à la base de données et à son contenu. </summary>
			<returns>A <see cref="T:System.Boolean" /> value specifying the Trustworthy property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseOptions.UserAccess">
			<summary>Obtient ou définit l'accès utilisateur à la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseUserAccess" /> object value that specifies the database user access.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabasePerformanceAdapter">
			<summary>La facette des Performances de la base de données implémente des propriétés logiques pertinentes à la gestion des performances de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePerformanceAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>La facette des Performances de la base de données implémente des propriétés logiques pertinentes à la gestion des performances de la base de données</summary>
			<param name="obj"><see cref="T:Microsoft.AnalysisServices.Database" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePerformanceAdapter.Refresh">
			<summary>Actualise tous les objets et les propriétés de la base de données utilisés par la facette des Performances de la base de données.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePerformanceAdapter.CollationMatchesModelOrMaster">
			<summary>Spécifie si le classement de la base de données correspond à la base de données master ou à la base de données model.</summary>
			<returns><see cref="T:System.Boolean" /> specifying if the collation of the database matches master or model databases.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePerformanceAdapter.DataAndLogFilesOnSeparateLogicalVolumes">
			<summary>Spécifie si les données et les fichiers journaux sont sur des volumes séparés.</summary>
			<returns><see cref="T:System.Boolean" /> specifying if the database data and log files are on separate volumes.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabasePermission">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> représente une autorisation de base de données SQL Server. L'autorisation de base de données peut être ajoutée à un jeu d'autorisations de base de données, puis accordée, révoquée ou refusée à un utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.Add(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Retourne un jeu d'autorisations de base de données après avoir ajouté une nouvelle autorisation de base de données à un jeu existant d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies a set of database permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> object that specifies the server permission.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.BitwiseOr(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Crée un jeu d'autorisations de base de données en effectuant une opération OR au niveau du bit sur deux objets DatabasePermission.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies a set of database permissions.</returns>
			<param name="permissionLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /></param>
			<param name="permissionRight"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.Equals(System.Object)">
			<summary>Détermine si l'objet d'autorisation de base de données référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced database permission object is equal to the specified object.If True, the objects are equal. Otherwise, False.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the database permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_Addition(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Crée un jeu d'autorisations de base de données en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies a set of database permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permission.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Crée un jeu d'autorisations de base de données en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies a set of database permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permission.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_Equality(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Compare deux objets <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> dans une opération d'égalité.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the objects are not equal.If True, the objects are equal. Otherwise, False.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permissions.</param>
			<param name="b">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> object that specifies the database permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_Implicit(Microsoft.SqlServer.Management.Smo.DatabasePermission)~Microsoft.SqlServer.Management.Smo.DatabasePermissionSet">
			<summary>Convertit un objet d'autorisation de base de données unique en un jeu d'autorisations de base de données.</summary>
			<returns>A database <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> value containing the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> specified by the permission parameter.</returns>
			<param name="permission">The <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> to convert.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.op_Inequality(Microsoft.SqlServer.Management.Smo.DatabasePermission,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Détermine si deux objets <see cref="T:Microsoft.SqlSrver.Management.Smo.DatabasePermission" /> ne sont pas égaux en effectuant une opération d'inégalité.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether two objects are not equal.If True, the two specified objects are not equal. Otherwise, False.</returns>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the first object in the inequality operation.</param>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the second object in the inequality operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermission.ToDatabasePermissionSet(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Retourne un jeu d'autorisations de base de données reposant sur une autorisation de base de données unique, en convertissant un objet DatabasePermission en un objet DatabasePermissionSet.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies a single server permission.</returns>
			<param name="databasePermission">A <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> object that specifies the database permission.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Alter">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Alter" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyApplicationRole">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyApplicationRole" />permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyAssembly">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAssembly" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyAsymmetricKey">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAsymmetricKey" />permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyCertificate">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyCertificate" />permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyContract">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyContract" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyDatabaseAudit">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseAudit" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyDatabaseDdlTrigger">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseDdlTrigger" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyDatabaseEventNotification">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseEventNotification" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyDataspace">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDataspace" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyFulltextCatalog">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyFulltextCatalog" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyMessageType">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyMessageType" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyRemoteServiceBinding">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRemoteServiceBinding" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyRole">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRole" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyRoute">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRoute" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnySchema">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnySchema" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyService">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyService" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnySymmetricKey">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="F:Microsoft.SqlServer.Management.Sdk.Sfc.DatabasePermissionSetValue.AlterAnySymmetricKey" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.AlterAnyUser">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyUser" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Authenticate">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Authenticate" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.BackupDatabase">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupDatabase" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.BackupLog">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupLog" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Checkpoint">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Checkpoint" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Connect">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Connect" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.ConnectReplication">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ConnectReplication" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Control">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Control" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateAggregate">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAggregate" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateAssembly">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAssembly" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateAsymmetricKey">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAsymmetricKey" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateCertificate">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateCertificate" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateContract">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateContract" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateDatabase">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabaseDdlEvent" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateDatabaseDdlEventNotification">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabaseDdlEventNotification" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateDefault">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDefault" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateFulltextCatalog">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFulltextCatalog" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateFunction">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFunction" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateMessageType">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateMessageType" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateProcedure">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateProcedure" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateQueue">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateQueue" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRemoteServiceBinding">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRemoteServiceBinding" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRole">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRole" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRoute">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRoute" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateRule">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRule" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateSchema">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSchema" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateService">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateService" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateSymmetricKey">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSymmetricKey" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateSynonym">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSynonym" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateTable">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateTable" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateType">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateType" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateView">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateView" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.CreateXmlSchemaCollection">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateXmlSchemaCollection" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Delete">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Delete" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Execute">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Execute" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Insert">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Insert" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.References">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.References" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Select">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Select" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Showplan">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Showplan" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.SubscribeQueryNotifications">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.SubscribeQueryNotifications" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.TakeOwnership">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.TakeOwnership" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.Update">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Update" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.ViewDatabaseState">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDatabaseState" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermission.ViewDefinition">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDefinition" /> permission that can be included in the database permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo" /> représente les informations concernant une autorisation de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo.PermissionType">
			<summary>Obtient le type d'autorisation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies a type of permission.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> représente un jeu SQL Server d'autorisations relatives à la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies a single permission for a set of permissions with a single member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabasePermission[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
			<param name="permissions">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> objects that specify the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
			<param name="databasePermissionSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies a set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Add(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Retourne un jeu d'autorisations de base de données après l'ajout d'une nouvelle autorisation de base de données au jeu d'autorisations référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that includes the new permission.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Add(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Retourne un jeu d'autorisations de base de données après l'ajout d'une nouvelle autorisation de base de données au jeu d'autorisations spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that includes the new permission.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Equals(System.Object)">
			<summary>Détermine si l'objet d'autorisation de base de données référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the reference database permission object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.op_Addition(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Crée un jeu d'autorisations de base de données en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies a set of database permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.op_Equality(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Détermine si deux objets sont inégaux en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are unequal.If True, the two specified objects are unequal.If False, the two specified objects are equal.</returns>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission.</param>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.op_Inequality(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermissionSet)">
			<summary>Détermine si deux objets sont inégaux en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are unequal.If True, the two specified objects are unequal.If False, the two specified objects are equal.</returns>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission.</param>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Crée un jeu d'autorisations de base de données en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies a set of database permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Remove(Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Supprime une autorisation du jeu d'autorisations.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the permission set after the permission is removed.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the permission to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Subtract(Microsoft.SqlServer.Management.Smo.DatabasePermissionSet,Microsoft.SqlServer.Management.Smo.DatabasePermission)">
			<summary>Retourne un jeu d'autorisations de base de données après la suppression d'une autorisation de base de données du jeu d'autorisations spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies a set of database permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object that specifies the database permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermission" /> object that specifies the database permission to be removed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Alter">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés de la base de données, à l'exception de la propriété, et crée, modifie ou supprime tous les objets enfants.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyApplicationRole">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY APPLICATION ROLE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un rôle d'application dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY APPLICATION ROLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAssembly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY ASSEMBLY dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un assembly dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY ASSEMBLY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyAsymmetricKey">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY ASYMMETRIC KEY dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'une clé asymétrique dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY ASYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyCertificate">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY CERTIFICATE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un certificat dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY CERTIFICATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyContract">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY CONTRACT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un contrat Service Broker dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY CONTRACT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseAudit">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY DATABASE AUDIT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les objets d'audit de la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY DATABASE AUDIT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseDdlTrigger">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY DATABASE DDL TRIGGER dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un déclencheur DDL de base de données dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY DATABASE DDL TRIGGER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDatabaseEventNotification">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY DATABASE EVENT NOTIFICATION dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'une notification d'événements de base de données dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY DATABASE EVENT NOTIFICATION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyDataspace">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY DATASPACE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les fichiers de base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY DATASPACE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyFulltextCatalog">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY FULL TEXT CATALOG dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un catalogue de texte intégral dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY FULL TEXT CATALOG permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyMessageType">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY MESSAGE TYPE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un type de message dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY MESSAGE TYPE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRemoteServiceBinding">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY REMOTE SERVICE BINDING dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'une liaison de service distant dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY REMOTE SERVICE BINDING permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRole">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY ROLE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un rôle dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY ROLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyRoute">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY ROUTE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un itinéraire Service Broker dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY ROUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnySchema">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY SCHEMA dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un schéma dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY SCHEMA permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyService">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY SERVICE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un service Service Broker dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY SERVICE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnySymmetricKey">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY SYMMETRIC KEY dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'une clé symétrique dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY SYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.AlterAnyUser">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY USER dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les propriétés d'un utilisateur dans la base de données, à l'exception de la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY USER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Authenticate">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation AUTHENTICATE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'authentifier la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the AUTHENTICATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupDatabase">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation BACKUP DATABASE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une sauvegarde de la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the BACKUP DATABASE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.BackupLog">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation BACKUP LOG dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une sauvegarde du journal des transactions.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the BACKUP LOG permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Checkpoint">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CHECKPOINT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'émettre un point de contrôle sur la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CHECKPOINT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Connect">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CONNECT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de se connecter à la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CONNECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ConnectReplication">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CONNECT REPLICATION dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de se connecter aux bases de données de réplication.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CONNECT REPLICATION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Control">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CONTROL dans le jeu d'autorisations. Cette autorisation donne au bénéficiaire le contrôle total sur la base de données, comprenant toutes les autorisation relatives à la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CONTROL permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAggregate">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE AGGREGATE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un agrégat dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE AGGREGATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAssembly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE ASSEMBLY dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un assembly dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE ASSEMBLY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateAsymmetricKey">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE ASYMMETRIC KEY dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une clé asymétrique.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE ASYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateCertificate">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE CERTIFICATE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un certificat dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE CERTIFICATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateContract">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE CONTRACT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un contrat Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE CONTRACT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabase">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE DATABASE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE DATABASE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDatabaseDdlEventNotification">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE DATABASE DDL EVENT NOTIFICATION dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une notification d'événements DLL de base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE DATABASE DDL EVENT NOTIFICATION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateDefault">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE DEFAULT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une valeur par défaut dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE DEFAULT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFulltextCatalog">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE ANY FULL TEXT CATALOG dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un catalogue de texte intégral dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE FULL TEXT CATALOG permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateFunction">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE FUNCTION dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une fonction dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE FUNCTION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateMessageType">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE MESSAGE TYPE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un type de message dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE MESSAGE TYPE permission in the permission set.If True, the permission is included in the permission set.If False, the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateProcedure">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE PROCEDURE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une procédure stockée dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE PROCEDURE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateQueue">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE QUEUE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une file d'attente Service Broker dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE QUEUE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRemoteServiceBinding">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE REMOTE SERVICE BINDING dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer des liaisons de service distant dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE REMOTE SERVICE BINDING permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRole">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE ROLE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un rôle de base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE ROLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRoute">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE ROUTE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer itinéraire Service Broker dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE ROUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateRule">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE RULE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une règle dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE RULE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSchema">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE SCHEMA dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un schéma dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE SCHEMA permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateService">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE SERVICE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer service Service Broker dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE SERVICE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSymmetricKey">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE SYMMETRIC KEY dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une clé symétrique dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE SYMMETRIC KEY permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateSynonym">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE SYNONYM dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un synonyme dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE SYNONYM permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateTable">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE TABLE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une table dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE TABLE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateType">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE TYPE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer un type dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE TYPE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateView">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE VIEW dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une vue dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE VIEW permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.CreateXmlSchemaCollection">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE XML SCHEMA COLLECTION dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer une collection de schémas XML dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE XML SCHEMA COLLECTION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Delete">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation DELETE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de supprimer des données de la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the DELETE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Execute">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation EXECUTE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'exécuter des procédures stockées et des fonctions dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the EXECUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Insert">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation INSERT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'ajouter des données à la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the INSERT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.References">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation REFERENCES dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de référencer la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the REFERENCES permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Select">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation SELECT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de récupérer des données dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the SELECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Showplan">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation SHOWPLAN dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter le plan d'exécution des procédures stockées dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the SHOWPLAN permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.SubscribeQueryNotifications">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation SUBSCRIBE QUERY NOTIFICATIONS dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de s'abonner aux notifications de requêtes Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the SUBSCRIBE QUERY NOTIFICATIONS permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.TakeOwnership">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation TAKE OWNERSHIP dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de s'approprier la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the TAKE OWNERSHIP permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.Update">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation UPDATE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de mettre à jour les données dans la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the UPDATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDatabaseState">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation VIEW DATABASE STATE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter l'état de la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the VIEW DATABASE STATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet.ViewDefinition">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation VIEW DEFINITION dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter les métadonnées qui définissent la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the VIEW DEFINITION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseRole">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> représente un rôle de sécurité de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" />.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the role.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.AddMember(System.String)">
			<summary>Ajoute un utilisateur de base de données ou un rôle de base de données existant au rôle de base de données. </summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the database user or role to be added to the referenced role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Create">
			<summary>Crée un rôle de base de données sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the database role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifié et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the database role.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Drop">
			<summary>Supprime le rôle de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.DropMember(System.String)">
			<summary>Supprime l'utilisateur ou le rôle de base de données spécifié du rôle de base de données référencé.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the database user or role to be removed from the referenced database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumAgentProxyAccounts">
			<summary>Retourne la liste des comptes d'agent proxy affectés au rôle de base de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains information about the agent proxy accounts that are assigned to the database role. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumMembers">
			<summary>Retourne la liste des utilisateurs de base de données qui sont membres du rôle de base de données.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains information about the members of the database role.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions">
			<summary>Retourne la liste des autorisations relatives aux objets affectées au rôle de base de données référencé.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object values that contain information about object permissions assigned to the database role. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Retourne la liste des autorisations relatives aux objets affectées au rôle de base de données référencé pour le jeu d'autorisations relatives aux objets spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object values that contain information about object permissions assigned to the database role. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> that specifies the set of object permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions(System.String)">
			<summary>Retourne la liste des autorisations relatives aux objets affectées au rôle de base de données référencé pour le membre spécifié du rôle.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object values that contain information about object permissions assigned to the database role. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the name of the database role member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Retourne la liste des autorisations relatives aux objets affectées au rôle de base de données référencé pour le membre spécifié du rôle et pour le jeu d'autorisations spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object values that contain information about object permissions assigned to the database role. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the name of the database role member.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> that specifies the set of object permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.EnumRoles">
			<summary>Retourne la liste des rôles dont le rôle de base de données référencé est membre. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains  the roles that the referenced database role is a member of.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database role. If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>autorisations à d'autres utilisateurs sur le rôle de base de données, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the database role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le rôle de base de données, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the database role.If True, the grantee is given the ability to grant the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the database role. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Rename(System.String)">
			<summary>Renomme le rôle de base de données.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur le rôle de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le rôle de base de données et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le rôle de base de données et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the database role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le rôle de base de données et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le rôle de base de données et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the database role.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the database role.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the database role.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the database role.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the database role. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le rôle de base de données Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRole.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le rôle de base de données Microsoft SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.CreateDate">
			<summary>Obtient la date et l'heure de création du rôle de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system value that specifies the date and time when the database role was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du rôle de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system value that specifies the date and time when the database role was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.ExtendedProperties">
			<summary>Obtient les propriétés étendues du rôle de base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le rôle de base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies an ID value that uniquely identifies the database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.IsFixedRole">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le rôle de base de données est un rôle fixe ou un rôle défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database role is fixed or user defined.If True, the database role is a fixed role.If False (default), the database role is a user-defined role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.Owner">
			<summary>Obtient ou définit le propriétaire du rôle de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the database role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRole.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> qui représentent tous les rôles de base de données définis sur la base de données parente.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Add(Microsoft.SqlServer.Management.Smo.DatabaseRole)">
			<summary>Ajoute le rôle de base de données spécifié à la collection. </summary>
			<param name="databaseRole"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DatabaseRole[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object that has the specified ID value.</returns>
			<param name="id">An int32 value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object value that represents the database role.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object value that represents the database role.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRole" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseRoleCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseSecurityAdapter">
			<summary>Inclut les propriétés et les méthodes utilisées pour exposer la facette de sécurité de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseSecurityAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Inclut les propriétés et les méthodes utilisées pour exposer la facette de sécurité de la base de données.</summary>
			<param name="obj"><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseSecurityAdapter.Refresh">
			<summary>Actualise les propriétés de facette de sécurité de la base de données.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseSecurityAdapter.IsOwnerSysadmin">
			<summary>Détermine si le propriétaire de la base de données a un rôle sysadmin.</summary>
			<returns><see cref="T:System.Boolean" /> indicating if the database owner is a sysadmin.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender">
			<summary>Ajoute des méthodes et des propriétés à l'objet DatabaseSnapshot.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender.#ctor">
			<summary>Ajoute des méthodes et des propriétés à l'objet DatabaseSnapshot.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Ajoute des méthodes et des propriétés à l'objet DatabaseSnapshot</summary>
			<param name="database"><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcValidate#Validate(System.String,System.Object[])">
			<summary>Vérifie si DatabaseSnapshot est configuré correctement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState" /> object.that provides overall state information.</returns>
			<param name="methodName">A <see cref="T:String" /> identifying the method to validate</param>
			<param name="arguments">The arguments of the method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender.parent_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
			<param name="sender">object</param>
			<param name="e">propertychangedeventargs</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DatabaseSnapshotExtender.Files">
			<summary>Obtient une collection de données et de fichiers journaux associée à une base de données.</summary>
			<returns>ReadOnlyCollection</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DataFile">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> représente un fichier de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.#ctor(Microsoft.SqlServer.Management.Smo.FileGroup,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> sur le groupe de fichiers spécifié, avec le nom spécifié.</summary>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object value that specifies the file group to which this data file belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the data file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.#ctor(Microsoft.SqlServer.Management.Smo.FileGroup,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> sur le groupe de fichiers spécifié, avec le nom et le nom de fichier spécifiés.</summary>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object value that specifies the file group to which this data file belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the data file.</param>
			<param name="fileName">A <see cref="T:System.String" /> value that specifies the file name of the data file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.Create">
			<summary>Crée un fichier de données sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFile.SetOffline">
			<summary>Définit l'état du fichier de base de données comme étant hors connexion. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.AvailableSpace">
			<summary>Obtient la quantité d'espace disponible dans le fichier de données, en Ko.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the available space in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.BytesReadFromDisk">
			<summary>Obtient le nombre d'octets lus depuis le disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of bytes read from disk.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.BytesWrittenToDisk">
			<summary>Obtient le nombre d'octets écrits sur le disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of bytes written to disk.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.FileName">
			<summary>Obtient ou définit le nom du fichier de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.Growth">
			<summary>Obtient ou définit l'incrément de croissance du fichier de données, en Ko ou en pourcentage. </summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the growth increment in KB or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.GrowthType">
			<summary>Obtient ou définit le type de croissance pour le fichier de données, en kilo-octets ou en pourcentage.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.DataFile.GrowthType" /> object value that specifies the growth type such as KB or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le fichier de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsOffline">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fichier de données est hors connexion ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the data file is offline or online.If True, the data file is offline and unavailable. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsPrimaryFile">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fichier de données est le fichier primaire de la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the data file is the primary file or a secondary file.If True, the data file the primary file. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsReadOnly">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fichier de données est en lecture seule ou peut être mis à jour.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the data file is read-only or can be updated.If True, the data file is read-only. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsReadOnlyMedia">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fichier de données est stocké sur un média en lecture seule.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the data file is stored on read-only media.If True, the data file is stored on read-only media. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.IsSparse">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le fichier est un fichier partiellement alloué. Les fichiers partiellement alloués sont utilisés dans les instantanés de base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the data file is sparse.If True, the data file is sparse. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.MaxSize">
			<summary>Obtient ou définit la taille maximale de croissance du fichier de données, en Ko.</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the maximum size of the data file in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création.</summary>
			<returns>A Boolean value, True of the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.NumberOfDiskReads">
			<summary>Obtient le nombre de lectures de disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of disk reads.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.NumberOfDiskWrites">
			<summary>Obtient le nombre d'écritures de disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of disk writes</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.Size">
			<summary>Obtient ou définit la taille actuelle du fichier de données, en Ko.</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the current size of the database in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.UsedSpace">
			<summary>Obtient la quantité d'espace utilisé dans le fichier de données, en Ko.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the amount of used space in the data file in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFile.VolumeFreeSpace">
			<summary>Obtient l'espace libre du volume en octets.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the volume free space in bytes. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DataFileCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> qui représentent tous les fichiers de données définis sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.Add(Microsoft.SqlServer.Management.Smo.DataFile)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" />.</summary>
			<param name="dataFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object that specifies the data file to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DataFile[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.Remove(Microsoft.SqlServer.Management.Smo.DataFile)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> en spécifiant l'objet.</summary>
			<param name="dataFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataFileCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> en spécifiant le nom du fichier de données.</summary>
			<param name="name">A <see cref="T:System.String" /> that specifies the name of the data file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFileCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object value that represents the database file.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFileCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object value that represents the database file.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataFileCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DataType">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> représente un type de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type de données SQL Server spécifié.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType" /> object variable that specifies the SQL Server system data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedDataType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type de données défini par l'utilisateur spécifié.</summary>
			<param name="userDefinedDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> object variable that specifies a user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedTableType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type de table défini par l'utilisateur spécifié.</summary>
			<param name="userDefinedTableType">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object variable that specifies a user-defined type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type défini par l'utilisateur spécifié.</summary>
			<param name="userDefinedType">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object variable that specifies a user-defined type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon une collection de schémas XML spécifiée.</summary>
			<param name="xmlSchemaCollection">A <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object variable that specifies an XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type de données SQL Server spécifié, avec la précision ou la longueur maximale spécifiée.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType" /> object value that specifies the SQL Server data type.</param>
			<param name="precisionOrMaxLength">An <see cref="T:System.Int32" /> value that specifies the precision for numeric SQL Server data types and maximum length for text based SQL Server data types.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type de données SQL Server avec le type spécifié.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType" /> object value that specifies the SQL Server data type.</param>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type of data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.Int32,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type de données SQL Server spécifié, avec la précision et l'échelle spécifiées.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType" /> object value that specifies the SQL Server data type.</param>
			<param name="precision">An <see cref="T:System.Int32" /> value that specifies the precision for numeric SQL Server data types.</param>
			<param name="scale">An <see cref="T:System.Int32" /> value that specifies the scale for numeric SQL Server data types.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.#ctor(Microsoft.SqlServer.Management.Smo.SqlDataType,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> selon un type de données SQL Server avec le type et le schéma spécifiés.</summary>
			<param name="sqlDataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType" /> object value that specifies the SQL Server data type.</param>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type of data type.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Binary(System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32" /> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Char(System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32" /> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.DateTime2(System.Int32)">
			<summary>datetime2 est une extension du type datetime existant. Elle a une plage de dates plus importante et une meilleure précision de fraction par défaut. La longueur est d'au moins 19 positions.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a DateTime2 definition in the data type.</returns>
			<param name="scale">Int32</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.DateTimeOffset(System.Int32)">
			<summary>Retourne des valeurs pour l'année, le mois, le jour et l'heure valide entre 00:00:00 et 23:59:59:9999999, et le décalage horaire par rapport au temps UTC. La longueur est d'au moins 25 positions. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a DateTimeOffset definition in the data type.</returns>
			<param name="scale">Int32</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Decimal(System.Int32,System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> value object.</returns>
			<param name="scale">An <see cref="T:System.Int32" /> value that specifies the scale.</param>
			<param name="precision">An <see cref="T:System.Int32" /> value that specifies the precision.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Equals(Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Détermine si les types de données spécifiés sont considérés comme égaux.</summary>
			<returns>A <see cref="T:System.Boolean" /> that specifies whether the objects are equal. True if the two objects are equal. False if they are not equal.</returns>
			<param name="dt">The <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object to be compared to the current <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Equals(System.Object)">
			<summary>Détermine si l'objet spécifié est considéré comme égal au type de données actuel.</summary>
			<returns>A <see cref="T:System.Boolean" /> that specifies whether the objects are equal. True if the two objects are equal. False if they are not equal.</returns>
			<param name="obj">The object to compare to the current <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.NChar(System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32" /> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Numeric(System.Int32,System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="scale">An <see cref="T:System.Int32" /> value that specifies the scale.</param>
			<param name="precision">An <see cref="T:System.Int32" /> value that specifies the precision.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.NVarChar(System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32" /> value that specifies the maximum length.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Time(System.Int32)">
			<summary>Retourne des valeurs pour n'importe quelle heure valide, entre 00:00:00 et 23:59:59:9999999. La longueur est d'au moins huit positions et contient l'heure, les minutes, les secondes et les fractions de seconde.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Time definition and scale (precision) in the data type.</returns>
			<param name="scale">Int32</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.ToString">
			<summary>Retourne l'objet dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> object value that contains the object in string format.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedDataType(System.String)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedDataType(System.String,System.String)">
			<summary>Retourne un objet qui représente le type spécifié avec le schéma spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedTableType(System.String)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedTableType(System.String,System.String)">
			<summary>Retourne un objet qui représente le type spécifié avec le schéma spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedType(System.String)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.UserDefinedType(System.String,System.String)">
			<summary>Retourne un objet qui représente le type spécifié avec le schéma spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.VarBinary(System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32" /> value that specifies the maximum length of the data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.VarChar(System.Int32)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="maxLength">An <see cref="T:System.Int32" /> value that specifies the maximum length of the data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Xml(System.String)">
			<summary>Retourne un objet qui représente le type spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Xml(System.String,System.String)">
			<summary>Retourne un objet qui représente le type spécifié avec le schéma spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DataType.Xml(System.String,System.String,Microsoft.SqlServer.Management.Smo.XmlDocumentConstraint)">
			<summary>Retourne un objet qui représente le type, le schéma et la contrainte de document XML spécifiés.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value.</returns>
			<param name="type">A <see cref="T:System.String" /> value that specifies the type.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the type.</param>
			<param name="xmlDocumentConstraint">A <see cref="T:Microsoft.SqlServer.Management.Smo.XmlDocumentConstraint" /> value that determines the XML document constraint.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.BigInt">
			<summary>Obtient un type de données qui spécifie la définition BigInt utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a BigInt definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Bit">
			<summary>Obtient un type de données qui spécifie la définition Bit utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Bit definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Date">
			<summary>La propriété Date retourne un type de données Date.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Date definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.DateTime">
			<summary>Obtient un type de données qui spécifie la définition DateTime utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a DateTime definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Float">
			<summary>Obtient un type de données qui spécifie la définition Float utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Float definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Geography">
			<summary>Le type de données geography représente des données dans un système de coordonnées de monde sphérique. Le type de données GEOGRAPHY SQL Server stocke des données ellipsoïdes, telles que des coordonnées de latitude et de longitude GPS.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Geography definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Geometry">
			<summary>La propriété Geometry contient des données spatiales qui représentent les informations relatives à l'emplacement physique et à la forme des objets géométriques.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Geometry definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.HierarchyId">
			<summary>La propriété HierarchyId est utilisée pour identifier une position dans une hiérarchie.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a HierarchyId definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Image">
			<summary>Obtient un type de données qui spécifie la définition Image utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies an Image definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Int">
			<summary>Obtient un type de données qui spécifie la définition Int utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies an Int definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.MaximumLength">
			<summary>Obtient la longueur maximale du type de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum length of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Money">
			<summary>Obtient un type de données qui spécifie la définition Money utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Money definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Name">
			<summary>Obtient le nom du type de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NText">
			<summary>Obtient un type de données qui spécifie la définition NText utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a NText definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NumericPrecision">
			<summary>Obtient ou définit la précision numérique du type de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the numeric precision of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NumericScale">
			<summary>Obtient ou définit l'échelle numérique du type de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the numeric scale of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.NVarCharMax">
			<summary>Obtient un type de données qui spécifie la définition NVarCharMax utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies an NVarCharMax definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Real">
			<summary>Obtient un type de données qui spécifie la définition Real utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Real definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Schema">
			<summary>Obtient ou définit le schéma du type de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema of the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SmallDateTime">
			<summary>Obtient un type de données qui spécifie la définition SmallDateTime utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a SmallDateTime definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SmallInt">
			<summary>Obtient un type de données qui spécifie la définition SmallInt utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a SmallInt definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SmallMoney">
			<summary>Obtient un type de données qui spécifie la définition SmallMoney utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a SmallMoney definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SqlDataType">
			<summary>Obtient un type de données qui spécifie la définition SqlDataType utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType" /> object value that specifies an SqlDataType definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.SysName">
			<summary>Obtient un type de données qui spécifie la définition SysName utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a SysName definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Text">
			<summary>Obtient un type de données qui spécifie la définition Text utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Text definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Timestamp">
			<summary>Obtient un type de données qui spécifie la définition TimeStamp utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a TimeStamp definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.TinyInt">
			<summary>Obtient un type de données qui spécifie la définition TinyInt utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a TinyInt definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.UniqueIdentifier">
			<summary>Obtient un type de données qui spécifie la définition UniqueIdentifier utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a UniqueIdentifier definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.VarBinaryMax">
			<summary>Obtient un type de données qui spécifie la définition VarBinaryMax utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a VarBinaryMax definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.VarCharMax">
			<summary>Obtient un type de données qui spécifie la définition VarCharMax utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a VarCharMax definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.Variant">
			<summary>Obtient un type de données qui spécifie la définition Variant utilisée dans le type de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies a Variant definition in the data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DataType.XmlDocumentConstraint">
			<summary>Obtient ou définit une valeur qui indique comment un document XML est mis en forme. </summary>
			<returns>Default -Uses server default settingContent - Text is an XML fragmentDocument - Text is a well formed XML instance</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DdlTriggerBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DdlTriggerBase" /> est une classe de base héritée par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" />. Elle représente un déclencheur DDL (Data Definition Language) de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.AddDdlTriggerEvents(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Ajoute des objets <see cref="M:Microsoft.SqlServer.Management.Smo.DdlTriggerEvent" /> au déclencheur à l'aide des <see cref="T:System.Text.StringBuilder" /> spécifiés et des options. </summary>
			<param name="sb">Specifies the <see cref="T:System.Text.StringBuilder" /> object that is used to add the trigger events.</param>
			<param name="so">Specifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> that is used for adding the trigger events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.CheckObjectDirty">
			<summary>Détermine si l'objet a été mis à jour depuis le dernier appel à la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Alter" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether this object must to be updated on the instance of SQL Server.Returns True if the object should be updated, or False if the object does not have to be updated.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Create">
			<summary>Crée un déclencheur DDL de base de données sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Drop">
			<summary>Supprime le déclencheur DDL de base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.IsEventSetDirty">
			<summary>Retourne une valeur <see cref="T:System.Boolean" /> qui spécifie si le jeu d'événements déclencheurs DDL de base de données a été modifié mais n'a pas encore été rendu persistant sur l'instance de Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the event set has not yet been persisted.If True, the event set modifications have not yet been persisted on the instance of SQL Server.If False (default), the event set on the instance of SQL Server is current.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le déclencheur DDL de base de données.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the database DDL trigger. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le déclencheur DDL de base de données comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the database DDL trigger. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.ScriptAlter(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Exécute un script Transact-SQL qui applique les modifications apportées aux propriétés des objets sur l'instance de SQL Server.</summary>
			<param name="alterQuery">A <see cref="T:System.Specialized.StringCollection" /> object that contains the update script.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that specifies the scripting options that are associated with the script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.ScriptCreate(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Crée un script <see cref="T:Microsoft.SqlServer.Management.Smo.DdlTriggerBase" />.</summary>
			<param name="queries">A <see cref="T:System.Specialized.StringCollection" /> object that specifies the DDL trigger base script to be created.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that specifies the scripting options that are associated with the new script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.ScriptHeader(System.Boolean)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'en-tête du déclencheur DDL de base de données comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the database DDL trigger header.Returns True if the header information can be modified, orFalse if the header information cannot be modified.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether the header can be modified.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.TextBody">
			<summary>Obtient ou définit le corps du texte utilisé dans la définition du déclencheur DDL de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the body text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.TextHeader">
			<summary>Obtient ou définit le texte de l'en-tête utilisé dans la définition du déclencheur DDL de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the header text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DdlTriggerBase.TextMode">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'en-tête <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> est modifiable en tant que texte. </summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the header is editable as text.If True, the header is editable as text.If False (default), the relevant properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /> object must be set to define the trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Default">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> représente une valeur SQL Server par défaut.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Default" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object.</param>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object.</param>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema in which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Default.ChangeSchema(System.String)">
			<summary>Modifie le schéma pour la valeur par défaut.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the new schema name.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Default.CreateDate">
			<summary>Obtient la date et l'heure de création de la valeur par défaut.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Default.ID">
			<summary>Obtient la valeur d'ID qui identifie la valeur par défaut de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the default.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Default.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Default.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DefaultCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Default" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultCollection.Add(Microsoft.SqlServer.Management.Smo.Default)">
			<summary>Ajoute un objet par défaut à DefaultCollection.</summary>
			<param name="def"><see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Default[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object value that represents the default.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object value that represents the default.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> dans la collection par nom et avec le schéma spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object value that represents the default.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the default.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" /> représente une contrainte SQL Server par défaut.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Create">
			<summary>Crée une contrainte par défaut dans la base de données parente comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Drop">
			<summary>Supprime la contrainte par défaut.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Rename(System.String)">
			<summary>Renomme la contrainte par défaut.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the default constraint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la contrainte SQL Server par défaut.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la contrainte SQL Server par défaut comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.CreateDate">
			<summary>Obtient la date et l'heure de création de la contrainte par défaut.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date when the default constraint was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.DateLastModified">
			<summary>Obtient la date de la dernière modification de la contrainte par défaut.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date when the default constraint was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.ExtendedProperties">
			<summary>Obtient les propriétés étendues de la contrainte par défaut.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.ID">
			<summary>Obtient la valeur d'ID de la contrainte par défaut. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the default constraint ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.IsSystemNamed">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la contrainte par défaut a été nommée par le système ou par l'utilisateur. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the default constraint is system defined or user defined.If True, the default constraint was named by the system.If False (default), the default constraint was named by the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Name">
			<summary>Obtient ou définit le nom de la contrainte par défaut.</summary>
			<returns>A string value that contains the default constraint name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultConstraint" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultConstraint.Text">
			<summary>Obtient ou définit l'instruction Transact-SQL qui définit la contrainte par défaut.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the actual text of the Transact-SQL statement that defines the default constraint.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DefaultRuleBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DefaultRuleBase" /> est une classe de base héritée par la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> et la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Default" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> ou de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.BindToColumn(System.String,System.String)">
			<summary>Lie la valeur par défaut ou la règle à la colonne spécifiée dans la table spécifiée.</summary>
			<param name="tablename">A <see cref="T:System.String" /> value that specifies the name of the table in which the column resides.</param>
			<param name="colname">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.BindToColumn(System.String,System.String,System.String)">
			<summary>Lie la valeur par défaut ou la règle à la colonne spécifiée dans la table spécifiée, avec le schéma spécifié. </summary>
			<param name="tablename">A <see cref="T:System.String" /> value that specifies the name of the table in which the column resides.</param>
			<param name="colname">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
			<param name="tableschema">A <see cref="T:System.String" /> value that specifies the name of the table schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.BindToDataType(System.String,System.Boolean)">
			<summary>Lie la valeur par défaut ou la règle à un type de données.</summary>
			<param name="datatypename">A <see cref="T:System.String" /> value that specifies the name of the data type.</param>
			<param name="bindcolumns">A <see cref="T:System.Boolean" /> value that specifies whether to bind the default or rule to data types that are already bound to a column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Create">
			<summary>Crée une valeur par défaut ou une règle sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> ou l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Drop">
			<summary>Supprime la règle ou la valeur par défaut.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.EnumBoundColumns">
			<summary>Énumère les colonnes auxquelles la valeur par défaut ou la règle est liée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> objects that specify the columns to which the default or rule is bound.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.EnumBoundDataTypes">
			<summary>Énumère les types de données auxquels la valeur par défaut ou la règle est liée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> objects that specify the data types to which the default or rule is bound.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.PostCreate">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la valeur par défaut ou la règle.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the default or rule. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la valeur par défaut ou la règle comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the default or rule. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.ScriptAlter(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Modifie un script de règle existant.</summary>
			<param name="alterQuery"><see cref="T:System.Collections.Specialized.StringCollection" /> object containing the revised query.</param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions object" /> contains options associated with the script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.ScriptCreate(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Crée un script de règle.</summary>
			<param name="queries"><see cref="T:System.Collections.Specialized.StringCollection" /> object containing the revised query.</param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions object" /> contains options associated with the script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.ScriptDrop(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Supprime un script de règle existant.</summary>
			<param name="queries"><see cref="T:System.Collections.Specialized.StringCollection" /> object containing the revised query.</param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions object" /> contains options associated with the script.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.ScriptHeader(System.Boolean)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la valeur par défaut ou l'en-tête de la règle comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL command batch statements that defines the default or rule header. </returns>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether the header can be altered.If True, the header can be altered.If False, the header cannot be altered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.UnbindFromColumn(System.String,System.String)">
			<summary>Supprime la liaison de la valeur par défaut ou de la règle à la colonne spécifiée.</summary>
			<param name="tablename">A <see cref="T:System.String" /> value that specifies the table in which the column resides.</param>
			<param name="colname">A <see cref="T:System.String" /> value that specifies the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.UnbindFromColumn(System.String,System.String,System.String)">
			<summary>Supprime la liaison de la valeur par défaut ou de la règle à la colonne spécifiée, avec le schéma de table spécifié.</summary>
			<param name="tablename">A <see cref="T:System.String" /> value that specifies the table in which the column resides.</param>
			<param name="colname">A <see cref="T:System.String" /> value that specifies the column.</param>
			<param name="tableSchema">A <see cref="T:System.String" /> value that specifies the table schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.UnbindFromDataType(System.String,System.Boolean)">
			<summary>Supprime la liaison de la valeur par défaut ou de la règle au type de données spécifié </summary>
			<param name="datatypename">A <see cref="T:System.String" /> value that specifies the name of the data type.</param>
			<param name="bindcolumns">A <see cref="T:System.Boolean" /> value that specifies whether to unbind the default or rule from data types that are already bound to a column.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> ou l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" />. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents the extended properties or the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.TextBody">
			<summary>Obtient ou définit le texte qui définit la valeur par défaut ou la règle.</summary>
			<returns>A <see cref="T:System.String" /> value that defines the default or rule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.TextHeader">
			<summary>Obtient ou définit l'en-tête du corps de texte qui définit la valeur par défaut ou la règle.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DefaultRuleBase.TextMode">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Default" />, ou l'en-tête de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> est modifiable en tant que texte. </summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the header is editable as text.If True, the header is editable as text.If False (default), the relevant properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Default" /> object or <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object must be set to define the trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Dependency" /> utilisés pour dériver les classes de nœud dans les opérations de script SMO.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Add(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Dependency" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object.</returns>
			<param name="dependencyCollectionNode">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> that specifies the object to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.AddRange(System.Collections.Generic.IEnumerable{Microsoft.SqlServer.Management.Smo.DependencyCollectionNode})">
			<summary>Ajoute une plage de nœuds à la collection.</summary>
			<param name="dependencyCollectionNodeCollection">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> that specifies the objects to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Clear">
			<summary>Supprime tous les objets <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Contains(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Détermine si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> spécifié est un membre de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the specified object exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object.If True, it is a member of the collection. Otherwise, False.</returns>
			<param name="dependencyCollectionNode">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object that must be validated as a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.ContainsUrn(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Détermine si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> spécifié existe sur le serveur spécifié.</summary>
			<returns><see cref="T:System.Boolean" /> indicating if the specified URN is present in a dependency collection.</returns>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object that specifies an object in URN format.</param>
			<param name="srv">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> objects.</param>
			<param name="arrayIndex">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.GetEnumerator">
			<summary>Obtient un énumérateur qui peut effectuer une itération via la liste d'objets.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator" /> object value that can be used to iterate through the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.IndexOf(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Retourne la valeur d'index de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the index position of the specified object in the collection.</returns>
			<param name="dependencyCollectionNode">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object that specifies the member for which the index value is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Insert(System.Int32,Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Insère un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> à la position d'index spécifiée dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</summary>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</param>
			<param name="dependencyCollectionNode">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object that specifies the object that is inserted in the collection at the specified index position.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.Remove(Microsoft.SqlServer.Management.Smo.DependencyCollectionNode)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</summary>
			<param name="dependencyCollectionNode">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object that specifies the object that is removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.RemoveAt(System.Int32)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> à la position d'index spécifiée.</summary>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position at which to remove a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyCollection.System#Collections#IEnumerable#GetEnumerator">
			<summary>Retourne une interface IEnumerator requise pour itérer via une collection.</summary>
			<returns>Returns an IEnumerator interface that is required to iterate through a collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object value that represents the scripting dependency.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyCollection.System#Collections#Generic#ICollection{Microsoft#SqlServer#Management#Smo#DependencyCollectionNode}#IsReadOnly">
			<summary>Détermine si la collection de dépendances est en lecture seule.</summary>
			<returns><see cref="T:System.Boolean" /> indicating if the dependency collection is read-only.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> représente un nœud dans la collection de dépendances dérivée pendant des opérations de script.  </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode.IsRootNode">
			<summary>Obtient la valeur de la propriété booléenne qui spécifie si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> représente le nœud racine dans la collection.</summary>
			<returns>A Boolean value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> object represents the root node in the dependency collection.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> is the root node.If False (default), the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollectionNode" /> is not the root node.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyNode">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyNode" /> représente un nœud défini par une adresse URN. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyNode.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyNode" />. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyNode.IsSchemaBound">
			<summary>Détermine si le nœud de dépendance est lié à un schéma</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyNode.Urn">
			<summary>Obtient ou définit la valeur URN qui identifie de façon unique l'objet Microsoft SQL Server représenté par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyNode" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that represents an object on the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyTree">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> représente une arborescence qui contient des objets SQL Server et leurs relations hiérarchiques réciproques. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTree.#ctor(Microsoft.SqlServer.Management.Smo.DependencyTree)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />.</summary>
			<param name="tree">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTree.Copy">
			<summary>Fait une copie de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that is a copy of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTree.Remove(Microsoft.SqlServer.Management.Smo.DependencyTreeNode)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />.</summary>
			<param name="depNode">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object that specifies the node to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.Count">
			<summary>Obtient le nombre total d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />.</summary>
			<returns>An integer value that specifies the total number of <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.Dependencies">
			<summary>Obtient ou définit une collection de chaînes de dépendances</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DependencyChainCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.DependsOnParents">
			<summary>Obtient ou définit la propriété qui indique si l'arborescence des dépendances dépend des objets parents.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.FirstChild">
			<summary>Obtient le premier objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> enfant dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object value that is the first in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.HasChildNodes">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> a des nœuds enfants.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object has dependent child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object has child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects.If False (default), the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object does not have any child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.NextSibling">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> frère suivant dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object that specifies the next sibling object in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object hierarchy. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.NumberOfSiblings">
			<summary>Obtient le nombre d'objets frères dans la hiérarchie d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />.</summary>
			<returns>An integer value that specifies the number of sibling objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object hierarchy. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.Roots">
			<summary>Obtient ou définit les nœuds racines d'une collection de chaînes de dépendances.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DependencyChainCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTree.Urn">
			<summary>Obtient la valeur <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> qui identifie de façon unique l'objet SQL Server représenté par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that uniquely identifies the SQL Server object that the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object represents. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> class represents the child and sibling SQL Server objects within a <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object hierarchy. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> class. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.FirstChild">
			<summary>Gets the first child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object value that is the first child of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.HasChildNodes">
			<summary>Gets the Boolean property value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object has any child nodes.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object has any child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object has child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects.If False (default), the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object does not have any child <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.NextSibling">
			<summary>Gets the next sibling <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object in the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object value that specifies the next sibling of the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.NumberOfSiblings">
			<summary>Gets the number of sibling <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects in the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of sibling <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> objects in the referenced <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTreeNode" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyTreeNode.Siblings">
			<summary>Gets or sets siblings contained in a Dependency Tree Node.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DependencyChainCollection" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType" /> est une liste de valeurs constantes qui spécifie la direction de l'opération de découverte des dépendances.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DependencyType.Children">
			<summary>L'opération de découverte des dépendances établit des relations avec les objets enfants.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.DependencyType.Parents">
			<summary>L'opération de découverte des dépendances établit des relations avec les objets parents.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.DependencyWalker">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker" /> est un outil permettant d'effectuer des opérations de script impliquant des dépendances telles que l'identification de relations dépendantes. L'outil convertit cette sortie en une liste. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker" /> sur l'instance de SQL Server spécifiée.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the instance of SQL Server that the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker" /> tool object is associated with.</param>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoveryProgress">
			<summary>Déclenche un événement par intervalles et signale la progression de la méthode <see cref="E:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoveryProgress" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],System.Boolean)">
			<summary>Crée une arborescence hiérarchique d'objets qui représente les relations dépendantes parent ou enfant pour un tableau d'objets SQL Server spécifié sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="parents">A <see cref="T:System.Boolean" /> value that specifies whether to find parent objects on which the objects in the array are dependent or the child objects that are dependent on the objects in the array. If True, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],Microsoft.SqlServer.Management.Smo.DependencyType)" /> method will look for the parent objects for each object in the specified array.   If False, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],Microsoft.SqlServer.Management.Smo.DependencyType)" /> method will look for the child objects for each object in the specified array. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject[],Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Crée une arborescence hiérarchique d'objets qui représente les relations dépendantes parent ou enfant pour un tableau d'objets SQL Server spécifié sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType" /> object value that specifies the direction of the dependency discovery operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[],System.Boolean)">
			<summary>Crée une arborescence hiérarchique d'objets qui représente les relations dépendantes parent ou enfant pour un tableau <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> d'objets SQL Server spécifié sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="urns">An <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="parents">A <see cref="T:System.Boolean" /> value that specifies whether to find parent objects on which the objects in the array are dependent or the child objects that are dependent on the objects in the array. If True, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)" /> method looks for the parent objects for each object in the specified array.   If False, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)" /> method looks for the child objects for each object in the specified array.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[],Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Crée une arborescence hiérarchique d'objets qui représente les relations dépendantes parent ou enfant pour un tableau <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> d'objets SQL Server spécifié sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="urns">An <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType" /> object value that specifies the direction of the dependency discovery operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)">
			<summary>Crée une arborescence hiérarchique d'objets qui représente les relations dépendantes parent ou enfant pour une collection <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> d'objets SQL Server spécifiée sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="list">An <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="parents">A <see cref="T:System.Boolean" /> value that specifies whether to find parent objects on which the objects in the array are dependent or the child objects that are dependent on the objects in the array. If True, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)" /> method will look for the parent objects for each object in the specified array.   If False, the <see cref="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,System.Boolean)" /> method will look for the child objects for each object in the specified array.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies(Microsoft.SqlServer.Management.Smo.UrnCollection,Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Crée une arborescence hiérarchique d'objets qui représente les relations dépendantes parent ou enfant pour une collection <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> d'objets SQL Server spécifiée sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that specifies the hierarchical SQL Server object tree.</returns>
			<param name="list">An <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that specifies the SQL Server objects for which to discover the dependent relationships.</param>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType" /> object value that specifies the direction of the dependency discovery operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.GetServerObject">
			<summary>Retourne l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui représente l'instance de SQL Server sur laquelle l'opération de découverte de dépendance s'exécute.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the instance of SQL Server.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.DependencyWalker.WalkDependencies(Microsoft.SqlServer.Management.Smo.DependencyTree)">
			<summary>Crée une liste linéaire d'objets et leurs dépendances à partir d'un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object that specifies a linear list of SQL Server objects and their dependencies.</returns>
			<param name="tree">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /> object that specifies the hierarchical object tree.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.DependencyTree">
			<summary>Obtient ou définit une arborescence de dépendances de serveur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DependencyTree" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.FilterCallbackFunction">
			<summary>Obtient ou définit les options de script qui permettent le filtrage des URN lors de l'exécution de la méthode <see cref="Overload:Microsoft.SqlServer.Management.Smo.DependencyWalker.DiscoverDependencies" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingFilter" /> object value that specifies the invocation status for callback functions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.KnownObjectsList">
			<summary>Obtient ou définit la liste de tous les objets connus dans un serveur.</summary>
			<returns><see cref="T:System.Collections.Hashtable" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.Server">
			<summary>Obtient ou définit l'instance de Microsoft SQL Server à laquelle l'objet outil <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyWalker" /> est associé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.Total">
			<summary>Obtient ou définit le nombre d'objets traités par l'objet <see cref="Overload:Microsoft.SqlServer.Management.Smo.DependencyWalker" />.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.DependencyWalker.TotalCount">
			<summary>Obtient ou définit le nombre d'objets découverts par un Dependency Walker.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Edition">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.Edition" /> est la liste des valeurs constantes qui spécifient les différents types de périphériques pris en charge par SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.EnterpriseOrDeveloper">
			<summary>Spécifie si l'édition est Enterprise ou Developer.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.Express">
			<summary>Spécifie si l'édition est Express.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.PersonalOrDesktopEngine">
			<summary>Spécifie si l'édition est Personal ou Desktop Engine.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.Standard">
			<summary>Spécifie si l'édition est Standard.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Edition.Unknown">
			<summary>Spécifie que l'édition est inconnue.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Endpoint">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> représente un service de point de terminaison qui peut écouter des demandes en mode natif. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> avec le nom spécifié sur l'instance spécifiée de Microsoft SQL Server.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> variable that specifies the name of the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Create">
			<summary>Crée un point de terminaison sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié pour le bénéficiaire spécifié sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié pour les bénéficiaires spécifiés sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the endpoint.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permissions, are also denied access to the specified set of permissions on the endpoint.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permissions, are also denied access to the specified set of permissions on the endpoint.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Disable">
			<summary>Désactive le point de terminaison.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Drop">
			<summary>Supprime le point de terminaison sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions">
			<summary>Énumère les autorisations du point de terminaison.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the endpoint.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations du point de terminaison restreintes au jeu d'autorisations spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the endpoint.</returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations du point de terminaison qui appartiennent à l'utilisateur spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the endpoint.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is the owner of the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations du point de terminaison qui appartiennent à l'utilisateur spécifié et au jeu d'autorisations spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the endpoint.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is the owner of the endpoint.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the endpoint.If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the endpoint. If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le point de terminaison, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le point de terminaison, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the endpoint.If True, the grantee is given the ability to grant the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the endpoint. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Refresh">
			<summary>Actualise le point de terminaison.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur le point de terminaison.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le point de terminaison et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the endpoint.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le point de terminaison et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the endpoint.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le point de terminaison et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the endpoint.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le point de terminaison et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the endpoint.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the endpoint.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the endpoint.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the endpoint.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the endpoint. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le point de terminaison.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le point de terminaison tel que spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Start">
			<summary>Démarre les demandes d'écoute et de traitement du point de terminaison.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Endpoint.Stop">
			<summary>Arrête les demandes d'écoute et de traitement du point de terminaison.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointState">
			<summary>Obtient l'état du point de terminaison.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointState" /> object value that specifies the state of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointType">
			<summary>Obtient ou définit le type de point de terminaison.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Endpoint.EndpointType" /> object value that specifies the type of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.ID">
			<summary>Obtient la valeur d'ID qui identifie le point de terminaison de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.IsAdminEndpoint">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le point de terminaison est pour l'administration.</summary>
			<returns>An <see cref="T:System.Boolean" /> value that specifies whether the endpoint is for administration.If True, the endpoint is for administration.If False (default), the endpoint is not for administration.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.IsSystemObject">
			<summary>Détermine si le point de terminaison est un objet système.</summary>
			<returns><see cref="T:System.Boolean" /> indicating if the endpoint is a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Owner">
			<summary>Obtient ou définit le propriétaire du point de terminaison.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Payload">
			<summary>Obtient la charge utile du point de terminaison.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Payload" /> object that specifies the endpoint payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.Protocol">
			<summary>Obtient le protocole utilisé par le point de terminaison.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Protocol" /> object value that specifies the protocol used by the endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Endpoint.ProtocolType">
			<summary>Obtient ou définit le type de protocole utilisé par le point de terminaison.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ProtocolType" /> object value that specifies the type of protocol used by the endpoint.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EndpointCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> qui représentent tous les points de terminaison HTTP.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.Add(Microsoft.SqlServer.Management.Smo.Endpoint)">
			<summary>Ajoute un point de terminaison à une collection de points de terminaison</summary>
			<param name="endpoint"><see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint." /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Endpoint[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.EnumEndpoints(Microsoft.SqlServer.Management.Smo.EndpointType)">
			<summary>Retourne une liste énumérée de points de terminaison du type spécifié.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> objects that specifies the list of endpoints of the specified type.</returns>
			<param name="endpointType">An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointType" /> object that specifies the type of endpoint to enumerate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object value that represents the HTTP endpoint.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object value that represents the HTTP endpoint.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EndpointPayload">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointPayload" /> représente une charge utile de point de terminaison.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointPayload.ToString">
			<summary>Retourne une chaîne qui représente l'objet de charge utile de point de terminaison.</summary>
			<returns>A string value that represents the object in string format.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointPayload.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointPayload" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object value that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointPayload" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol" /> représente un protocole de point de terminaison HTTP.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EndpointProtocol.ToString">
			<summary>Retourne une représentation de chaîne du protocole de point de terminaison.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the object in string format.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EndpointProtocol.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointProtocol" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EventProperty">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> représente une propriété d'un événement.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventProperty.Name">
			<summary>Obtient le nom la propriété d'événement.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the event property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventProperty.Value">
			<summary>Obtient la valeur de la propriété d'événement.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the value of the event property.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection">
			<summary>La collection <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection" /> représente les propriétés des objets d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.EventProperty[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> objects to which to copy the collection.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.GetEnumerator">
			<summary>Obtient un énumérateur qui peut effectuer une itération via la liste d'objets.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator" /> object value that can be used to iterate through the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
			<summary>Copie les éléments de ICollection vers un tableau, en démarrant à un index de tableau particulier.</summary>
			<param name="array">An <see cref="T:System.Array" /> object   </param>
			<param name="index">A <see cref="T:System.String" /> value that specifies the name of the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.System#Collections#IEnumerable#GetEnumerator">
			<summary>Retourne une interface IEnumerator qui autorise l'itération via une collection.</summary>
			<returns><see cref="T:System.Collections.IEnumerator" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection" />.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> objects in the <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> à la position d'index spécifiée.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> object value that specifies the event property at the specified index position.</returns>
			<param name="key">An <see cref="T:System.Int32" /> value that specifies the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> associé au nom spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> object value that specifies the event property that has the specified name.</returns>
			<param name="key">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.System#Collections#ICollection#IsSynchronized">
			<summary>Indique si la collection de propriétés d'événement est synchronisée (verrouillée) pour la lecture et la mise à jour.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.EventPropertyCollection.System#Collections#ICollection#SyncRoot">
			<summary>Retourne un objet qui peut être utilisé pour synchroniser l'accès à ICollection. </summary>
			<returns><see cref="T:System.Object" /> that can be used to synchronize or lock access to the ICollection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.EventType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.EventType" /> est la liste des valeurs constantes qui spécifient les différents types d'événements pris en charge par SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AddRoleMember">
			<summary>Événement qui se produit lorsqu'un membre est ajouté à un rôle de base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AddServerRoleMember">
			<summary>Événement qui se produit lorsqu'un membre est ajouté à un rôle du serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AddSignature">
			<summary>Événement qui se produit lorsqu'une signature est ajoutée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AddSignatureSchemaObject">
			<summary>Événement qui se produit lorsqu'un AddSignatureSchemaObject est ajouté à une base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterApplicationRole">
			<summary>Événement qui se produit lorsqu'un rôle d'application est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterAssembly">
			<summary>Événement qui se produit lorsqu'un assembly est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterAsymmetricKey">
			<summary>Événement qui se produit lorsqu'une clé asymétrique est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterAuthorizationDatabase">
			<summary>Événement qui se produit lorsqu'une base de données d'autorisations est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterAuthorizationServer">
			<summary>Événement qui se produit lorsqu'un serveur d'autorisations est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterBrokerPriority">
			<summary>Événement qui se produit lorsqu'une priorité de Service Brocker est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterCertificate">
			<summary>Événement qui se produit lorsqu'un certificat est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterCredential">
			<summary>Événement qui se produit lorsque des informations d'identification sont modifiées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterCryptographicProvider">
			<summary>Événement qui se produit lorsqu'un fournisseur de services de chiffrement est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterDatabase">
			<summary>Événement qui se produit lorsqu'une base de données est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterDatabaseAuditSpecification">
			<summary>Événement qui se produit lorsqu'une spécification d'audit de base de données est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterDatabaseEncryptionKey">
			<summary>Événement qui se produit lorsqu'une clé de chiffrement .database est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterEndpoint">
			<summary>Événement qui se produit lorsqu'un point de terminaison HTTP est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterEventSession">
			<summary>Événement qui se produit lorsqu'une session d'événements est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterExtendedProperty">
			<summary>Événement qui se produit lorsqu'une propriété étendue est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFulltextCatalog">
			<summary>Événement qui se produit lorsqu'un catalogue de texte intégral est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFulltextIndex">
			<summary>Événement qui se produit lorsqu'un index de recherche en texte intégral est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFulltextStoplist">
			<summary>Événement qui se produit lorsqu'une liste de mots vides de texte intégral est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFunction">
			<summary>Événement qui se produit lorsqu'une fonction est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterIndex">
			<summary>Événement qui se produit lorsqu'un index est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterInstance">
			<summary>Événement qui se produit lorsqu'une instance de serveur est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterLinkedServer">
			<summary>Événement qui se produit lorsqu'un serveur .linked est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterLogin">
			<summary>Événement qui se produit lorsqu'une connexion est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterMasterKey">
			<summary>Événement qui se produit lorsqu'une clé .master est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterMessage">
			<summary>Événement qui se produit lorsqu'un .message est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterMessageType">
			<summary>Événement qui se produit lorsqu'un message est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterPartitionFunction">
			<summary>Événement qui se produit lorsqu'une fonction de partition est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterPartitionScheme">
			<summary>Événement qui se produit lorsqu'un schéma partitionné est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterPlanGuide">
			<summary>Événement qui se produit lorsqu'un repère de plan est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterProcedure">
			<summary>Événement qui se produit lorsqu'une procédure stockée est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterQueue">
			<summary>Événement qui se produit lorsqu'une file d'attente est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRemoteServer">
			<summary>Événement qui se produit lorsqu'un serveur distant est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRemoteServiceBinding">
			<summary>Événement qui se produit lorsque des liaisons de service distant sont modifiées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterResourceGovernorConfig">
			<summary>Événement qui se produit lorsque la configuration du gouverneur de ressources est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterResourcePool">
			<summary>Événement qui se produit lorsqu'un pool de ressources est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRole">
			<summary>Événement qui se produit lorsqu'un rôle est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRoute">
			<summary>Événement qui se produit lorsqu'un itinéraire est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterSchema">
			<summary>Événement qui se produit lorsqu'un schéma est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServerAudit">
			<summary>Événement qui se produit lorsqu'un audit du serveur est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServerAuditSpecification">
			<summary>Événement qui se produit lorsqu'une spécification de l'audit du serveur est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServerConfiguration">
			<summary>Événement qui se produit lorsqu'une configuration de serveur est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterService">
			<summary>Événement qui se produit lorsqu'un service est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServiceMasterKey">
			<summary>Événement qui se produit lorsqu'une clé principale .service est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterSymmetricKey">
			<summary>Événement qui se produit lorsqu'une clé symétrique est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterTable">
			<summary>Événement qui se produit lorsqu'une table est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterTrigger">
			<summary>Événement qui se produit lorsqu'un déclencheur est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterUser">
			<summary>Événement qui se produit lorsqu'un utilisateur est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterView">
			<summary>Événement qui se produit lorsqu'une vue est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterWorkloadGroup">
			<summary>Événement qui se produit lorsqu'un groupe de charges de travail est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AlterXmlSchemaCollection">
			<summary>Événement qui se produit lorsqu'une collection de schémas XML est modifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AssemblyLoad">
			<summary>Événement qui se produit lorsqu'un assembly est chargé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddDBUserEvent">
			<summary>Événement qui se produit lorsque l'ajout d'un utilisateur de base de données est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddloginEvent">
			<summary>Événement qui se produit lorsque l'ajout d'une connexion est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddLoginToServerRoleEvent">
			<summary>Événement qui se produit lorsque l'ajout d'une connexion à un rôle serveur est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddMemberToDBRoleEvent">
			<summary>Événement qui se produit lors de l'ajout d'un membre à un rôle de base de données est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAddRoleEvent">
			<summary>Événement qui se produit lorsque l'ajout d'un rôle est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditAppRoleChangePasswordEvent">
			<summary>Événement qui se produit lorsque la modification d'un mot de passe de rôle d'application est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditBackupRestoreEvent">
			<summary>Événement qui se produit lorsque la sauvegarde ou la restauration est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditChangeAuditEvent">
			<summary>Événement qui se produit lorsque la modification d'un événement d'audit est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditChangeDatabaseOwner">
			<summary>Événement qui se produit lorsque la modification du propriétaire de la base de données est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseManagementEvent">
			<summary>Événement qui se produit lorsque la gestion de la base de données est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectAccessEvent">
			<summary>Événement qui se produit lorsque l'accès à un objet de base de données est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectGdrEvent">
			<summary>Événement qui se produit lorsqu'un GDR d'objet de base de données est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectManagementEvent">
			<summary>Événement qui se produit lorsque la gestion d'objet de base de données est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseObjectTakeOwnershipEvent">
			<summary>Événement qui se produit lorsque l'appropriation d'un objet de base de données est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseOperationEvent">
			<summary>Événement qui se produit lorsque les opérations de base de données sont auditées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabasePrincipalImpersonationEvent">
			<summary>Événement qui se produit lorsque l'emprunt d'identité du principal de la base de données est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabasePrincipalManagementEvent">
			<summary>Événement qui se produit lorsque la gestion du principal de la base de données est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDatabaseScopeGdrEvent">
			<summary>Événement qui se produit lorsque le GDR de l'étendue de la base de données est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditDbccEvent">
			<summary>Événement qui se produit lorsqu'un événement de vérification de cohérence de base de données (DBCC) est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditFulltext">
			<summary>Événement qui se produit lorsqu'un audit de texte intégral est effectué.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLogin">
			<summary>Événement qui se produit lorsqu'une connexion est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginChangePasswordEvent">
			<summary>Événement qui se produit lorsqu'une modification de mot de passe de connexion est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginChangePropertyEvent">
			<summary>Événement qui se produit lorsqu'une modification des propriétés de connexion est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginFailed">
			<summary>Événement qui se produit lorsqu'un échec de tentative de connexion est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLoginGdrEvent">
			<summary>Événement qui se produit lorsqu'un événement GDR de connexion est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditLogout">
			<summary>Événement qui se produit lorsqu'une déconnexion est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectAccessEvent">
			<summary>Événement qui se produit lorsque l'accès à un objet de schéma est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectGdrEvent">
			<summary>Événement qui se produit lorsqu'un GDR d'objet de schéma est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectManagementEvent">
			<summary>Événement qui se produit lorsque la gestion d'objet de schéma est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSchemaObjectTakeOwnershipEvent">
			<summary>Événement qui se produit lorsque l'appropriation d'un objet de schéma est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerAlterTraceEvent">
			<summary>Événement qui se produit lorsque la modification d'une trace de serveur est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerObjectGdrEvent">
			<summary>Événement qui se produit lorsqu'un GDR d'objet serveur est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerObjectManagementEvent">
			<summary>Événement qui se produit lorsque la gestion d'objet serveur est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerObjectTakeOwnershipEvent">
			<summary>Événement qui se produit lorsque l'appropriation d'un objet serveur est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerOperationEvent">
			<summary>Événement qui se produit lorsque l'opération du serveur est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerPrincipalImpersonationEvent">
			<summary>Événement qui se produit lorsque l'emprunt d'identité du principal du serveur est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerPrincipalManagementEvent">
			<summary>Événement qui se produit lorsque la gestion du principal du serveur est auditée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.AuditServerScopeGdrEvent">
			<summary>Événement qui se produit lorsque le GDR de l'étendue du serveur est audité.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.BindDefault">
			<summary>Événement qui se produit lorsqu'une valeur par défaut est liée à une colonne ou à un type de données alias.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.BindRule">
			<summary>Événement qui se produit lorsqu'une règle est liée à une colonne ou à un type de données alias.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.BitmapWarning">
			<summary>Peut être utilisé pour signaler lorsque des filtres bitmap ont été désactivés dans une requête.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.BlockedProcessReport">
			<summary>Événement qui se produit lorsqu'un processus bloqué est signalé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.BrokerQueueDisabled">
			<summary>Événement qui se produit lorsqu'une file d'attente Service Broker est désactivée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CpuThresholdExceeded">
			<summary>Événement qui se produit lorsque le seuil de l'UC a été dépassé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateApplicationRole">
			<summary>Événement qui se produit lorsqu'un rôle d'application est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateAssembly">
			<summary>Événement qui se produit lorsqu'un assembly de serveur est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateAsymmetricKey">
			<summary>Événement qui se produit lorsqu'une clé asymétrique est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateBrokerPriority">
			<summary>Événement qui se produit lorsqu'une priorité de Service Brocker est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateCertificate">
			<summary>Événement qui se produit lorsqu'un certificat est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateContract">
			<summary>Événement qui se produit lorsqu'un contrat est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateCredential">
			<summary>Événement qui se produit lorsque des informations d'identification sont créées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateCryptographicProvider">
			<summary>Événement qui se produit lorsque le fournisseur de services de chiffrement est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateDatabase">
			<summary>Événement qui se produit lorsqu'une base de données est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateDatabaseAuditSpecification">
			<summary>Événement qui se produit lorsqu'une spécification d'audit de base de données est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateDatabaseEncryptionKey">
			<summary>Événement qui se produit lorsqu'une clé de chiffrement de base de données est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateDefault">
			<summary>Crée un objet qui est appelé « default » (valeur par défaut). Lorsqu'elle est liée à une colonne ou à un type de données alias, une valeur par défaut spécifie une valeur à insérer dans la colonne à laquelle est lié l'objet (ou dans toutes les colonnes, dans le cas d'un type de données alias) lorsqu'aucune valeur n'est explicitement fournie lors d'une opération d'insertion.  </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateEndpoint">
			<summary>Événement qui se produit lorsqu'un point de terminaison est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateEventNotification">
			<summary>Événement qui se produit lorsque des notifications d'événements sont créées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateEventSession">
			<summary>Événement qui se produit lorsqu'une session d'événements est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateExtendedProcedure">
			<summary>Événement qui se produit lorsqu'une procédure stockée étendue est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateExtendedProperty">
			<summary>Événement qui se produit lorsqu'une propriété étendue est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateFulltextCatalog">
			<summary>Événement qui se produit lorsqu'un catalogue de texte intégral est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateFulltextIndex">
			<summary>Événement qui se produit lorsqu'un index de recherche en texte intégral est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateFulltextStoplist">
			<summary>Événement qui se produit lorsqu'une liste de mots vides de texte intégral est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateFunction">
			<summary>Événement qui se produit lorsqu'une fonction est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateIndex">
			<summary>Événement qui se produit lorsqu'un index est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateLinkedServer">
			<summary>Événement qui se produit lorsqu'un serveur lié est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateLinkedServerLogin">
			<summary>Événement qui se produit lorsqu'une connexion au serveur lié est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateLogin">
			<summary>Événement qui se produit lorsqu'une connexion est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateMasterKey">
			<summary>Événement qui se produit lorsqu'une clé principale est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateMessage">
			<summary>Événement qui se produit lorsqu'un message est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateMessageType">
			<summary>Événement qui se produit lorsqu'un type de message est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreatePartitionFunction">
			<summary>Événement qui se produit lorsqu'une fonction de partition est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreatePartitionScheme">
			<summary>Événement qui se produit lorsqu'un schéma partitionné est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreatePlanGuide">
			<summary>Événement qui se produit lorsqu'un repère de plan est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateProcedure">
			<summary>Événement qui se produit lorsqu'une procédure stockée est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateQueue">
			<summary>Événement qui se produit lorsqu'une file d'attente est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRemoteServer">
			<summary>Événement qui se produit lorsqu'un serveur distant est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRemoteServiceBinding">
			<summary>Événement qui se produit lorsque des liaisons de service distant sont créées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateResourcePool">
			<summary>Événement qui se produit lorsqu'un pool de ressources est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRole">
			<summary>Événement qui se produit lorsqu'un rôle est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRoute">
			<summary>Événement qui se produit lorsqu'un itinéraire est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRule">
			<summary>Événement qui se produit lorsqu'une règle est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateSchema">
			<summary>Événement qui se produit lorsqu'un schéma est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateServerAudit">
			<summary>Événement qui se produit lorsqu'un audit du serveur est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateServerAuditSpecification">
			<summary>Événement qui se produit lorsqu'une spécification de l'audit du serveur est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateService">
			<summary>Événement qui se produit lorsqu'un service est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateSpatialIndex">
			<summary>Événement qui se produit lorsqu'un index spatial est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateStatistics">
			<summary>Événement qui se produit lorsqu'un compteur des statistiques est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateSymmetricKey">
			<summary>Événement qui se produit lorsqu'une clé symétrique est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateSynonym">
			<summary>Événement qui se produit lorsqu'un synonyme est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateTable">
			<summary>Événement qui se produit lorsqu'une table est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateTrigger">
			<summary>Événement qui se produit lorsqu'un déclencheur est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateType">
			<summary>Événement qui se produit lorsqu'un type est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateUser">
			<summary>Événement qui se produit lorsqu'un utilisateur est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateView">
			<summary>Événement qui se produit lorsqu'une vue est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateWorkloadGroup">
			<summary>Événement qui se produit lorsqu'un groupe de charges de travail est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateXmlIndex">
			<summary>Événement qui se produit lorsqu'un index XML est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.CreateXmlSchemaCollection">
			<summary>Événement qui se produit lorsqu'une collection de schémas XML est créée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DatabaseMirroringStateChange">
			<summary>Événement qui se produit lorsque l'état de mise en miroir d'une base de données change. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DatabaseSuspectDataPage">
			<summary>Événement qui se produit lorsqu'une page de données suspecte est détectée dans la base de données. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DataFileAutoGrow">
			<summary>Événement qui se produit lorsqu'un fichier de données croît automatiquement.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DataFileAutoShrink">
			<summary>Événement qui se produit lorsqu'un fichier de données est automatiquement réduit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DeadlockGraph">
			<summary>Événement qui se produit lorsqu'un graphe d'interblocage est fourni.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DenyDatabase">
			<summary>Événement qui se produit lorsqu'une base de données refuse l'accès.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DenyServer">
			<summary>Événement qui se produit lorsqu'un serveur refuse l'accès.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DeprecationAnnouncement">
			<summary>Événement qui se produit lorsqu'une annonce de fonctionnalité déconseillée est émise.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DeprecationFinalSupport">
			<summary>Événement qui se produit lorsqu'un message de fonctionnalité déconseillée dans la version finale est émis.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropApplicationRole">
			<summary>Événement qui se produit lorsqu'un rôle d'application est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropAssembly">
			<summary>Événement qui se produit lorsqu'un assembly est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropAsymmetricKey">
			<summary>Événement qui se produit lorsqu'une clé asymétrique est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropBrokerPriority">
			<summary>Événement qui se produit lorsqu'une priorité de Service Brocker est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropCertificate">
			<summary>Événement qui se produit lorsqu'un certificat est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropContract">
			<summary>Événement qui se produit lorsqu'un contrat est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropCredential">
			<summary>Événement qui se produit lorsque des informations d'identification sont supprimées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropCryptographicProvider">
			<summary>Événement qui se produit lorsqu'un fournisseur de services de chiffrement est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropDatabase">
			<summary>Événement qui se produit lorsqu'une base de données est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropDatabaseAuditSpecification">
			<summary>Événement qui se produit lorsqu'une spécification d'audit de base de données est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropDatabaseEncryptionKey">
			<summary>Événement qui se produit lorsqu'une clé de chiffrement de base de données est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropDefault">
			<summary>Supprime un objet appelé « default » (valeur par défaut). Lorsqu'elle est liée à une colonne ou à un type de données alias, une valeur par défaut spécifie une valeur à insérer dans la colonne à laquelle est lié l'objet (ou dans toutes les colonnes, dans le cas d'un type de données alias) lorsqu'aucune valeur n'est explicitement fournie lors d'une opération d'insertion.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropEndpoint">
			<summary>Événement qui se produit lorsqu'un point de terminaison HTTP est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropEventNotification">
			<summary>Événement qui se produit lorsqu'une notification d'événements est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropEventSession">
			<summary>Événement qui se produit lorsqu'une session d'événements est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropExtendedProcedure">
			<summary>Événement qui se produit lorsqu'une procédure étendue est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropExtendedProperty">
			<summary>Événement qui se produit lorsqu'une propriété étendue est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropFulltextCatalog">
			<summary>Événement qui se produit lorsqu'un catalogue de texte intégral est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropFulltextIndex">
			<summary>Événement qui se produit lorsqu'un index de recherche en texte intégral est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropFulltextStoplist">
			<summary>Événement qui se produit lorsqu'une liste de mots vides de texte intégral est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropFunction">
			<summary>Événement qui se produit lorsqu'une fonction est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropIndex">
			<summary>Événement qui se produit lorsqu'un index est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropLinkedServer">
			<summary>Événement qui se produit lorsqu'un serveur lié est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropLinkedServerLogin">
			<summary>Événement qui se produit lorsqu'une connexion au serveur lié est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropLogin">
			<summary>Événement qui se produit lorsqu'une connexion est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropMasterKey">
			<summary>Événement qui se produit lorsqu'une clé principale est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropMessage">
			<summary>Événement qui se produit lorsqu'un message est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropMessageType">
			<summary>Événement qui se produit lorsqu'un message est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropPartitionFunction">
			<summary>Événement qui se produit lorsqu'une fonction de partition est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropPartitionScheme">
			<summary>Événement qui se produit lorsqu'un schéma partitionné est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropPlanGuide">
			<summary>Événement qui se produit lorsqu'un repère de plan est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropProcedure">
			<summary>Événement qui se produit lorsqu'une procédure est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropQueue">
			<summary>Événement qui se produit lorsqu'une file d'attente est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRemoteServer">
			<summary>Événement qui se produit lorsqu'un serveur distant est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRemoteServiceBinding">
			<summary>Événement qui se produit lorsque des liaisons de service distant sont supprimées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropResourcePool">
			<summary>Événement qui se produit lorsqu'un pool de ressources est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRole">
			<summary>Événement qui se produit lorsqu'un rôle est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRoleMember">
			<summary>Événement qui se produit lorsqu'un membre d'un rôle est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRoute">
			<summary>Événement qui se produit lorsqu'un itinéraire est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropRule">
			<summary>Événement qui se produit lorsqu'une règle est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropSchema">
			<summary>Événement qui se produit lorsqu'un schéma est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropServerAudit">
			<summary>Événement qui se produit lorsqu'un audit du serveur est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropServerAuditSpecification">
			<summary>Événement qui se produit lorsqu'une spécification de l'audit du serveur est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropServerRoleMember">
			<summary>Événement qui se produit lorsqu'un membre d'un rôle du serveur est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropService">
			<summary>Événement qui se produit lorsqu'un service est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropSignature">
			<summary>Événement qui se produit lorsqu'une signature est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropSignatureSchemaObject">
			<summary>Événement qui se produit lorsqu'un objet de schéma de signature est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropStatistics">
			<summary>Événement qui se produit lorsqu'un compteur des statistiques est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropSymmetricKey">
			<summary>Événement qui se produit lorsqu'une clé symétrique est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropSynonym">
			<summary>Événement qui se produit lorsqu'un synonyme est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropTable">
			<summary>Événement qui se produit lorsqu'une table est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropTrigger">
			<summary>Événement qui se produit lorsqu'un déclencheur est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropType">
			<summary>Événement qui se produit lorsqu'un type est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropUser">
			<summary>Événement qui se produit lorsqu'un utilisateur est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropView">
			<summary>Événement qui se produit lorsqu'une vue est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropWorkloadGroup">
			<summary>Événement qui se produit lorsqu'un groupe de charges de travail est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.DropXmlSchemaCollection">
			<summary>Événement qui se produit lorsqu'une collection de schémas XML est supprimée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Errorlog">
			<summary>Événement qui se produit lorsqu'une erreur est enregistrée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Eventlog">
			<summary>Événement qui se produit lorsqu'un événement est enregistré.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Exception">
			<summary>Événement qui se produit lorsqu'une exception se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ExchangeSpillEvent">
			<summary>Événement qui se produit lorsqu'un événement Exchange Spill se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ExecutionWarnings">
			<summary>Événement qui se produit lorsqu'un avertissement d'exécution se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.FtCrawlAborted">
			<summary>Événement qui se produit lorsqu'une analyse de texte intégral est arrêtée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.FtCrawlStarted">
			<summary>Événement qui se produit lorsqu'une analyse FT est démarrée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.FtCrawlStopped">
			<summary>Événement qui se produit lorsqu'une analyse FT est arrêtée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.GrantDatabase">
			<summary>Événement qui se produit lorsque l'accès à une base de données est accordé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.GrantServer">
			<summary>Événement qui se produit lorsque l'accès à un serveur est accordé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.HashWarning">
			<summary>Événement qui se produit lorsqu'un avertissement de hachage se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LockDeadlock">
			<summary>Événement qui se produit lorsqu'un blocage se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LockDeadlockChain">
			<summary>Événement qui se produit lorsqu'une chaîne d'événements entraîne un interblocage.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LockEscalation">
			<summary>Événement qui se produit lorsque l'escalade de verrous se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LogFileAutoGrow">
			<summary>Événement qui se produit lorsque le fichier journal croît automatiquement.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.LogFileAutoShrink">
			<summary>Événement qui se produit lorsque le fichier journal est réduit automatiquement.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.MissingColumnStatistics">
			<summary>Événement qui se produit lorsque des statistiques de colonne sont découvertes comme manquantes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.MissingJoinPredicate">
			<summary>Événement qui se produit lorsqu'un prédicat de jointure est manquant.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.MountTape">
			<summary>Événement qui se produit lorsque la bande est montée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ObjectAltered">
			<summary>Événement qui se produit lorsqu'un objet est modifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ObjectCreated">
			<summary>Événement qui se produit lorsqu'un objet est créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ObjectDeleted">
			<summary>Événement qui se produit lorsqu'un objet est supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbCallEvent">
			<summary>Événement qui se produit lorsqu'un appel OLE DB est effectué.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbDatareadEvent">
			<summary>Événement qui se produit lorsque des données OLE DB sont lues.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbErrors">
			<summary>Événement qui se produit lorsque des erreurs OLE DB se produisent.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbProviderInformation">
			<summary>Événement qui se produit lorsque les informations du fournisseur OLE DB sont accédées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.OledbQueryinterfaceEvent">
			<summary>Événement qui se produit lorsqu'une interface OLE DB est interrogée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_dynamics">
			<summary>Événement qui se produit lorsqu'un événement dynamique se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_parameterTable">
			<summary>Événement qui se produit lorsqu'un événement de table de paramètres se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_subscription">
			<summary>Événement qui se produit lorsqu'un événement d'abonnement se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Qn_template">
			<summary>Événement qui se produit lorsqu'un événement de modèle se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.QueueActivation">
			<summary>Événement qui se produit lorsqu'une file d'attente est activée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Rename">
			<summary>Événement qui se produit lorsqu'un objet est renommé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.RevokeDatabase">
			<summary>Événement qui se produit lorsque l'accès à une base de données est révoqué.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.RevokeServer">
			<summary>Événement qui se produit lorsque l'accès à un serveur est révoqué.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ServerMemoryChange">
			<summary>Événement qui se produit lorsqu'une modification est apportée à la mémoire du serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanAllForQueryCompile">
			<summary>Événement qui se produit lorsqu'une requête Showplan All For Query Compile a lieu.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanXml">
			<summary>Événement qui se produit lorsqu'une requête Showplan XML a lieu.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanXmlForQueryCompile">
			<summary>Événement qui se produit lorsqu'une requête Showplan XML For Query Compile a lieu.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.ShowplanXmlStatisticsProfile">
			<summary>Événement qui se produit lorsqu'une requête de profil de statistiques Showplan XML a lieu.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SortWarnings">
			<summary>Événement qui se produit lorsqu'un message d'avertissement est généré pendant une opération de tri.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpCacheinsert">
			<summary>Événement qui se produit lorsqu'une insertion dans le cache de la procédure stockée a lieu.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpCachemiss">
			<summary>Événement qui se produit lorsqu'une absence dans le cache de la procédure stockée a lieu.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpCacheremove">
			<summary>Événement qui se produit lorsqu'une suppression du cache de la procédure stockée a lieu.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SpRecompile">
			<summary>Événement qui se produit lorsqu'une procédure stockée est recompilée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.SqlStmtrecompile">
			<summary>Événement qui se produit lorsqu'une instruction Transact-SQL est recompilée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.TraceFileClose">
			<summary>Événement qui se produit lorsqu'un fichier de trace est fermé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.UnbindDefault">
			<summary>Événement qui se produit lorsqu'une valeur par défaut est détachée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.UnbindRule">
			<summary>Événement qui se produit lorsqu'une règle est détachée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.UpdateStatistics">
			<summary>Événement qui se produit lorsque les statistiques sont mises à jour.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable0">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable1">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable2">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable3">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable4">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable5">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable6">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable7">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable8">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.Userconfigurable9">
			<summary>Événement configurable par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.UserErrorMessage">
			<summary>Événement qui se produit lorsqu'un message d'erreur d'utilisateur est émis.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.EventType.XqueryStaticType">
			<summary>Événement qui se produit lorsqu'un événement de type statique Xquery se produit.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExecutionStatus">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionStatus" /> est une liste de valeurs constantes qui spécifient l'état d'un processus en cours d'exécution.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.Failed">
			<summary>Échec du processus.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.Inactive">
			<summary>Le processus est inactif.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.InProgress">
			<summary>Le processus est en cours d'exécution.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ExecutionStatus.Succeeded">
			<summary>Le processus s'est effectué correctement.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente les propriétés étendues définies pour un objet qui a une propriété de collection <see cref="P:Microsoft.SqlServer.Management.Smo.Database.ExtendedProperties" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> avec le parent et le nom spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the object on which to add the extended property.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the extended property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String,System.Object)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> avec le parent, le nom et la valeur spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the object on which to add the extended property.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the extended property.</param>
			<param name="propertyValue">An <see cref="T:System.Object" /> object value that specifies the property value of the object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter">
			<summary>Met à jour la propriété étendue sur l'instance de Microsoft SQL Server avec toutes les modifications de propriété apportées à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> qu'elle représente. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Create">
			<summary>Crée une propriété étendue sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Drop">
			<summary>Supprime la propriété étendue représentée par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.MarkForDrop(System.Boolean)">
			<summary>Marque l'objet afin qu'il soit supprimé la prochaine fois que la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter" /> est appelée pour son objet parent.</summary>
			<param name="dropOnAlter">A Boolean value that specifies whether the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object and the extended property it represents are dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter" /> method is run on the parent object or not.If True, the extended property is dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter" /> method is run on the parent object.   If False, the extended property is not dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Alter" /> method is run on the parent object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la propriété étendue.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la propriété étendue comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedProperty.Value">
			<summary>Obtient ou définit la valeur de chaîne de la propriété étendue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the value of the extended property.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> qui représentent toutes les propriétés étendues.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Add(Microsoft.SqlServer.Management.Smo.ExtendedProperty)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" />.</summary>
			<param name="extendedProperty">An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ExtendedProperty[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Remove(Microsoft.SqlServer.Management.Smo.ExtendedProperty)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> de l'objet de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" />.</summary>
			<param name="extendedProperty">An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> de l'objet de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> that specifies the name of the extended property to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object value that represents the extended property.</returns>
			<param name="index">An integer value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object value that represents the extended property.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> représente une procédure stockée étendue sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the extended stored procedure.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the extended stored procedure.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the schema on which to create the extended stored procedure.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema on which to create the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Alter">
			<summary>Met à jour la procédure stockée étendue sur l'instance de SQL Server avec toutes les modifications de propriété apportées à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> qu'elle représente. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.ChangeSchema(System.String)">
			<summary>Modifie le schéma associé à la procédure stockée.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the name of the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Create">
			<summary>Crée une procédure stockée étendue sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the extended stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the extended stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the extended stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Drop">
			<summary>Supprime la procédure stockée étendue représentée par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions">
			<summary>Énumère les autorisations pour la procédure stockée étendue.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the extended stored procedure.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations de la procédure stockée étendue en les limitant au jeu d'autorisations spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the extended stored procedure.</returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations de la procédure stockée étendue qui appartient à l'utilisateur spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the extended stored procedure.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is owner of the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations de la procédure stockée étendue qui appartiennent à l'utilisateur spécifié et au jeu d'autorisations spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the extended stored procedure.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is owner of the extended stored procedure.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the extended stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure. If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la procédure stockée étendue, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la procédure stockée étendue, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the extended stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the extended stored procedure. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la procédure stockée étendue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la procédure stockée étendue et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the extended stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la procédure stockée étendue et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the extended stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la procédure stockée étendue et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the extended stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la procédure stockée étendue et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the extended stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the extended stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the extended stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the extended stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the extended stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.CreateDate">
			<summary>Obtient la date et l'heure de création de la procédure stockée étendue.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the extended stored procedure was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la procédure stockée étendue.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the extended stored procedure was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.DllLocation">
			<summary>Obtient ou définit le chemin d'accès au répertoire de la bibliothèque de liens dynamiques qui contient la routine externe, définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the directory path for the dynamic link library that contains the routine.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.ExtendedProperties">
			<summary>Obtient les propriétés étendues de la procédure stockée étendue.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.ID">
			<summary>Obtient la valeur d'ID système qui identifie de façon unique la procédure stockée étendue.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the extended stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.IsSchemaOwned">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée étendue est possédée par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the extended stored procedure is schema owned.If True, the extended stored procedure is schema owned. Otherwise, it is not.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.IsSystemObject">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée étendue est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the extended stored procedure is a system object.If True, the extended stored procedure is a system object.If False, the extended stored procedure is a user object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Owner">
			<summary>Obtient ou définit le propriétaire de la procédure stockée étendue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the extended stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> qui représentent toutes les procédures stockées étendues définies sur la base de données parente.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Add(Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure)">
			<summary>Ajoute une procédure stockée étendue à la collection.</summary>
			<param name="extendedStoredProcedure"><see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object value that represents the extended stored procedure.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object value that represents the extended stored procedure.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> dans la collection par nom et avec un schéma spécifié. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object value that represents the extended stored procedure.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FailedOperationException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException" /> représente l'exception levée lorsqu'une opération échoue.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException" /> qui contient le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Failed Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException" /> qui contient le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Failed Operation exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that specifies the inner exception for the Failed Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String,System.Object,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException" /> avec l'objet sur lequel l'opération spécifiée a échoué et qui a l'exception interne spécifiée.</summary>
			<param name="operation">A <see cref="T:System.String" /> object that specifies the operation that failed.</param>
			<param name="failedObject">An <see cref="T:System.Object" /> system object value that specifies the object on which the operation failed.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Failed Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.#ctor(System.String,System.Object,System.Exception,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FailedOperationException" /> qui a l'objet sur lequel l'opération spécifiée a échoué et qui a l'exception interne et le motif spécifiés.</summary>
			<param name="operation">A <see cref="T:System.String" /> value that specifies the operation that failed.</param>
			<param name="failedObject">An <see cref="T:System.Object" /> system object value that specifies the object on which the operation failed.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Failed Operation exception.</param>
			<param name="reason">A <see cref="T:System.String" /> value that specifies the reason why the exception occurred.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FailedOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Remplacer selon la méthode virtuelle <see cref="T: System.Runtime.Serialization.SerializationInfo" /> ObjectData.</summary>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown..</param>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.t</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.FailedObject">
			<summary>Obtient ou définit l'objet sur lequel l'opération a échoué.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the object on which the operation failed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.Message">
			<summary>Obtient le texte du message qui explique l'exception.</summary>
			<returns>A <see cref="T:System.String" /> value that contains an explanation of the exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.Operation">
			<summary>Obtient ou définit l'opération qui a échoué.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the operation that failed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FailedOperationException.SmoExceptionType">
			<summary>Obtient le type d'exception.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FileGroup">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> représente un groupe de fichiers SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> sur la base de données spécifiée et qui a le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that represents the database that stores files in the file group.</param>
			<param name="n ame">A <see cref="T:System.String" /> value that represents the name of the file group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> sur la base de données spécifiée, avec le nom spécifié. Facultativement, permet la création d'un groupe de fichiers FILESTREAM.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that represents the database that stores files in the file group.</param>
			<param name="name">A <see cref="T:System.String" /> value that represents the name of the file group.</param>
			<param name="isFileStream">A <see cref="T:System.Boolean" /> value. If (true) the instance will be initialized so that file groups of FILESTREAM type can be created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.CheckFileGroup">
			<summary>Analyse et teste l'intégrité des pages de bases de données conservées dans les fichiers du système d'exploitation qui implémentent le groupe de fichiers.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains the error messages returned for the integrity test.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.CheckFileGroupDataOnly">
			<summary>Analyse et teste l'intégrité des pages de bases de données utilisées pour conserver les données des tables dans les fichiers du système d'exploitation qui implémentent le groupe de fichiers.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains the error messages returned for the integrity test.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Create">
			<summary>Crée un groupe de fichiers selon l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Drop">
			<summary>Supprime le groupe de fichiers de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.EnumObjects">
			<summary>Énumère les tables système et les tables définies par l'utilisateur, les index et les mécanismes de statistiques stockés dans un groupe de fichiers.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array that contains all the objects within the file group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.MarkForDrop(System.Boolean)">
			<summary>Marque le groupe de fichiers à supprimer la prochaine fois que son objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> parent est modifié par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter" />.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether the file group is dropped when an <see cref="M:Microsoft.SqlServer.Management.Smo.Database.Alter" /> method is run on the parent <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object.If True, the file group is dropped when the database is altered.If False, the file group is not marked for drop.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroup.Rename(System.String)">
			<summary>Renomme le groupe de fichiers.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the file group.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.Files">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> représente un fichier appartenant au groupe de fichiers.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataFileCollection" /> object that represents all the data files defined on the database. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le groupe de fichiers.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the file group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.IsDefault">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie si le groupe de fichiers est le groupe de fichiers par défaut pour la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the file group is the default.If True, the file group is the default file group for the database. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.IsFileStream">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le groupe de fichiers est de type FILESTREAM.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the file group is of type FILESTREAM.If True, the file group is of type FILESTREAM. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.Parent">
			<summary>Obtient ou définit l'objet parent <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.ReadOnly">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le groupe de fichiers est en lecture seule.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the file group is read-only.If True, the file group is read-only. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroup.Size">
			<summary>Obtient ou définit la taille du groupe de fichiers, en Mo.</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the size of the file group in MB.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> qui représentent tous les groupes de fichiers définis sur la base de données parente.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Add(Microsoft.SqlServer.Management.Smo.FileGroup)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" />.</summary>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object that specifies the filegroup to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.CopyTo(Microsoft.SqlServer.Management.Smo.FileGroup[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Remove(Microsoft.SqlServer.Management.Smo.FileGroup)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> en spécifiant l'objet.</summary>
			<param name="fileGroup">A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object that specifies the filegroup to remove from the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> en spécifiant le nom du groupe de fichiers.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the filegroup to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object value that represents the filegroup.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object value that represents the filegroup.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FileGroupCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType" /> contient des valeurs utilisées pour spécifier le type d'accès autorisé sur les opérations de flux de fichier.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType.Disabled">
			<summary>L'accès au flux de fichier est désactivé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType.FullAccess">
			<summary>L'accès total est autorisé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType.TSqlAccess">
			<summary>L'accès est autorisé à l'aide des commandes Transact-SQL.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel" /> contient des valeurs utilisées pour spécifier le niveau de flux de fichier.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel.Disabled">
			<summary>Le flux de fichier est désactivé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel.TSqlAccess">
			<summary>
            Les instructions Transact-SQL peuvent accéder au flux de fichier.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel.TSqlFullFileSystemAccess">
			<summary>
            Les instructions Transact-SQL ont accès au fichier complet et au système.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel.TSqlLocalFileSystemAccess">
			<summary>
            Les instructions Transact-SQL ont accès au fichier local et au système.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKey">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> représente une clé étrangère SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.#ctor(Microsoft.SqlServer.Management.Smo.Table,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> sur la table spécifiée, avec le nom spécifié.</summary>
			<param name="table">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that specifies the table on which to create the foreign key.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the foreign key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Create">
			<summary>Crée une clé étrangère sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Drop">
			<summary>Supprime la clé étrangère.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.MarkForDrop(System.Boolean)">
			<summary>Marque la clé étrangère à supprimer la prochaine fois que son objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> parent est modifié par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" />.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to drop the foreign key when its parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object is altered with the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" /> method.If True, the foreign key is dropped when the <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" /> method is run on the parent <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object.If False, the foreign key is dropped immediately.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Rename(System.String)">
			<summary>Renomme la clé étrangère avec le nouveau nom spécifié.  </summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the foreign key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la clé étrangère.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKey.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la clé étrangère comme spécifié par les options de script.  </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.Columns">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> représente une colonne incluse dans la clé étrangère.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> object that represents all the columns included in the foreign key. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.CreateDate">
			<summary>Obtient la date et l'heure de création de la clé étrangère.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date when the foreign key was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la clé étrangère.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date when the foreign key was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.DeleteAction">
			<summary>Obtient ou définit l'action effectuée lorsque la ligne référencée par la clé étrangère est supprimée. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyAction" /> value that specifies the action taken when the row that is referenced by the foreign key is deleted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la clé étrangère.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the foreign key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.IsChecked">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la contrainte de clé étrangère a été activée sans vérifier les lignes existantes.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the foreign key constraint was enabled without checking existing rows.If True, the foreign key constraint was enabled without checking existing rows.If False (default), all rows were checked when the foreign key constraint was enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la clé étrangère est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the foreign key is enabled.If True, the foreign key is enabled.If False (default), the foreign key is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.IsSystemNamed">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la clé étrangère est nommée par le système ou par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the foreign key is named by the system or the user.If True, the foreign key is named by the system.If False (default), the foreign key is named by the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.Name">
			<summary>Obtient ou définit le nom de la clé étrangère.</summary>
			<returns>A string value that contains the name of the foreign key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.NotForReplication">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la clé étrangère est disponible pour la réplication.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the foreign key is available for replication.If True, the foreign key is not available for publishing by replication services.If False (default), the foreign key is available for publishing by replication services.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ReferencedKey">
			<summary>Obtient la clé primaire référencée par la clé étrangère.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the primary key referenced by the foreign key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ReferencedTable">
			<summary>Obtient ou définit la table qui contient la clé primaire référencée par la clé étrangère.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ReferencedTableSchema">
			<summary>Obtient ou définit le schéma de la table qui contient la clé primaire référencée par la clé étrangère.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced table schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ScriptReferencedTable">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie s'il faut exécuter le script de la table référencée par la clé étrangère.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script the table referenced by the foreign key.If True, the table referenced in the foreign key is included in scripting operations.If False (default), no attempt is made to include the table referenced by the foreign key in scripting operations.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.ScriptReferencedTableSchema">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie s'il faut exécuter le script du schéma de la table référencée par la clé étrangère.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script the schema of table referenced by the foreign key.If True, the schema of the table referenced in the foreign key is included in scripting operations.If False (default), no attempt is made to include the schema of the table referenced by the foreign key in scripting operations.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKey.UpdateAction">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la clé étrangère prend en charge les mises à jour en cascade.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the foreign key supports cascading updates.If True, all rows containing the foreign key are also updated when you attempt to update a row with a key that is referenced by the foreign key.If False (default), the foreign key is not updated.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> qui représentent toutes les clés étrangères définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKey)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> à la collection de clés étrangères.</summary>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object value that is to be added into the foreign key collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ForeignKey[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Remove(Microsoft.SqlServer.Management.Smo.ForeignKey)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> de la collection de clés étrangères.</summary>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object value that specifies the foreign key to be removed from the foreign key collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> de la collection de clés étrangères.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of foreign key to be removed from the foreign key collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object value that represents the foreign key.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object value that represents the foreign key.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> représente une colonne de clé étrangère SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.#ctor(Microsoft.SqlServer.Management.Smo.ForeignKey,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> selon la clé étrangère spécifiée avec le nom spécifié.</summary>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object on which to base the new instance.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.#ctor(Microsoft.SqlServer.Management.Smo.ForeignKey,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> selon la clé étrangère spécifiée avec le nom spécifié, qui référence la colonne spécifiée.</summary>
			<param name="foreignKey">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object on which to base the new instance.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
			<param name="referencedColumn">A <see cref="T:System.String" /> value that specifies the referenced column.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.ID">
			<summary>Obtient la valeur d'ID de la colonne de la clé étrangère.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the foreign key column ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object that specifies the parent object of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn.ReferencedColumn">
			<summary>Obtient ou définit la colonne référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced column.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> qui représentent toutes les colonnes de clé étrangère définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> à la collection de colonnes de clé étrangère.</summary>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object value that is to be added into the foreign key column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn,System.Int32)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> à une position d'index spécifiée dans la collection de colonnes de clé étrangère.</summary>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object value that is to be added into the foreign key column collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position of the foreign key column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Add(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn,System.String)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> à la position qui suit un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> existant dans la collection de colonnes de clé étrangère.</summary>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object value that is to be added into the foreign key column collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object in the collection after which to insert the new <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.ForeignKeyColumn)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> de la collection de colonnes de clé étrangère.</summary>
			<param name="foreignKeyColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object value that specifies the foreign key column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object value that represents the foreign key column.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object value that represents the foreign key column.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKeyColumnCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FragmentationOption">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" /> est une liste de valeurs constantes qui spécifient les niveaux de détail des informations de fragmentation collectées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FragmentationOption.Detailed">
			<summary>Valeur = 3. Calcule les statistiques sur 100 % des données. Cette option est disponible à partir de SQL Server 2005.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FragmentationOption.Fast">
			<summary>Valeur = 1. Calcule les statistiques uniquement sur les pages de niveau parent. Cette option est disponible à partir de SQL Server 2000.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.FragmentationOption.Sampled">
			<summary>Valeur = 2. Calcule les statistiques sur des échantillons de données. Cette option est disponible à partir de SQL Server 2005.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FrequencyPair">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FrequencyPair" /> est un utilitaire qui mesure la fréquence en stockant des informations de comptage et de durée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FrequencyPair.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FrequencyPair" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FrequencyPair.Count">
			<summary>Obtient le nombre d'événements qui se sont produits au cours d'une période de temps spécifiée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of events in the specified period.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FrequencyPair.Duration">
			<summary>Obtient la période de temps spécifiée au cours de laquelle les événements sont comptés.</summary>
			<returns>A <see cref="T:System.Timespan" /> value that specifies the given time period.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> représente un catalogue de texte intégral de la recherche Microsoft.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database on which to create the full-text catalog.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Create">
			<summary>Crée un catalogue de texte intégral sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the full text catalog.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the full text catalog.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the full text catalog.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Drop">
			<summary>Supprime le catalogue de texte intégral représenté par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumErrorLogs">
			<summary>Énumère les journaux des erreurs pour le catalogue de texte intégral référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of error logs for the full-text catalog.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives au catalogue de texte intégral.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the full-text catalog.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives au catalogue de texte intégral en les limitant au jeu d'autorisations spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the full-text catalog.</returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives au catalogue de texte intégral qui appartiennent à l'utilisateur spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the full-text catalog.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is the owner of the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives au catalogue de texte intégral qui appartiennent à l'utilisateur spécifié en les limitant au jeu d'autorisations spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> object array value that contains a list of permissions for the full-text catalog.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the user who is the owner of the full-text catalog.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that limits the enumerated list to those listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full text catalog.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog. If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le catalogue de texte intégral, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le catalogue de texte intégral, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full text catalog.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the full text catalog. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ReadErrorLog">
			<summary>Retourne les informations dans le journal des erreurs.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that lists the information in the error log.FieldDescriptionLogDateThe date and time when the item was logged.ProcessInfoA process that caused the error.TextThe error message text. The text contains new line and return ANSI characters.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ReadErrorLog(System.Int32)">
			<summary>Retourne les informations dans le journal des erreurs pour le numéro de journal spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that lists the information in the error log.FieldDescriptionLogDateThe date and time when the item was logged.ProcessInfoA process that caused the error.TextThe error message text. The text contains new line and return ANSI characters.</returns>
			<param name="logNumber">An <see cref="T:System.Int32" /> value that specifies the log number.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Rebuild">
			<summary>Reconstruit entièrement le catalogue de texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Rebuild(System.Boolean)">
			<summary>Reconstruit entièrement le catalogue de texte intégral avec l'option permettant de modifier le critère de respect des accents.</summary>
			<param name="accentSensitive">A <see cref="T:System.Boolean" /> value that specifies whether the rebuilt full-text catalog is accent sensitive.If True, the rebuilt full-text catalog is accent sensitive.If False, the rebuilt full-text catalog is not accent sensitive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Reorganize">
			<summary>Force une fusion principale du catalogue de texte intégral référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur le catalogue de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur le catalogue de texte intégral et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full text catalog.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque les autorisations précédemment accordées à des bénéficiaire sur le catalogue de texte intégral et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full text catalog.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur le catalogue de texte intégral et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the full text catalog.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à des bénéficiaire sur le catalogue de texte intégral et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full text catalog.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the full text catalog.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the full text catalog.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full text catalog.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the full text catalog. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le catalogue de texte intégral.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le catalogue de texte intégral comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.StartPopulation(Microsoft.SqlServer.Management.Smo.CatalogPopulationAction)">
			<summary>Démarre le remplissage du catalogue de texte intégral. </summary>
			<param name="action">A <see cref="T:Microsoft.SqlServer.Management.Smo.CatalogPopulationAction" /> object that specifies the type of action to take when populating the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalog.StopPopulation">
			<summary>Arrête le remplissage du catalogue de texte intégral. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ErrorLogSize">
			<summary>Obtient la taille du journal des erreurs.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the size of the full-text catalog error log in bytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.FileGroup">
			<summary>Obtient ou définit le groupe de fichiers sur lequel ce catalogue réside.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the file group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.FullTextIndexSize">
			<summary>Obtient la taille de l'index de recherche en texte intégral.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the size of the full-text index in megabytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.HasFullTextIndexedTables">
			<summary>Obtient une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le catalogue de texte intégral est utilisé par au moins une table pour le stockage des données d'index.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the full-text catalog is used by at least one table.If True, at least one table uses the referenced full-text catalog for index data storage.If False, no tables use the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le catalogue de texte intégral de la recherche Microsoft.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the full-text catalog ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.IsAccentSensitive">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le catalogue de texte intégral référencé respecte les accents.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the full-text catalog is accent sensitive.If True, the full-text catalog is accent sensitive.If False, the full-text catalog is not accent sensitive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.IsDefault">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le catalogue de texte intégral référencé est le catalogue par défaut pour la création d'index de recherche en texte intégral.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether full-text indexes are created on the referenced full-text catalog by default.If True, full-text indexes are created on the referenced full-text catalog by default.If False, full-text indexes are not created on the referenced full-text catalog by default.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.ItemCount">
			<summary>Obtient la totalité des lignes de texte intégral indexées dans le catalogue de texte intégral.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of full-text indexed rows in the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Owner">
			<summary>Obtient ou définit le propriétaire du catalogue de texte intégral.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.PopulationCompletionAge">
			<summary>Obtient le temps qui s'est écoulé depuis le dernier remplissage du catalogue de texte intégral réussi.</summary>
			<returns>A <see cref="T:System.Timespan" /> system object value that specifies the time since the last successful full-text catalog population.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.PopulationCompletionDate">
			<summary>Obtient la date et l'heure du dernier remplissage du catalogue de texte intégral réussi.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time of the last successful full-text catalog population </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.PopulationStatus">
			<summary>Obtient l'état du remplissage du catalogue de texte intégral référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CatalogPopulationStatus" /> object value that specifies the status of the referenced full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.RootPath">
			<summary>Obtient ou définit le chemin d'accès principal au répertoire du système d'exploitation pour le stockage des catalogues de texte intégral de la recherche Microsoft.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path to the operating system directory that is used as the primary path for full-text storage.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalog.UniqueKeyCount">
			<summary>Obtient le nombre approximatif de mots uniquement adressables dans le catalogue de texte intégral référencé.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of words uniquely addressable in the referenced full-text catalog.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> qui représentent tous les catalogues de texte intégral définis sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Add(Microsoft.SqlServer.Management.Smo.FullTextCatalog)">
			<summary>Ajoute un catalogue de texte intégral à la collection FullTextCatalog.</summary>
			<param name="fullTextCatalog"><see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.CopyTo(Microsoft.SqlServer.Management.Smo.FullTextCatalog[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value at which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object value that represents the full-text catalog.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object value that represents the full-text catalog.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextIndex">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> représente un index de recherche en texte intégral de la recherche Microsoft.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.#ctor(Microsoft.SqlServer.Management.Smo.TableViewBase)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> sur la table parent ou sur l'objet de vue spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableViewBase" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalog" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Alter(System.Boolean)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> sur l'instance de SQL Server avec l'option permettant de spécifier si l'index de recherche en texte intégral est rempli automatiquement après l'ajout ou la suppression de colonnes. </summary>
			<param name="noPopulation">A <see cref="T:System.Boolean" /> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Create">
			<summary>Crée un index de recherche en texte intégral sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Create(System.Boolean)">
			<summary>Crée un index de recherche en texte intégral sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> avec l'option permettant de spécifier si l'index de recherche en texte intégral est rempli automatiquement après l'ajout ou la suppression de colonnes.</summary>
			<param name="noPopulation">A <see cref="T:System.Boolean" /> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Disable">
			<summary>Désactive l'index de recherche en texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Drop">
			<summary>Supprime l'index de recherche en texte intégral de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Enable">
			<summary>Active l'index de recherche en texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Refresh">
			<summary>Actualise l'index de recherche en texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'index de recherche en texte intégral.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'index de recherche en texte intégral comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.StartPopulation(Microsoft.SqlServer.Management.Smo.IndexPopulationAction)">
			<summary>Démarre le remplissage du catalogue de texte intégral.</summary>
			<param name="action">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexPopulationAction" /> object value that specifies Full or Incremental population of the full-text catalog.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndex.StopPopulation">
			<summary>Arrête le remplissage complet ou incrémentiel du catalogue de texte intégral.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.CatalogName">
			<summary>Obtient ou définit le catalogue de texte intégral qui prend en charge les requêtes de texte intégral pour l'index de recherche en texte intégral référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the full-text catalog that supports full-text queries for the referenced full-text index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.ChangeTracking">
			<summary>Obtient ou définit le type de suivi des modifications utilisé par l'index de recherche en texte intégral référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ChangeTracking" /> object value that specifies the type of change tracking in the referenced full-text index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.DocumentsProcessed">
			<summary>Obtient le nombre de documents déjà traités dans l'analyse active sur l'index de recherche en texte intégral référencé. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of documents already processed in the current active crawl.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.FilegroupName">
			<summary>Obtient le nom du groupe de fichiers dans lequel l'index de recherche en texte intégral est stocké. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the file group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.IndexedColumns">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> représente une colonne de texte intégral indexée sur l'index de recherche en texte intégral.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" /> object that represents all the full-text indexed columns defined on the full-text index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.IsEnabled">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index de recherche en texte intégral référencé est configuré pour participer à l'indexation de recherche en texte intégral de Microsoft.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the full-text index is enabled and participating in full-text indexing.If True, the full-text index is participating in full-text indexing.If False (default), the full-text index is disabled and not configured to participate in full-text indexing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.ItemCount">
			<summary>Obtient le nombre d'éléments indexés de texte intégral.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of full-text indexed items.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.NumberOfFailures">
			<summary>Obtient le nombre de documents qui n'ont pas pu être indexés en texte intégral.  </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of documents that failed to be full-text indexed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.PendingChanges">
			<summary>Obtient le nombre d'entrées en attente que l'index de recherche en texte intégral doit traiter. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of pending entries to be processed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.PopulationStatus">
			<summary>Obtient le type de remplissage en cours.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexPopulationStatus" /> object value that specifies whether the current population is incremental or full.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.StopListName">
			<summary>Obtient le nom de la liste de mots vides de recherche en texte intégral. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the full-text stop list.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.StopListOption">
			<summary>Obtient l'option de liste de mots vides associée à l'index de recherche en texte intégral. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StopListOption" /> value that specifies the stop list option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndex.UniqueIndexName">
			<summary>Obtient ou définit un nom unique pour l'index de recherche en texte intégral.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies a unique name for the full-text index.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> représente une colonne de l'index de recherche en texte intégral de la recherche Microsoft.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.#ctor(Microsoft.SqlServer.Management.Smo.FullTextIndex,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> sur l'index de recherche en texte intégral spécifié et avec le nom spécifié.</summary>
			<param name="fullTextIndex">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the full-text index column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Create">
			<summary>Crée une colonne d'index de recherche en texte intégral sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Create(System.Boolean)">
			<summary>Crée une colonne d'index de recherche en texte intégral sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> avec l'option permettant de spécifier si l'index de recherche en texte intégral est rempli automatiquement après l'ajout ou la suppression de colonnes.</summary>
			<param name="noPopulation">A <see cref="T:System.Boolean" /> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Drop">
			<summary>Supprime la colonne de l'index de recherche en texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Drop(System.Boolean)">
			<summary>Supprime la colonne de l'index de recherche en texte intégral avec l'option permettant de spécifier si l'index de recherche en texte intégral est rempli automatiquement après que les colonnes ont été ajoutées ou supprimées.</summary>
			<param name="noPopulation">A <see cref="T:System.Boolean" /> value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la colonne de l'index de recherche en texte intégral.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la colonne de l'index de recherche en texte intégral comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Language">
			<summary>Obtient ou définit le langage utilisé par la colonne de l'index de recherche en texte intégral.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the language supported by the full-text index column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn.TypeColumnName">
			<summary>Obtient ou définit le nom de la colonne dans la table qui stocke le type de document. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the column that stores the document type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> qui représentent toutes les colonnes d'index de recherche en texte intégral définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Add(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> à la collection de colonnes d'index de recherche en texte intégral.</summary>
			<param name="fullTextIndexColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object value that is to be added into the full-text index column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> objects.</param>
			<param name="index">A <see cref="T:System.Int32" /> value that specifies the index value at which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" />.</summary>
			<param name="fullTextIndexColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object value that specifies the full-text index column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> de la collection de colonnes d'index de recherche en texte intégral.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object to remove from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object value that represents the full-text index column.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object value that represents the full-text index column.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextService">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService" /> autorise l'accès par programme aux paramètres de texte intégral de la Recherche Microsoft. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Cleanup">
			<summary>Recherche et supprime des ressources de catalogue de texte intégral dans le système de fichiers qui n'ont pas d'entrées correspondantes dans la table système liée au texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.EnumLanguages">
			<summary>Énumère tous les langages pris en charge par la service de Recherche Microsoft.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of languages supported by the Microsoft Search service. The following table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the language. See sp_helplanguage (Transact-SQL).Lcid<see cref="T:System.Int32" />The local ID for the language. See sp_helplanguage (Transact-SQL).</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer les paramètres du service de Recherche Microsoft.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer les paramètres du service de Recherche Microsoft comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextService.UpdateLanguageResources">
			<summary>Met à jour les chaînes de langage utilisées au niveau de l'index et la durée de la requête enregistrées avec la Recherche Microsoft.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.AllowUnsignedBinaries">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les binaires non signés peuvent être chargés par la Recherche Microsoft.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Microsoft Search allows loading of unsigned binaries.Returns True if Microsoft Search allows loading of unsigned binaries; otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.CatalogUpgradeOption">
			<summary>Obtient ou définit l'option de mise à niveau pour le service de recherche en texte intégral. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextCatalogUpgradeOption" /> object value that specifies the upgrade option for the full-text service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.ConnectTimeout">
			<summary>Obtient ou définit l'intervalle de temps autorisé pour la Recherche Microsoft, pour tenter une connexion à une instance de SQL Server avant le dépassement du délai. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> system object value that specifies the connection time-out interval allowed to try a connection to an instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.DataTimeout">
			<summary>Obtient ou définit l'intervalle de temps autorisé pour la Recherche Microsoft, pour attendre les données qui doivent être retournées pendant le remplissage de l'index de recherche en texte intégral, avant l'expiration du délai. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> system object value that specifies the time-out interval allowed for data to be returned during full-text index population. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.DefaultPath">
			<summary>Obtient le chemin d'accès par défaut au système d'exploitation qui spécifie le répertoire racine dans l'implémentation du catalogue de texte intégral de la Recherche Microsoft.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default operating system path for the root directory used in the implementation of the Microsoft Search full-text catalog.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.LoadOSResourcesEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les composants du système d'exploitation sont autorisés. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether operating system components are allowed.Returns True if operating system resources are allowed; otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextService.ResourceUsage">
			<summary>Obtient ou définit le paramètre du système d'exploitation définissant la priorité d'exécution pour le service de Recherche Microsoft.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ResourceUsage" /> object value that specifies the relative execution priority operating-system setting for the Microsoft Search service.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextStopList">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> représente une liste de mots vides de texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.#ctor">
			<summary>Initialise une nouvelle instance par défaut de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> sur la base de données spécifiée et qui a le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> value that specifies the parent database for the full-text stop list.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the full text stop list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.AddStopWord(System.String,System.String)">
			<summary>Ajoute un mot vide à la liste de mots vides pour l'index de recherche en texte intégral.</summary>
			<param name="stopword">A <see cref="T:System.String" /> value that specifies the stopword to be added to the stop list.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language of the stopword.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Create">
			<summary>Crée une liste de mots vides de texte intégral sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.CreateFromExistingStopList(System.String)">
			<summary>Crée une liste de mots vides de texte intégral sur l'instance de SQL Server à partir de la liste de mots vides spécifiée.</summary>
			<param name="stoplistName">A <see cref="T:System.String" /> value that specifies the name of the stop list from which the full-text stop list will be created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.CreateFromExistingStopList(System.String,System.String)">
			<summary>Crée une liste de mots vides de texte intégral sur l'instance de SQL Server à partir de la liste de mots vides spécifiée, sur la base de données spécifiée.</summary>
			<param name="dbName">A <see cref="T:System.String" /> value that contains the name of the database on which the full-text stop list will be created.</param>
			<param name="stoplistName">A <see cref="T:System.String" /> value that specifies the name of the stop list from which the full-text stop list will be created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.CreateFromSystemStopList">
			<summary>Crée une liste de mots vides à partir de la liste de mots vides système par défaut.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions to be denied.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified permission set on the full-text stop list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions to be denied.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies the grantees to be denied the specified set of permissions on the full-text stop list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions to be denied.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the full-text stop list.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether the users to whom the grantee granted the specified set of permission are also denied access to the specified set of permissions on the full-text stop list.If True, the grantee and the users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies the grantees to be denied the specified set of permissions on the full-text stop list.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether the users to whom the grantee granted the specified set of permission are also denied access to the specified set of permissions on the full-text stop list.If True, the grantee and the users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Drop">
			<summary>Supprime la liste de mots vides de texte intégral de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the full-text stop list. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour l'autorisation spécifiée sur la liste de mots vides de texte intégral.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the full-text stop list. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur la liste de mots vides de texte intégral.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the full-text stop list. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié et pour une autorisation spécifiée sur la liste de mots vides de texte intégral.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the full-text stop list. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the full-text stop list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the full-text stop list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations au bénéficiaire spécifié sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the full-text stop list.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full-text stop list.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full-text stop list; otherwise, False</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations aux bénéficiaires spécifiés sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the full-text stop list.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full-text stop list.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full-text stop list; otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la liste de mots vides de texte intégral, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the full-text stop list.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full-text stop list.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full-text stop list; otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the full-text stop list. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la liste de mots vides de texte intégral, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies the grantees to be granted the specified set of permissions on the full-text stop list.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the full-text stop list.If True, the grantee is given the ability to grant the specified set of permissions to other users on the full-text stop list; otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the full-text stop list. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.HasStopWord(System.String,System.String)">
			<summary>Vérifie que le mot vide spécifié avec le langage spécifié est présent dans la liste de mots vides de texte intégral.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the full-text stop list contains the specified stopword. Returns True if the stopword is present; otherwise, False.</returns>
			<param name="stopword">A <see cref="T:System.String" /> value that specifies the stopword to verify.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language of the stopword to verify.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.RemoveAllStopWords">
			<summary>Supprime tous les mots vides de la liste de mots vides de texte intégral.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.RemoveAllStopWords(System.String)">
			<summary>Supprime tous les mots vides avec le langage spécifié de la liste de mots vides de texte intégral.</summary>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language of the stopwords to be removed from the stop list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.RemoveStopWord(System.String,System.String)">
			<summary>Supprime les mots vides spécifiés, avec le langage spécifié, de la liste de mots vides de texte intégral.</summary>
			<param name="stopword">A <see cref="T:System.String" /> value that specifies the stopword to be removed.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language of the stopword to be removed from the stop list.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la liste de mots vides de texte intégral.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la liste de mots vides de texte intégral et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full-text stop list.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full-text stop list.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la liste de mots vides de texte intégral et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full-text stop list.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full-text stop list.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la liste de mots vides de texte intégral et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full-text stop list.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full-text stop list.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la liste de mots vides de texte intégral et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the full-text stop list.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the full-text stop list.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the full-text stop list.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la liste de mots vides de texte intégral.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopList.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL avec les options de script spécifiées qui peut être utilisé pour recréer la liste de mots vides de texte intégral.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script.</returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextStopList.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la liste de mots vides de texte intégral. </summary>
			<returns>An <see cref="T:System.ID" /> value that specifies the ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextStopList.Owner">
			<summary>Obtient ou définit le nom du propriétaire de la liste de mots vides de texte intégral. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the full-text stop list.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextStopList.Parent">
			<summary>Obtient ou définit le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> value that specifies the parent of the object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> qui représentent toutes les listes de mots vides de texte intégral définies sur la base de données parente.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection.Add(Microsoft.SqlServer.Management.Smo.FullTextStopList)">
			<summary>Ajoute la liste de mots vides de texte intégral spécifiée à la collection. </summary>
			<param name="fullTextStopList">A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection.CopyTo(Microsoft.SqlServer.Management.Smo.FullTextStopList[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy from.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> object that is a member of the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> object to return.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> qui a le nom spécifié dans la collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopList" /> object to return.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextStopListCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.HttpProtocol">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.HttpProtocol" /> représente un protocole HTTP sur une instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.HttpProtocol.Create">
			<summary>Crée un protocole HTTP sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.HttpProtocol" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.AuthenticationRealm">
			<summary>Obtient ou définit un indicateur de domaine d'authentification utilisé dans la demande d'authentification HTTP.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the authentication realm hint used in the HTTP authentication challenge.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.ClearPort">
			<summary>Obtient ou définit le numéro d'adresse du port CLEAR.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the clear port address number.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.DefaultLogonDomain">
			<summary>Obtient ou définit le domaine d'ouverture de session pour le point de terminaison HTTP.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the logon domain.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpAuthenticationModes">
			<summary>Obtient ou définit le type d'authentification utilisé pour authentifier des utilisateurs qui se connectent à l'instance de SQL Server via le port HTTP.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpAuthenticationModes" /> object value that specifies the authentication type used to authenticate users logging in through the HTTP port.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpPortTypes">
			<summary>Obtient ou définit le type de port HTTP.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.HttpPortTypes" /> object value that specifies the HTTP port type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.IsCompressionEnabled">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si la compression HTTP est prise en charge avec le protocole HTTP.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether HTTP compression is supported with the HTTP protocol.If True, HTTP compression is supported.If False (default), HTTP compression is not supported.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.IsSystemObject">
			<summary>Indique si le protocole Http est un objet système.</summary>
			<returns><see cref="T:System.Bool" /> indicating if the protocol is a system level object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.SslPort">
			<summary>Obtient ou définit le numéro d'adresse du port SSL.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the SSL port address number.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.WebSite">
			<summary>Obtient ou définit le site Web auquel le protocole HTTP est associé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Web site with which the HTTP protocol is associated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.WebSiteUrlPath">
			<summary>Obtient ou définit le chemin d'accès à l'URL à laquelle le protocole HTTP est associé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the URL path based on the value of the <see cref="P:Microsoft.SqlServer.Management.Smo.HttpProtocol.WebSite" /> property.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IColumnPermission">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.IColumnPermission" /> représente l'interface qui gère les autorisations pour une colonne spécifiée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Refuse l'accès aux autorisations spécifiées pour le bénéficiaire spécifié dans la liste de colonnes spécifiée.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Refuse l'accès aux autorisations spécifiées pour les bénéficiaires spécifiés dans la liste de colonnes spécifiée.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé l'accès dans la liste de colonnes spécifiée.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé l'accès dans la liste de colonnes spécifiée.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.EnumColumnPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur la colonne référencée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the stored procedure. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur la colonne référencée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the referenced column. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Octroie l'accès à l'autorisation spécifiée pour le bénéficiaire spécifié sur la liste référencée de colonnes.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Octroie l'accès à l'autorisation spécifiée pour les bénéficiaires spécifiés sur la procédure stockée.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs pour le bénéficiaire spécifié sur les colonnes référencées.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the names of the columns to which the permission is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to deny other users access to the referenced columns.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs pour le bénéficiaire spécifié sur les colonnes référencées.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to deny other users access to the referenced columns.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Octroie l'accès au jeu d'autorisations spécifié et la capacité d'octroyer l'accès à d'autres utilisateurs pour le bénéficiaire spécifié sur les colonnes référencées dans un rôle donné.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to grant other users access to the referenced columns. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the referenced columns to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Octroie l'accès au jeu d'autorisations spécifié et la capacité d'octroyer l'accès à d'autres utilisateurs pour les bénéficiaires spécifiés sur les colonnes référencées dans un rôle donné.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies a list of grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to grant other users access to the referenced columns. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the referenced columns to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur les colonnes référencées.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is revoked.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur les colonnes référencées.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array that specifies the names of the columns to which the permission is revoked.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes référencées et tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the names of the columns to which the set of permissions is revoked.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur la procédure stockée et tous les autres utilisateurs à qui les bénéficiaires ont accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the names of the columns to which the set of permissions is revoked.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaires sur les colonnes référencées et tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the names of the columns to which the set of permissions is revoked.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the referenced columns for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IColumnPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur les colonnes référencées et tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> value that specifies the column to which the set of permissions is revoked.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the referenced columns for other users.If True, the grantee is given the ability to revoke other users' access from the referenced columns.If False, the grantee is not given the ability to revoke other users' access from the referenced columns.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the referenced columns for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet">
			<summary>Interface qui définit les méthodes et les propriétés de la facette de maintenance de la base de données.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet.DataAndBackupOnSeparateLogicalVolumes">
			<summary>Valeur booléenne qui indique si les données et la sauvegarde se trouvent sur des volumes logiques distincts.</summary>
			<returns><see cref="T:System.Boolean" />If True Data and Backup are on separate logical volumes.If False Data and Backup are not on separate logical volumes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet.LastBackupDate">
			<summary>Obtient un datetime de la dernière sauvegarde de la base de données.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet.LastLogBackupDate">
			<summary>Obtient un datetime de la dernière sauvegarde de fichiers journaux.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet.PageVerify">
			<summary>Obtient le type de contrôle d'intégrité de page que SQL Server effectue lors de la lecture des pages de la base de données.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.PageVerify" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet.ReadOnly">
			<summary>Obtient ou définit la valeur booléenne qui spécifie si la base de données est en lecture seule.</summary>
			<returns><see cref="T:System.Boolean" />If True the database is read only.If False the database is not read only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet.RecoveryModel">
			<summary>Obtient ou définit le mode de récupération de la base de données.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.RecoveryModel" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseMaintenanceFacet.Status">
			<summary>Obtient un objet DatabaseStatus.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseStatus" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IDatabaseOptions">
			<summary>Interface avec les propriétés qui exposent des options de base de données.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AnsiNullDefault">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_NULL_DEFAULT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_NULL_DEFAULT database option is active.If True, user-defined data types default to allowing NULL values.If False (default), user-defined data types default to not allowing NULL values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AnsiNullsEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_NULLS_ENABLED est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_NULLS_ENABLED database option is active. If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AnsiPaddingEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_PADDING_ENABLED est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_PADDING_ENABLED database option is active.If True, trailing blanks inserted into variable-length columns are not trimmed.If False (default), blanks inserted into variable-length columns are trimmed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AnsiWarningsEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ANSI_WARNING_ENABLED est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI_WARNING_ENABLED database option is active.If True, warnings are issued when null values are encountered in a statement.If False (default), warnings are not issued when null values are encountered in statements.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ArithmeticAbortEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données ARITHMETICABORT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ARITHMETICABORT database option is active.If True, a transaction is stopped and rolled back when an arithmetic error occurs.If False (default), a transaction continues when an arithmetic error occurs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AutoClose">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOCLOSE est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOCLOSE database option is active.If True, the database is closed, and its resources are freed when no user connection accesses the database.If False (default), the server maintains the database in an open and ready state regardless of user activity.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AutoCreateStatisticsEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOCREATESTATISTICS est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOCREATESTATISTICS database option is active.If True, statistics are automatically created.If False (default), statistics are not automatically created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AutoShrink">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOSHRINK est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOSHRINK database option is active. If True, the database is automatically reduced.If False (default), statistics are not automatically reduced.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AutoUpdateStatisticsAsync">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données AUTOUPDATESTATISTICSASYNC est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.If True, statistics are automatically updated.If False (default), statistics are not automatically updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.AutoUpdateStatisticsEnabled">
			<summary>Spécifie si les statistiques de la base de données sont mises à jour automatiquement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value indicating whether statistics are updated automatically. If True, statistics are updated. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.BrokerEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le service Service Broker est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Service Broker service is enabled.If True, statistics are automatically updated.If False (default), statistics are not automatically updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ChangeTrackingAutoCleanUp">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'option CHANGE_TRACKING_AUTO_CLEANUP est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether change tracking information is automatically removed.If True, change tracking information is automatically removed after a configurable retention period.If False (default), change tracking information is not automatically removed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ChangeTrackingEnabled">
			<summary>Obtient ou définit une valeur qui indique si le suivi des modifications est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether change tracking information is supported by the database.If True, change tracking is enabled.If False (default), change tracking information is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ChangeTrackingRetentionPeriod">
			<summary>Obtient ou définit un intervalle qui spécifie pendant combien de temps les informations de suivi des modifications sont conservées.</summary>
			<returns>An Integer value that specifies how long change tracking information is retained, in units defined by the <see cref="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ChangeTrackingRetentionPeriodUnits" /> property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ChangeTrackingRetentionPeriodUnits">
			<summary>Spécifie les unités de la période de rétention du suivi des modifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Replication.RetentionPeriodUnits" /> type that specifies the units for the retention period value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.CloseCursorsOnCommitEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données CURSOR_CLOSE_ON_COMMIT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CURSOR_CLOSE_ON_COMMIT database option is active.If True, the cursor is closed when a transaction commits.If False (default), the cursor is not closed when a transaction commits.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.Collation">
			<summary>Obtient ou définit le classement par défaut utilisé par la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the default collation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.CompatibilityLevel">
			<summary>Obtient ou définit le niveau de compatibilité d'une base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CompatibilityLevel" /> value that specifies the compatibility level for a database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ConcatenateNullYieldsNull">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données CONCAT_NULL_YIELDS_NULL est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.If True, the concatenated result is NULL.If False (default), the value is concatenated with a zero string.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.CreateDate">
			<summary>Obtient la date et l'heure de création de la base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> value specifying the date and time at which the database was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.DatabaseOwnershipChaining">
			<summary>Indique si le chaînage des propriétés est actif.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether database ownership chaining is active.If True, database ownership chaining is active.If False (default), database ownership chaining is inactive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.DatabaseSnapshotBaseName">
			<summary>Obtient le nom de la base d'instantané de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the shapshot base.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.DateCorrelationOptimization">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'optimisation de la corrélation des dates est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the date correlation optimization is active.If True, date correlation optimization is active.If False (default), date correlation optimization is not active.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.DefaultFileGroup">
			<summary>Obtient le groupe de fichiers par défaut utilisé par la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default file group for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.DefaultFileStreamFileGroup">
			<summary>Obtient le groupe de fichiers de flux par défaut utilisé par la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default stream file group for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.EncryptionEnabled">
			<summary>Obtient ou définit une valeur qui indique si le chiffrement est activé pour la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether database encryption is enabled.If True, database encryption is enabled. Otherwise, False (default.)</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.HonorBrokerPriority">
			<summary>Obtient ou définit une valeur qui indique si la priorité spécifié par le Broker est acceptée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the priority specified by the broker is acknowledged.If True, the broker priority is acknowledged. Otherwise, False (default.)</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ID">
			<summary>Obtient la valeur d'ID de la base de données.</summary>
			<returns>An Integer value that uniquely identifies the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.IsParameterizationForced">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le paramétrage est forcé sur la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether parameterization is forced on the database.If True, parameterization is forced.If False (default), parameterization is not forced.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.IsReadCommittedSnapshotOn">
			<summary>Obtient une valeur qui spécifie si les transactions avec niveau d'isolement de lecture validée (READ COMMITTED) utilisent le versioning de ligne.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether transactions with the read committed isolation level use row versioning.If True, the transactions use row versioning. Otherwise, False (default.)</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.IsSystemObject">
			<summary>Spécifie si la base de données est un objet système ou une base de données définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the database is a system object.If True, the database is a system object. If False, the database is user-defined.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.IsUpdateable">
			<summary>Indique si la base de données est modifiable.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the database is updateable, or if it read-only. If True, the database may be updated. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.LocalCursorsDefault">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si les curseurs du serveur local sont utilisés par défaut.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether local cursors are used by default.If True, local cursors are used.If False (default), local cursors are not used and the cursors are implemented at the client.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.MirroringTimeout">
			<summary>Obtient ou définit la durée maximale, en secondes, pendant laquelle l'instance du serveur principal attend de recevoir un message PING de l'autre instance dans la session de mise en miroir avant de considérer que l'autre instance est déconnectée. </summary>
			<returns>An Integer value that specifies the mirroring time-out period, in seconds, on the principal server instance.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.Name">
			<summary>Obtient le nom de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value containing the database name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.NumericRoundAbortEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'option de base de données NUMERIC_ROUNDABORT est active.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is a loss of precision due to rounding in an expression causes an error.If True, an error is generated and no results are returned.If False (default), a warning is generated and a NULL is returned.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.Owner">
			<summary>Obtient le propriétaire de la base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.PageVerify">
			<summary>Spécifie le type de contrôle d'intégrité de page que SQL Server effectue lorsqu'il lit des pages de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PageVerify" /> object value that specifies the type of page integrity check performed when SQL Server reads database pages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.PrimaryFilePath">
			<summary>Obtient le chemin d'accès de la base de données primaire.</summary>
			<returns>A <see cref="T:System.String" /> value containing the primary file path.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.QuotedIdentifiersEnabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets (" ") sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.If True, identifiers delimited by double quotation marks are interpreted as object identifiers.If False, identifiers delimited by double quotation marks are strings that contain characters not usually allowed by the Transact-SQL syntax rules, such as apostrophes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.ReadOnly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la base de données est en lecture seule.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database is read-only.If True, the database is read-only.If False (default), the database can be updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.RecoveryModel">
			<summary>Obtient ou définit le mode de récupération de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RecoveryModel" /> object value that specifies the recovery model that is currently in operation on the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.RecursiveTriggersEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie si les déclencheurs récursifs sont activés sur la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether recursive triggers are enabled on the database.If True, recursive triggers are enabled.If False (default), recursive triggers are not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.Trustworthy">
			<summary>La propriété de base de données TRUSTWORTHY permet d'indiquer si l'instance de SQL Server fait confiance à la base de données et à son contenu. </summary>
			<returns>A <see cref="T:System.Boolean" /> value specifying the Trustworthy property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseOptions.UserAccess">
			<summary>Obtient ou définit l'accès utilisateur à la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseUserAccess" /> object value that specifies the database user access.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet">
			<summary>Définit des méthodes et des propriétés qui peuvent être utilisées pour mesurer et influencer la performance de la base de données.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet.AutoClose">
			<summary>Obtient ou définit une valeur qui indique si la base de données est fermée automatiquement lorsque le dernier utilisateur la quitte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the database will be closed automatically after the last user exits. Returns True if the database will be closed; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet.AutoShrink">
			<summary>Indique si les fichiers de base de données peuvent faire l'objet d'une réduction périodique.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the database files can be shrunk automatically. Returns True if database files can be shrunk automatically; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet.CollationMatchesModelOrMaster">
			<summary>Obtient une valeur qui indique si le classement de la base de données correspond à la base de données « master » ou à la base de données « model ».</summary>
			<returns>A <see cref="T:System.Boolean" /> value indicating whether the database collation matches the master or model database. Returns True if the database collation does match master or model database; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet.DataAndLogFilesOnSeparateLogicalVolumes">
			<summary>Indique si les données et les fichiers journaux de la base de données sont sur des volumes logiques différents.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the database has its data and log files on different logical volumes.Returns True if the database has its data and log files on different logical volumes; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet.IsSystemObject">
			<summary>Indique si la facette des performances de la base de données est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value indicating whether the database performance facet is a system object. Returns True if the facet is a system object; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet.Size">
			<summary>Obtient la taille de la base de données en mégaoctets (Mo).</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the database in megabytes (MB).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabasePerformanceFacet.Status">
			<summary>Obtient l'état de la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseStatus" /> value that indicates the current database status.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IDatabaseSecurityFacet">
			<summary>Interface de la facette de sécurité.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseSecurityFacet.IsOwnerSysadmin">
			<summary>Obtient une valeur booléenne qui spécifie si DBO est un administrateur système.</summary>
			<returns><see cref="T:System.Boolean" />If True the database owner is a system administrator.If False the database owner is not a system administrator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IDatabaseSecurityFacet.Trustworthy">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la base de données est approuvée par l'instance de SQL Server.</summary>
			<returns>If True the database is trustworthy.If False the database is not trustworthy.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IExtendedProperties">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.IExtendedProperties" /> est une interface qui représente la collection de propriétés étendues associée à un objet.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IExtendedProperties.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue définie sur un objet.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties defined on the object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ILoginOptions">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ILoginOptions" /> est une interface qui représente une collection d'options associée à une connexion.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.AsymmetricKey">
			<summary>Obtient ou définit la clé asymétrique associée à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the asymmetric key that is associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.Certificate">
			<summary>Obtient ou définit le certificat associé à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the certificate that is associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.CreateDate">
			<summary>Obtient la date et l'heure de création de la connexion.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the login was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.Credential">
			<summary>Obtient ou définit les informations d'identification associées à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the credential that is associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.DefaultDatabase">
			<summary>Obtient ou définit la base de données que la connexion utilise par défaut.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the database that the login uses by default.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la connexion.</summary>
			<returns>An <see cref="T:System.Int32" /> value that uniquely identifies the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.IsDisabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si la connexion est désactivée. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the login is disabled.If True, the login is disabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.IsLocked">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si la connexion est bloquée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the login is locked.If True, the login is locked. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.IsSystemObject">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si la connexion est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the login is a system object.If True, the login is a system object. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.Language">
			<summary>Obtient ou définit le langage associé à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the language that is associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.LanguageAlias">
			<summary>Obtient un autre nom qui décrit le langage associé à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the language alias that is associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.MustChangePassword">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si le mot de passe de la connexion doit être modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the login password must be changed.If True, the login password must be changed. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.Name">
			<summary>Obtient ou définit le nom de la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.PasswordExpirationEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si le mot de passe de la connexion expirera automatiquement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the login password will expire automatically.If True, the password will expire automatically. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ILoginOptions.PasswordPolicyEnforced">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si le mot de passe de la connexion doit adhérer à une stratégie.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether password policy is enforced.If True, the password policy is enforced. Otherwise, False.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IMultipartNameFacet">
			<summary>Interface à négocier avec les noms d'objet qui contiennent à la fois l'objet et le schéma.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IMultipartNameFacet.Name">
			<summary>Obtient la partie « nom » d'un nom en plusieurs parties.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IMultipartNameFacet.Schema">
			<summary>Obtient la partie « schéma » d'un nom en plusieurs parties.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.INameFacet">
			<summary>Représente l'interface de la facette du nom.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.INameFacet.Name">
			<summary>Obtient le nom de l'interface.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the interface.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Index">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> représente un index SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Index" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> sur l'objet parent spécifié et avec le nom spécifié.</summary>
			<param name="parent">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> that specifies the name of the index.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Alter(Microsoft.SqlServer.Management.Smo.IndexOperation)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> sur l'instance de SQL Server pour une opération d'index spécifiée.</summary>
			<param name="operation">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexOperation" /> object value that specifies the index operation that can be altered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.AlterAllIndexes">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> pour tous les index sur l'instance de SQL Server pour une opération d'index spécifiée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.CheckIndex">
			<summary>Teste l'intégrité des pages de bases de données qui stockent l'index.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains the error messages generated by the integrity check. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.CheckIndexWithResult">
			<summary>Teste l'intégrité des pages de bases de données qui stockent l'index.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the error message generated by the integrity check. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Create">
			<summary>Crée un index sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Disable">
			<summary>Désactive l'index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Drop">
			<summary>Supprime l'index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.DropAndMove(System.String)">
			<summary>Supprime un index cluster et déplace les données de la table sous-jacente vers le groupe de fichiers spécifié. </summary>
			<param name="fileGroup">A <see cref="T:System.String" /> value that specifies the name of the filegroup.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.DropAndMove(System.String,System.Collections.Specialized.StringCollection)">
			<summary>Supprime un index cluster et déplace les données de la table sous-jacente vers le schéma partitionné spécifié avec ses paramètres. </summary>
			<param name="partitionScheme">A <see cref="T:System.String" /> value that specifies the partition scheme.</param>
			<param name="partitionSchemeParameters">A <see cref="T:System.Collections.Specialized.StringCollection" /> object that specifies the parameters for the partition scheme </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Enable(Microsoft.SqlServer.Management.Smo.IndexEnableAction)">
			<summary>Active l'index.</summary>
			<param name="action">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction" /> object value that specifies the action to take when enabling the index.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumFragmentation">
			<summary>Énumère les informations de fragmentation de l'index à l'aide de l'option de fragmentation par défaut.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of fragmentation information.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption)">
			<summary>Énumère les informations de fragmentation de l'index à l'aide de l'option de fragmentation spécifiée.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of fragmentation information.</returns>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" /> object value that specifies the fragmentation option.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption,System.Int32)">
			<summary>Énumère les informations de fragmentation de l'index avec l'option de fragmentation spécifiée et le numéro de partition.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of fragmentation information.</returns>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" /> object value that specifies the fragmentation option.</param>
			<param name="partitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition number. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.EnumStatistics">
			<summary>Énumère les statistiques de l'index.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> system object value that contains an enumerated list of statistical information. The <see cref="T:System.Data.DataSet" /> contains a set of <see cref="T:System.Data.DataTable" /> objects, which contain the following columns: ColumnData typeDescriptionRANGE_ROWS<see cref="T:System.Int32" />The estimated number of rows from the table that fall within a histogram step, excluding the upper bound.EQ_ROWS<see cref="T:System.Int32" />The estimated number of rows from the table that are equal in value to the upper bound of the histogram step.DISTICT_RANGE_ROWS<see cref="T:System.Int32" />The estimated number of distinct values within a histogram step, excluding the upper bound.RANGE_HI_KEY<see cref="T:System.Int32" />The upper bound value of a histogram step.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.MarkForDrop(System.Boolean)">
			<summary>Marque l'index à supprimer la prochaine fois que la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Table.Alter" /> est exécutée sur l'objet parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" />.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to drop the index the next time the parent object is altered.If True, the index is dropped when the parent is altered. Otherwise, False. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Rebuild">
			<summary>Reconstruit l'index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Rebuild(System.Int32)">
			<summary>Reconstruit l'index sur la partition avec le numéro de partition spécifié.</summary>
			<param name="partitionNumber">A <see cref="T:System.Int32" /> value that specifies the number of the partition to be rebuilt.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.RebuildAllIndexes">
			<summary>Reconstruit tous les index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.RecalculateSpaceUsage">
			<summary>Met à jour l'utilisation des ressources du disque par l'index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Recreate">
			<summary>Recrée l'index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Refresh">
			<summary>Actualise l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> et ses propriétés.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Rename(System.String)">
			<summary>Renomme l'index.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the index.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Reorganize">
			<summary>Réorganise l'index selon les paramètres de propriété actifs.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.ReorganizeAllIndexes">
			<summary>Réorganise tous les index selon les paramètres de propriété actifs.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'index.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'index comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics">
			<summary>Met à jour les statistiques de l'index référencé. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType)">
			<summary>Met à jour les statistiques de l'index référencé en utilisant le type d'analyse de statistiques spécifié. </summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> the method used to update the statistics.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Met à jour les statistiques de l'index référencé avec le type d'analyse de statistiques spécifié et taille d'échantillon spécifiée. </summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> the method used to update the statistics.</param>
			<param name="sampleValue">An <see cref="T:System.Int32" /> value that specifies the sample size.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Index.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32,System.Boolean)">
			<summary>Met à jour les statistiques de l'index référencé avec le type d'analyse de statistiques spécifié, la taille d'échantillon spécifiée et l'option de recalcul des statistiques. </summary>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> that specifies the method used to update the statistics.</param>
			<param name="sampleValue">An <see cref="T:System.Int32" /> value that specifies the sample value.</param>
			<param name="recompute">A <see cref="T:System.Boolean" /> value that specifies whether to recomputed the index statistics or not.If True, the statistics are recomputed. Otherwise, False. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.BoundingBoxXMax">
			<summary>Spécifie la coordonnée x de l'angle supérieur droit d'un cadre englobant.</summary>
			<returns><see cref="T:System.Double" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.BoundingBoxXMin">
			<summary>Spécifie la coordonnée x de l'angle inférieur gauche d'un cadre englobant.</summary>
			<returns><see cref="T:System.Double" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.BoundingBoxYMax">
			<summary>Spécifie la coordonnée y de l'angle supérieur droit d'un cadre englobant.</summary>
			<returns><see cref="T:System.Double" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.BoundingBoxYMin">
			<summary>Spécifie la coordonnée y de l'angle inférieur gauche d'un cadre englobant.</summary>
			<returns><see cref="T:System.Double" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.CellsPerObject">
			<summary>Définit le nombre maximum de cellules que le pavage peut compter par objet.</summary>
			<returns><see cref="T:System.Double" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.CompactLargeObjects">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut condenser les données LOB dans l'index.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to compact the index if the data is large. If True, the index is compacted for large data. Otherwise, False (default). </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.DisallowPageLocks">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index autorise les verrous de page.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the index allows page locks.If True, page locks are not allowed on the index. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.DisallowRowLocks">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index autorise les verrous de ligne.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the index allows row locks.If True, row locks are not allowed on the index. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Events">
			<summary>Obtient les événements d'index pris en charge par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEvents" /> object that represents the index events supported by the <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue définie sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties defined on the <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.FileGroup">
			<summary>Obtient ou définit le groupe de fichiers où les pages d'index sont stockées.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the filegroup where the index is stored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.FileStreamFileGroup">
			<summary>Obtient ou définit le nom du groupe de fichiers de l'index.</summary>
			<returns><see cref="A T:System.String" /> property value that specifies the index's current file group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.FileStreamPartitionScheme">
			<summary>Obtient ou définit le nom du schéma partitionné de l'index.</summary>
			<returns><see cref="A T:System.String" /> property value that specifies the index's current partition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.FillFactor">
			<summary>Obtient ou définit le pourcentage d'une page d'index à remplir lorsque l'index est créé ou recréé.</summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies proportion of the index page to fill, in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.FilterDefinition">
			<summary>Obtient ou définit la valeur <see cref="T:System.String" /> qui contient la définition du filtre.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the definition of the filter. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.HasCompressedPartitions">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index a compressé des partitions.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index has compressed partitions. If True, the index has compressed partitions. Otherwise, False (default). </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.HasFilter">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index a un filtre défini pour une plage de valeurs d'index.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index has a filter. If True, the index has a filter. Otherwise, False (default). </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique l'index dans la base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IgnoreDuplicateKeys">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index ignore les clés dupliquées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index ignores duplicate keys. If True, the index ignores duplicate keys. Otherwise, False (default). </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IndexedColumns">
			<summary>Obtient une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> qui représentent toutes les colonnes qui participent à l'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> object that represents all the columns participating in the index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IndexKeyType">
			<summary>Obtient ou définit le type de clé d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexKeyType" /> object value that specifies the type of key on which the index is built, such as a unique key or a primary key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsClustered">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est un cluster.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the index is clustered.If True, the index is clustered. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsDisabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est désactivé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is disabled.If True, the index is disabled. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsFullTextKey">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si l'index est activé pour l'identification de ligne dans la recherche Microsoft.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is enabled for row identification using Microsoft Search.If True, the index is enabled for Microsoft Search row identification. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsIndexOnComputed">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index se base sur une colonne calculée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is based on a computed column.If True, the index is based on a computed column. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsIndexOnTable">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est défini pour une table ou une vue.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is defined for a table or a view.If True, the index is defined for a table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsPartitioned">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est stocké dans un schéma partitionné.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is stored in a partitioned scheme.If True, the index is stored in a partitioned scheme. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsSpatialIndex">
			<summary>Spécifie si un index est un index spatial</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsSystemNamed">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index a été nommé automatiquement par le système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index was named automatically or not.If True, the index was named by the system automatically.If False (default), the index was named explicitly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsSystemObject">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is a system object.If True, the index is a system object. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsUnique">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est unique ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is unique or not.If True, the index is unique.If False (default), the index is not unique.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.IsXmlIndex">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est un index XML.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index an XML index.If True, the index is an XML index. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Level1Grid">
			<summary>Spécifie le premier niveau de décomposition d'un type de données de géométrie.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SpatialGeoLevelSize" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Level2Grid">
			<summary>Spécifie le deuxième niveau de décomposition d'un type de données de géométrie.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SpatialGeoLevelSize" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Level3Grid">
			<summary>Spécifie le troisième niveau de décomposition d'un type de données de géométrie.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SpatialGeoLevelSize" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Level4Grid">
			<summary>Spécifie le quatrième niveau de décomposition d'un type de données de géométrie.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SpatialGeoLevelSize" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.MaximumDegreeOfParallelism">
			<summary>Obtient ou définit le nombre maximal de processeurs qui peuvent être utilisés lors de l'exécution d'une requête qui utilise l'index.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of processors that can be used when running a query that uses this index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Name">
			<summary>Obtient ou définit le nom de l'index.</summary>
			<returns>A string value that contains the name of the index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.NoAutomaticRecomputation">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les statistiques sont régénérées lorsqu'un index est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is recomputed automatically.If True, the index is recomputed automatically. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.OnlineIndexOperation">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index sera gardé en ligne pendant les opérations d'index, autorisant ainsi l'accès aux données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index will be kept online during index operations.If True, the index will be kept online during index operations. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.PadIndex">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'espace est laissé ouvert sur chaque page des niveaux intermédiaires de l'index.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is available space on each page at the intermediary levels of the index.If True, the index is padded. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.ParentXmlIndex">
			<summary>Obtient ou définit le parent d'un index XML.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the parent of an XML index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.PartitionScheme">
			<summary>Obtient ou définit le schéma partitionné associé à l'index.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the partition scheme associated with the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.PartitionSchemeParameters">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> représente un paramètre dans le schéma partitionné associé à l'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> object that represents all the parameters in the partition scheme associated with the index. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.PhysicalPartitions">
			<summary>Obtient une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> qui représentent toutes les partitions physiques sur lesquelles l'index est stocké.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" /> object that represents all the physical partitions on which the index is stored </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.SecondaryXmlIndexType">
			<summary>Obtient ou définit le type d'index XML secondaire.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Index.SecondaryXmlIndexType" /> object value that specifies the secondary XML index type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.SortInTempdb">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'index est trié à l'aide de la base de données tempdb pour le stockage intermédiaire des données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the index is sorted using the tempdb database for temporary storage. If True, the index is sorted in the tempdb database. Otherwise, False (default). </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.SpaceUsed">
			<summary>Obtient ou définit l'espace disque utilisé pour stocker les données d'index, en kilo-octets.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the space used, in KB. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Index.SpatialIndexType">
			<summary>Obtient ou définit le type d'index spatial d'une colonne.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SpatialIndexType" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> qui représentent tous les index définis sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.Add(Microsoft.SqlServer.Management.Smo.Index)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" />.</summary>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Index[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position form which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.Remove(Microsoft.SqlServer.Management.Smo.Index)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" />.</summary>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object value that specifies the index to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" />collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of index to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object value that represents the index.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object value that represents the index.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexedColumn">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> représente une colonne SQL Server qui participe à un index. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumn.#ctor(Microsoft.SqlServer.Management.Smo.Index,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> sur l'index spécifié et avec le nom spécifié.</summary>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object that specifies the index in which the indexed column is participating.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumn.#ctor(Microsoft.SqlServer.Management.Smo.Index,System.String,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> sur l'index spécifié, avec le nom spécifié et dans l'ordre spécifié.</summary>
			<param name="index">An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object that specifies the index in which the indexed column is participating.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
			<param name="descending">A <see cref="T:System.Boolean" /> value that specifies whether the index is sorted in descending or ascending order.If True, the index is sorted in descending order.If False, the index is sorted in ascending order.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.Descending">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne indexée est triée par ordre décroissant ou croissant.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column is sorted in descending or ascending order.If True, the column is sorted in descending order.If False (default), the column is sorted in ascending order</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la colonne indexée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the indexed column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.IsComputed">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne indexée est calculée ou pas.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column value is the result of a computed expression.If True, the column is computed.If False (default), the column is not computed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.IsIncluded">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la colonne est incluse dans l'index.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the column is included in the index.If True, the column is included in the index.If False (default), the column is not included in the index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.Name">
			<summary>Obtient ou définit le nom de la colonne indexée.</summary>
			<returns>A string value that contains the name of the indexed column. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumn.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> qui représentent toutes les colonnes d'index définies sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Add(Microsoft.SqlServer.Management.Smo.IndexedColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" />.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> column collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Add(Microsoft.SqlServer.Management.Smo.IndexedColumn,System.Int32)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> à une position d'index spécifiée dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" />.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> column collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Add(Microsoft.SqlServer.Management.Smo.IndexedColumn,System.String)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> au niveau de la position d'un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> spécifié et existant dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" />.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object in the collection after which to insert the new <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.IndexedColumn[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.IndexedColumn)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" />.</summary>
			<param name="indexedColumn">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object value that specifies the indexed column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object value that represents the indexed column.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> collection. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object value that represents the indexed column.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.IndexedColumnCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction" /> contient des valeurs utilisées pour spécifier l'action effectuée sur un index lorsqu'il est activé après avoir été désactivé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexEnableAction.Rebuild">
			<summary>L'index est reconstruit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexEnableAction.Recreate">
			<summary>L'index est recréé.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEvents" /> représente les paramètres requis pour la notification d'événements d'index SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.IndexEvents.ServerEvent">
			<summary>Spécifie le gestionnaire d'événements de serveur pour les événements d'index.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of index events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements d'index à recevoir.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements d'index à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IndexEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IndexOperation">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.IndexOperation" /> contient des valeurs utilisées pour spécifier les opérations d'index.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexOperation.Disable">
			<summary>Désactive l'index.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexOperation.Rebuild">
			<summary>Reconstruit l'index.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.IndexOperation.Reorganize">
			<summary>Réorganise l'index.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType">
			<summary>Énumère les réponses possibles aux transactions incertaines.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType.NoPresumption">
			<summary>La récupération échoue si le coordinateur de transactions distribuées Microsoft ne peut pas résoudre des transactions incertaines.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType.PresumeAbort">
			<summary>Toutes les transactions incertaines du coordinateur de transactions distribuées Microsoft sont supposées être validées</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType.PresumeCommit">
			<summary>Toutes les transactions incertaines du coordinateur de transactions distribuées Microsoft sont supposées être abandonnées</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Information">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Information" /> contient les informations non configurables de l'instance de SQL Server. Celles-ci incluent les informations système et les options définies pendant l'installation, telles que le classement.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.BuildClrVersion">
			<summary>Obtient un objet de version qui identifie le Common Language Runtime qui s'exécute dans le serveur.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Information.Version" /> object that specifies the version of the common language runtime. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.BuildClrVersionString">
			<summary>Chaîne qui identifie le numéro de build du Common Language Runtime qui s'exécute dans le serveur.</summary>
			<returns><see cref="T:System.String" /> spcifies the build number of the common language runtime that is running in the server. The string is in the format v2.0.50727.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.BuildNumber">
			<summary>Obtient le numéro de build de l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the build number for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Collation">
			<summary>Obtient le classement par défaut de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default collation for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.CollationID">
			<summary>Obtient la valeur d'ID du classement de l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the collation ID for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ComparisonStyle">
			<summary>Obtient le style de comparaison de l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the comparison style for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ComputerNamePhysicalNetBIOS">
			<summary>Obtient le nom de l'ordinateur stocké dans le NetBIOS.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the computer name stored in the net BIOS. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Edition">
			<summary>Obtient l'édition de l'instance de SQL Server.</summary>
			<returns>A string value that represents the edition of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.EngineEdition">
			<summary>Obtient l'édition du moteur pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.EngineEdition" /> value that represents the engine edition of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ErrorLogPath">
			<summary>Obtient le répertoire de fichiers où le journal des erreurs est stocké sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the error log file location on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsCaseSensitive">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si l'instance de SQL Server respecte la casse.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the instance of SQL Server is case-sensitive. If True, the instance of SQL Server is case-sensitive. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsClustered">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si l'instance de SQL Server est un serveur en cluster.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the instance of SQL Server is running on a clustered server. If True, the server is clustered. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsFullTextInstalled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le service de recherche en texte intégral est installé sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether full-text service is installed on the instance of SQL Server. If True, full-text service is installed. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.IsSingleUser">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si l'instance de SQL Server est en lecture seule.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the instance of SQL Server is read-only. If True, the instance of SQL Server is read-only. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Language">
			<summary>Obtient la langue par défaut utilisée par l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default language.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.MasterDBLogPath">
			<summary>Obtient le répertoire de fichier journal pour la base de données MASTER sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the log file directory for the master database on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.MasterDBPath">
			<summary>Obtient le répertoire des fichiers de base de données pour la base de données MASTER sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database file directory for the master database on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.MaxPrecision">
			<summary>Obtient la plus grande précision décimale disponible pour les types de données numériques exactes (sans virgule flottante), notamment decimal et numeric.</summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies the maximum decimal precision for numeric data types on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.NetName">
			<summary>Obtient le nom NetBIOS du réseau sur lequel l'instance de SQL Server est en cours d'exécution.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the NetBIOS name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.OSVersion">
			<summary>Obtient la version du système d'exploitation de l'ordinateur qui exécute l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the operating system version.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est l'objet parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Information" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Information" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.PhysicalMemory">
			<summary>Obtient la RAM totale installée, en Mo, de l'ordinateur qui exécute l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the total RAM installed in MB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Platform">
			<summary>Obtient la plateforme matérielle de l'ordinateur qui exécute l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the hardware platform.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Processors">
			<summary>Obtient le nombre de processeurs installés sur l'ordinateur qui exécute l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of processors that are installed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Product">
			<summary>Obtient le titre de produit de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the product title for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ProductLevel">
			<summary>Obtient le niveau de produit de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the product level. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ResourceLastUpdateDateTime">
			<summary>Obtient la date et l'heure de la dernière mise à jour de la ressource SQL Server.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the resource was last updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ResourceVersion">
			<summary>Obtient la version de la ressource SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Version" /> value that specifies the version of the SQL Server resource.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.ResourceVersionString">
			<summary>Obtient la version de la ressource SQL Server dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the version of the SQL Server resource.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.RootDirectory">
			<summary>Obtient le répertoire racine de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the root directory on the computer that is running the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.SqlCharSet">
			<summary>Obtient la valeur <see cref="T:System.Int16" /> qui identifie le jeu de caractères utilisé par l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int16" /> value that specifies the character set used by the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.SqlCharSetName">
			<summary>Obtient le nom du jeu de caractères utilisé par l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the character set used by the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.SqlSortOrder">
			<summary>Obtient la valeur <see cref="T:System.Int16" /> qui identifie l'ordre de tri utilisé par l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int16" /> value that specifies the sort order used by the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.SqlSortOrderName">
			<summary>Obtient le nom de l'ordre de tri utilisé par l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the sort order used by the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.Version">
			<summary>Obtient la version de l'instance de SQL Server.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Information.Version" /> object that specifies the version of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.VersionMajor">
			<summary>Obtient le numéro de la version principale de l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> object that specifies the major version number of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.VersionMinor">
			<summary>Obtient la version mineure de l'instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> object that specifies the minor version number of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Information.VersionString">
			<summary>Obtient la date, la version et le type de processeur de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the date, the version, and the processor type of the instance of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException" /> représente l'exception levée lorsqu'une erreur se produit pendant la phase interne d'une opération SMO.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Internal SMO Error exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.Boolean" /> value that specifies the message string for the Internal SMO Error exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that specifies the inner exception for the Internal SMO Error exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InternalSmoErrorException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException" /> représente l'exception déclenchée lorsqu'une opération SMO n'est pas valide.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Invalid SMO Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Invalid SMO Operation exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Invalid SMO Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.#ctor(System.String,Microsoft.SqlServer.Management.Smo.SqlSmoState)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException" /> avec le message et l'état SMO spécifiés.</summary>
			<param name="opName">A <see cref="T:System.String" /> value that specifies the name of the SMO operation that is not valid.</param>
			<param name="state">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState" /> object value that specifies the state of the SMO operation.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Remplit un objet <see cref="T:System.Runtime.Serialization.SerializationInfo" /> avec les données requises pour sérialiser l'objet cible.</summary>
			<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
			<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.Message">
			<summary>Obtient le message associé à l'exception de l'opération SMO non valide.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the message associated with the Invalid SMO Operation exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of the Invalid SMO Operation exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException" /> représente l'exception levée lorsque la version n'est pas valide sur une opération SMO.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor(Microsoft.SqlServer.Management.Common.ServerVersion)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionEnumeratorException" /> avec la version de serveur spécifiée.</summary>
			<param name="version">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Invalid Version SMO Operation Exception exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Invalid Version SMO Operation exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that specifies the inner exception for the Invalid Version SMO Operation exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Remplit un objet <see cref="T:System.Runtime.Serialization.SerializationInfo" /> avec les données requises pour sérialiser l'objet cible.</summary>
			<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
			<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.Message">
			<summary>Obtient le message associé à l'exception de l'opération SMO de version non valide.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the exception message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException.SmoExceptionType">
			<summary>Obtient le type d'exception de l'opération SMO de version non valide.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IObjectPermission">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.IObjectPermission" /> représente l'interface utilisée pour définir des autorisations relatives aux objets.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse l'accès à l'autorisation spécifiée pour le bénéficiaire spécifié sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse l'accès à l'autorisation spécifiée pour les bénéficiaires spécifiés sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée pour les bénéficiaires spécifiés sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour l'objet SMO.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the SMO object. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur l'objet SMO.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the SMO object. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur l'objet SMO.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the SMO object. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur l'objet SMO.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the SMO object. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie l'accès à l'autorisation spécifiée pour le bénéficiaire spécifié sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie l'accès à l'autorisation spécifiée pour les bénéficiaires spécifiés sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the SMO object to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'objet SMO, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the object for other users.If True, the grantee is given the ability to grant other users access to the SMO object.If False, the grantee is not given the ability to grant other users access to the SMO object. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the SMO object to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur l'objet SMO.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur l'objet SMO et tous les autres utilisateurs à qui les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the object for other users.If True, the grantee is given the ability to revoke other users' access from the SMO object.If False, the grantee is not given the ability to revoke other users' access from the SMO object.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IObjectPermission.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur l'objet SMO et tous les autres utilisateurs à qui le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the object for other users.If True, the grantee is given the ability to revoke other users' access from the SMO object.If False, the grantee is not given the ability to revoke other users' access from the SMO object.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the SMO object for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IScriptable">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.IScriptable" /> représente l'interface utilisée pour créer des scripts Transact-SQL d'objets SMO.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IScriptable.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'objet SMO.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.IScriptable.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'objet SMO comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerAuditFacet">
			<summary>Interface that identifies audit facet members.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerAuditFacet.C2AuditTracingEnabled">
			<summary>Specifies whether C2 audit tracing is enabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerAuditFacet.DefaultTraceEnabled">
			<summary>Indicates if there is a default trace level set for a server.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerAuditFacet.LoginAuditLevel">
			<summary>Gets or sets a login audit level.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.AuditLevel" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet">
			<summary>Contient les informations de configuration des interfaces en fonction de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.AdHocRemoteQueriesEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si les requêtes distantes ad hoc sont activées.</summary>
			<returns>Returns True if ad hoc remote queries are enabled. Returns False if ad hoc remote queries are not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.Affinity64IOMask">
			<summary>Obtient le masque d'affinité 64 d'E/S pour un serveur.</summary>
			<returns><see cref="T.System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.Affinity64Mask">
			<summary>Obtient le masque d'affinité 64 d'E/S pour un serveur.</summary>
			<returns><see cref="T.System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.AffinityIOMask">
			<summary>Obtient le masque d'affinité d'E/S pour un serveur.</summary>
			<returns><see cref="T.System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.AffinityMask">
			<summary>Obtient le masque d'affinité pour un serveur.</summary>
			<returns><see cref="T.System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.AgentXPsEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si les procédures stockées étendues de l'Agent SQL Server sont activées.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.AllowUpdates">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si l'option autorisant les mises à jour est définie.</summary>
			<returns>Returns True if the property is set. Returns False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.AweEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si la valeur AWE activé est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.BlockedProcessThreshold">
			<summary>Obtient ou définit le seuil de processus bloqué.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.C2AuditTracingEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si le suivi d'audit C2 est défini.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ClrIntegrationEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur d'intégration du CLR est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.CommonCriteriaComplianceEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si la valeur de conformité des critères communs est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.CostThresholdForParallelism">
			<summary>Retourne la valeur contenue dans le seuil de coût pour la propriété de parallélisme.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.CrossDBOwnershipChainingEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de chaînage des propriétés des bases de données croisées est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.CursorThreshold">
			<summary>Obtient ou définit la valeur de seuil du curseur.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.DatabaseMailEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si la propriété DatabaseMailEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.DefaultBackupCompressionEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si l'option BackupCompressionEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.DefaultFullTextLanguage">
			<summary>Obtient ou définit la valeur de la propriété DefaultFullTextLanguage.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.DefaultLanguage">
			<summary>Obtient ou définit la valeur de la propriété DefaultLanguage.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.DefaultTraceEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété DefaultTraceEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.DisallowResultsFromTriggers">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété DisallowResultsFromTriggers est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.DynamicLocks">
			<summary>Obtient la valeur de la propriété DynamicLocks.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ExtensibleKeyManagementEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si la propriété ExtensibleKeyManagementEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.FilestreamAccessLevel">
			<summary>Obtient ou définit le niveau d'accès autorisé sur les opérations FILESTREAM des serveurs.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType" /> value that specifies the level of permitted FILESTREAM access.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.FillFactor">
			<summary>Obtient la valeur de la propriété FillFactor.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.FullTextCrawlBandwidthMax">
			<summary>Obtient ou définit la valeur de la propriété FullTextCrawlBandwidthMax.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.FullTextCrawlBandwidthMin">
			<summary>Obtient ou définit la valeur de la propriété FullTextCrawlBandwidthMin.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.FullTextCrawlRangeMax">
			<summary>Obtient ou définit la valeur de la propriété FullTextCrawlRangeMax.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.FullTextNotifyBandwidthMax">
			<summary>Obtient ou définit la valeur de la propriété FullTextNotifyBandwidthMax.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.FullTextNotifyBandwidthMin">
			<summary>Obtient ou définit la valeur de la propriété FullTextNotifyBandwidthMin.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.IndexCreateMemory">
			<summary>Obtient ou définit la valeur de la propriété IndexCreateMemory.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.InDoubtTransactionResolution">
			<summary>Obtient ou définit la valeur de la propriété InDoubtTransactionResolutionType.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.LightweightPoolingEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si la valeur de la propriété LightweightPoolingEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.MaxDegreeOfParallelism">
			<summary>Obtient ou définit la valeur de la propriété MaxDegreeOfParallelism.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.MaxServerMemory">
			<summary>Obtient ou définit la valeur de la propriété MaxServerMemory.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.MaxWorkerThreads">
			<summary>Obtient la valeur de la propriété MaxWorkerThreads.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.MediaRetention">
			<summary>Obtient la valeur de la propriété MediaRetention.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.MinMemoryPerQuery">
			<summary>Obtient ou définir la valeur de la propriété MinMemoryPerQuery.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.MinServerMemory">
			<summary>Obtient ou définit la valeur de la propriété MinServerMemory.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.NestedTriggersEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété NestedTriggersEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.NetworkPacketSize">
			<summary>Obtient ou définit la valeur de la propriété NetworkPacketSize.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.OleAutomationEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété OleAutomationEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.OpenObjects">
			<summary>Obtient la valeur de la propriété OpenObjects.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.OptimizeAdhocWorkloads">
			<summary>Obtient ou définit une valeur qui détermine si les charges de travail ad hoc seront optimisées.</summary>
			<returns>Returns True if workloads will be optimized; otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.PrecomputeRank">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété PrecomputeRank est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.PriorityBoost">
			<summary>Obtient une valeur booléenne qui spécifie si la valeur de la propriété PriorityBoost est définie.</summary>
			<returns><see cref="T:System.Boolean" />Returns True if the property is set. Returns False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ProtocolHandlerTimeout">
			<summary>Obtient ou définit la valeur de la propriété ProtocolHandlerTimeout.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.QueryGovernorCostLimit">
			<summary>Obtient ou définit la valeur de la propriété QueryGovenorCostLimit.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.QueryWait">
			<summary>Obtient ou définit la valeur de la propriété QueryWait.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.RecoveryInterval">
			<summary>Obtient ou définit la valeur de la propriété RecoveryInterval.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.RemoteAccessEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si la propriété RemoteAccessEnabled a été définie.</summary>
			<returns><see cref="T:System.Boolean" />Returns True if the property is set.Returns False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.RemoteDacEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété RemoteDacEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.RemoteLoginTimeout">
			<summary>Obtient ou définit la valeur de la propriété RemoteLoginTimeout.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.RemoteProcTransEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété RemoteProcTransEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.RemoteQueryTimeout">
			<summary>Obtient ou définit la valeur de la propriété RemoteQueryTimeout.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ReplicationMaxTextSize">
			<summary>Obtient ou définit la valeur de la propriété ReplicationMaxTextSize.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ReplicationXPsEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété ReplicationXPsEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ScanForStartupProcedures">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété ScanForStartupProcedures est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ServerTriggerRecursionEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété ServerTriggerRecursionEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.SetWorkingSetSize">
			<summary>Obtient une valeur booléenne qui spécifie si la valeur de la propriété SetWorkingSetSize est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.ShowAdvancedOptions">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété ShowAdvancedOptions est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.SmoAndDmoXPsEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété SmoAndDmoSPsEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.SqlMailEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété SqlMailEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.TransformNoiseWords">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété TransformNoiseWordss est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.TwoDigitYearCutoff">
			<summary>Obtient ou définit la valeur de la propriété TwoDigitYearCutoff.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.UserConnections">
			<summary>Obtient la valeur de la propriété UserConnections.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.UserInstancesEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété UserInstancesEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.UserInstanceTimeout">
			<summary>Obtient ou définit la valeur de la propriété UserInstanceTimeout.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.UserOptions">
			<summary>Obtient ou définit la valeur de la propriété UserOptions.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.WebAssistantEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la propriété WebAssistantEnabled est définie. </summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerConfigurationFacet.XPCmdShellEnabled">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si la valeur de la propriété XPCmdShellEnabled est définie.</summary>
			<returns>True if the property is set. False if the property is not set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerInformation">
			<summary>An interface based on the <see cref="T:Microsoft.SqlServer.Management.Smo.Information" /> type properties.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.BuildClrVersionString">
			<summary>Gets the CLR build version string for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.BuildNumber">
			<summary>Gets the build number for the instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.Collation">
			<summary>Gets collation information for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.CollationID">
			<summary>Gets the CollationID for the instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.ComparisonStyle">
			<summary>Gets the Comparision Style.for the instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.ComputerNamePhysicalNetBIOS">
			<summary>Gets the host computer physical NetBIOS name.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.Edition">
			<summary>Get the edition of the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.EngineEdition">
			<summary>Gets the SQL Server Engine edition as an edition object.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Edition" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.ErrorLogPath">
			<summary>Gets the error log path for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.IsCaseSensitive">
			<summary>Gets a Boolean value that specifies case sensitivity.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.IsClustered">
			<summary>Gets a Boolean value that specifies if the instance of SQL Server is clustered.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.IsFullTextInstalled">
			<summary>Gets a Boolean value that specifies if Full-Text is installed on the instance of SQL Server.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.IsSingleUser">
			<summary>Gets a Boolean value that specifies if the instance of SQL Server is read-only.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.Language">
			<summary>Gets the SQL Server language.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.MasterDBLogPath">
			<summary>Gets the master database log path for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.MasterDBPath">
			<summary>Gets the master database data path for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.MaxPrecision">
			<summary>Gets the greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric. </summary>
			<returns><see cref="T:System.Byte" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.NetName">
			<summary>Gets the network name for an instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.OSVersion">
			<summary>Gets the host computer operating system version.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.PhysicalMemory">
			<summary>Gets the total RAM installed, in MB, for the computer that is running the instance of SQL Server. </summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.Platform">
			<summary>Gets the hardware platform for the computer that is running the instance of SQL Server. </summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.Processors">
			<summary>Gets the number of processors that are installed on the computer that is running the instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.Product">
			<summary>Gets the product title for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.ProductLevel">
			<summary>Gets the product level for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.ResourceLastUpdateDateTime">
			<summary>Gets a DateTime object that specifies the last time the resource database was updated.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.ResourceVersionString">
			<summary>Gets the version number of the resource database.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.RootDirectory">
			<summary>Gets the root directory for the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.SqlCharSet">
			<summary>Gets the SQL character set ID from the collation ID as a tinyint.</summary>
			<returns><see cref="T:System.short" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.SqlCharSetName">
			<summary>Gets the SQL character set name from the collation.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.SqlSortOrder">
			<summary>Gets the SQL sort order ID from the collation.</summary>
			<returns><see cref="T:System.short" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.SqlSortOrderName">
			<summary>Gets SQL sort order name from the collation.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.VersionMajor">
			<summary>Gets the portion of a component version identifier to the left of the first decimal point in the identifier.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.VersionMinor">
			<summary>Gets the portion of a component version identifier to the right of the first decimal point in the identifier.</summary>
			<returns>The portion of a component version identifier to the right of the first decimal point in the identifier.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerInformation.VersionString">
			<summary>Gets the date, version, and processor type of the instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet">
			<summary>An interface for the performance facet.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.Affinity64IOMask">
			<summary>Gets the affinity64 IO mask property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.Affinity64Mask">
			<summary>Gets the affinity 64 mask for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.AffinityIOMask">
			<summary>Gets the affinity IO mask for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.AffinityMask">
			<summary>Gets the affinity mask property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.BlockedProcessThreshold">
			<summary>Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.CostThresholdForParallelism">
			<summary>Gets or sets the CostThresholdForParallelism property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.DynamicLocks">
			<summary>Gets the DynamicLocks property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.LightweightPoolingEnabled">
			<summary>Gets a Boolean that specifies the LightweightPoolingEnabled property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.MaxDegreeOfParallelism">
			<summary>Gets or sets the MaxDegreeOfParallelism property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.MaxWorkerThreads">
			<summary>Gets the MaxWorkerThreads property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.NetworkPacketSize">
			<summary>Gets or sets the NetworkPacketSize property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerPerformanceFacet.OpenObjects">
			<summary>Gets the OpenObjects property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet">
			<summary>Interface qui définit les membres de SeverSecurityFacet.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly">
			<summary>Obtient la valeur de la propriété CmdExecRightsForSystemAdminsOnly.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.CommonCriteriaComplianceEnabled">
			<summary>Obtient la valeur de la propriété CommonCriteriaComplianceEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.CrossDBOwnershipChainingEnabled">
			<summary>Obtient ou définit la valeur de la propriété CrossDBOwnershipChainingEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.LoginMode">
			<summary>Obtient la valeur de la propriété LoginMode.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerLoginMode" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.ProxyAccountEnabled">
			<summary>Obtient la valeur de la propriété ProxyAccountEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.ProxyAccountIsGrantedToPublicRole">
			<summary>Obtient la valeur de la propriété ProxyAccountIsGrantedToPublicRole.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.PublicServerRoleIsGrantedPermissions">
			<summary>Obtient la valeur de la propriété PublicServerRoleIsGrantedPermissions.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.ReplaceAlertTokensEnabled">
			<summary>Obtient ou définit la valeur de la propriété ReplaceAlertTokensEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSecurityFacet.XPCmdShellEnabled">
			<summary>Obtient ou définit la valeur de la propriété XPCmdShellEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.IServerSelectionFacet" /> contient des membres qui représentent les objets de facette de sélection du serveur de gestion basée sur des stratégies SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.BuildNumber">
			<summary>Obtient le numéro de build du serveur.</summary>
			<returns>An integer value that specifies the build number.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.Collation">
			<summary>Obtient le classement utilisé par le serveur.</summary>
			<returns>A string value that specifies the collation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.Edition">
			<summary>Obtient l'édition du serveur.</summary>
			<returns>A string value that specifies the edition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.IsCaseSensitive">
			<summary>Obtient une valeur booléenne qui spécifie si le serveur utilise la syntaxe respecte la casse.</summary>
			<returns>A Boolean value that specifies whether the server uses case-sensitive syntax, True if the server uses case sensitive syntax, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.Language">
			<summary>Obtient le langage utilisé par le serveur.</summary>
			<returns>A string value that specifies the language used by the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.NamedPipesEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si le serveur prend en charge des canaux nommés.</summary>
			<returns>A Boolean value, True if the server supports named pipes, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.OSVersion">
			<summary>Obtient la version du système d'exploitation utilisée par l'ordinateur qui héberge le serveur.</summary>
			<returns>A string value that specifies the version of the operating system used by the computer hosting the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.Platform">
			<summary>Obtient la plateforme sur laquelle le serveur s'exécute.</summary>
			<returns>A string value that specifies the platform on which the server is running.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.TcpEnabled">
			<summary>Obtient une valeur booléenne qui spécifie si le protocole TCP est activé sur le serveur.</summary>
			<returns>A Boolean value, True if TCP is enabled on the server, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.VersionMajor">
			<summary>Obtient les chiffres majeurs des informations sur la version.</summary>
			<returns>An integer value that contains the major digits of the version information.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSelectionFacet.VersionMinor">
			<summary>Obtient les chiffres mineurs des informations sur la version.</summary>
			<returns>An integer value that contains the minor digits of the version information.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerSettings">
			<summary>An interface for SQL Server 2008 Policy-Based Management that is based on <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.AuditLevel">
			<summary>Gets or sets the AuditLevel property for an instance of SQL Server.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.AuditLevel" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.BackupDirectory">
			<summary>Gets or sets the BackupDirectory property for an instance SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.DefaultFile">
			<summary>Gets or sets the DefaultFile property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.DefaultLog">
			<summary>Gets or sets the DefaultLog property for a <see cref="T:System.String" />.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.LoginMode">
			<summary>Gets or sets the ServerLoginMode for an instance of SQL Server.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerLoginMode" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.MailProfile">
			<summary>Gets or sets the MailProfile property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.NumberOfLogFiles">
			<summary>Gets or sets the NumberOfLogFiles property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.PerfMonMode">
			<summary>Gets or sets the PerfMonMode for an instance of SQL Server.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.PerfMonMode" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSettings.TapeLoadWaitTime">
			<summary>Gets or sets the TapeLoadWaitTime property for an instance of SQL Server.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IServerSetupFacet">
			<summary>Représente l'interface de la facette de gestion basée sur des stratégies pour la définition d'une instance de SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.AgentDomainGroup">
			<summary>Obtient le groupe de domaines associé à l'Agent SQL Server</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the SQL Server Agent domain group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.AgentServiceAccount">
			<summary>Obtient le compte de service pour le service SQL Server Agent.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the service account for the SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.AgentStartMode">
			<summary>Obtient le mode de démarrage pour le service SQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> value that specifies the start mode for the SQL Server Agent service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.BackupDirectory">
			<summary>Obtient le répertoire de sauvegarde pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the backup directory for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.BrowserServiceAccount">
			<summary>Obtient le compte de service pour le service SQL Server Agent.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the service account for the SQL Server Browser service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.BrowserStartMode">
			<summary>Obtient le mode de démarrage pour le service SQL Server Browser.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> value that specifies the start mode for the SQL Server Browser service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.Collation">
			<summary>Obtient le classement utilisé par l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the collation that is used by the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.DefaultFile">
			<summary>Obtient le fichier par défaut pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default file for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.DefaultLog">
			<summary>Obtient le fichier journal par défaut pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default log file for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.EngineServiceAccount">
			<summary>Obtient le nom du compte de service de moteur.</summary>
			<returns>A <see cref="T:System.String" /> that contains the name of the Service Account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.FilestreamLevel">
			<summary>Obtient le niveau de flux de fichier pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FilestreamEffectiveLevel" /> value that specifies the file stream level for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.FilestreamShareName">
			<summary>Obtient le nom de partage du flux de fichier pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the file stream share name for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.InstallDataDirectory">
			<summary>Obtient le répertoire des données d'installation.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the directory for install data.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.InstallSharedDirectory">
			<summary>Obtient le répertoire des informations d'installation partagées.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the directory for shared install inforamation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.InstanceName">
			<summary>Obtient 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.Smo.IServerSetupFacet.LoginMode">
			<summary>Obtient le mode de connexion de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerLoginMode" /> value that specifies the login method for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.NamedPipesEnabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si les canaux nommés sont activés sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether named pipes are enabled on the instance of SQL Server.If True, named pipes are enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.ServiceInstanceIdSuffix">
			<summary>Obtient le suffixe d'ID pour le service SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the ID suffix for the SQL Server service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.ServiceName">
			<summary>Obtient le nom du service.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the service name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.ServiceStartMode">
			<summary>Obtient le mode de démarrage du service SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> value that specifies the start mode for the SQL Server service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.SqlDomainGroup">
			<summary>Obtient le groupe de domaines de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the domain group for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.TcpEnabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si le protocole TCP/IP est activé sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether TCP/IP protocol is enabled on the instance of SQL Server.If True, TCP/IP is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.TempdbLogPath">
			<summary>Obtient le chemin d'accès du journal des transactions de la base de données tempdb.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path for the tempdb database transaction log .</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.TempdbPrimaryFilePath">
			<summary>Obtient le chemin d'accès du fichier de données primaire de la base de données tempdb.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path for the tempdb database primary data file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.UserInstancesEnabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si les instances utilisateur sont activées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether user instances are enabled.If True, user instances are enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IServerSetupFacet.WindowsUsersAndGroupsInSysadminRole">
			<summary>Obtient les utilisateurs et groupes Windows affectés au rôle d'administrateur système.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Windows users and groups that are assigned to the system administrator role.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet">
			<summary>Interface qui définit les membres de la facette de la surface d'exposition.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.AdHocRemoteQueriesEnabled">
			<summary>Obtient ou définit la valeur de la propriété AdHocRemoteQueriesEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.ClrIntegrationEnabled">
			<summary>Obtient ou définit la valeur de la propriété ClrIntegrationEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.DatabaseMailEnabled">
			<summary>Obtient ou définit la valeur de la propriété DatabaseMailEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.OleAutomationEnabled">
			<summary>Obtient ou définit la valeur de la propriété OleAutomationEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.RemoteDacEnabled">
			<summary>Obtient ou définit la valeur de la propriété RemoteDacEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.ServiceBrokerEndpointActive">
			<summary>Obtient ou définit la valeur de la propriété ServiceBrokerEndpointActive.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.SoapEndpointsEnabled">
			<summary>Obtient ou définit la valeur de la propriété SoapEndpointsEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.SqlMailEnabled">
			<summary>Obtient ou définit la valeur de la propriété SqlMailEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.WebAssistantEnabled">
			<summary>Obtient ou définit la valeur de la propriété WebAssistantEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ISurfaceAreaFacet.XPCmdShellEnabled">
			<summary>Obtient ou définit la valeur de la propriété XPCmdShellEnabled.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ITableOptions">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ITableOptions" /> est une interface qui représente une collection d'options associée à une table.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.AnsiNullsStatus">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la gestion ISO null est activée sur la table.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether ISO null handling is enabled on the table.Returns True if ISO null handling is enabled on the table; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.ChangeTrackingEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si le suivi des modifications est activé sur la table.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether change tracking is enabled on the table.If True, change tracking is enabled on the table. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.CreateDate">
			<summary>Obtient la date et l'heure de création de la table.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the table was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.FakeSystemTable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si la table référence une table système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the table references a system table.If True, change tracking is enabled on the table. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la table.</summary>
			<returns>An <see cref="T:System.Int32" /> value that uniquely identifies the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.IsSchemaOwned">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si le schéma de la table a un propriétaire. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the table schema has an owner.If True, the schema is owned. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.IsSystemObject">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si la table est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the table is a system object.If True, the table is a system object. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.LockEscalation">
			<summary>Obtient ou définit le type d'escalade de verrous implémenté sur la table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LockEscalationType" /> value that specifies the type of lock escalation implemented on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.Name">
			<summary>Obtient ou définit le nom de la table.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.Owner">
			<summary>Obtient ou définit les options de la table.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the table options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.QuotedIdentifierStatus">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether quoted identifiers specify Transact-SQL keywords.If True, the quoted identifiers specify Transact-SQL keywords. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.Replicated">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si la table est répliquée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the table is replicated.If True, the table is replicated. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.Schema">
			<summary>Obtient ou définit le schéma associé aux options de table.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema that is associated with the table options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITableOptions.TrackColumnsUpdatedEnabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si un suivi est effectué sur les mises à jour des colonnes de la table.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether column updates in the table are tracked.If True, the column updates in the table are tracked. Otherwise, False.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ITextObject">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ITextObject" /> class represents the interface that is used to implement text on objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ITextObject.ScriptHeader(System.Boolean)">
			<summary>Scripts the text header.</summary>
			<param name="forAlter">A T:System.Boolean value that specifies whether to create an alter script header. If True, an alter script is generated.If False, a create script is generated. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITextObject.TextBody">
			<summary>Gets or sets the body of the text that is associated with the referenced object.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the body of text associated with the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITextObject.TextHeader">
			<summary>Gets or sets the text header associated with the referenced object.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header associated with the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ITextObject.TextMode">
			<summary>Gets or sets the text mode associated with the referenced object. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text mode associated with the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.AsymmetricKey">
			<summary>Obtient une clé utilisée pour le chiffrement et le déchiffrement. Les clés asymétriques sont liées et forment une paire de clés.</summary>
			<returns>A string value that contains the key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.Certificate">
			<summary>Obtient un certificat dérivé d'une racine d'identificateur.</summary>
			<returns>A string value that contains the certificate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.CreateDate">
			<summary>Obtient un objet <see cref="T:System.DateTime" />.</summary>
			<returns>A <see cref="T:System.DateTime" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.DefaultSchema">
			<summary>Obtient le schéma de la base de données par défaut.</summary>
			<returns>A string that contains the default schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.ID">
			<summary>Obtient un identificateur <see cref="T:System.Int32" />.</summary>
			<returns>An <see cref="T:System.Int32" /> identifier.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.IsSystemObject">
			<summary>Obtient une valeur booléenne qui spécifie si l'interface fait référence à un <see cref="T:System.Object" />.</summary>
			<returns>A Boolean value, True if the interface refers to a <see cref="T:System.Object" />, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.Login">
			<summary>Obtient une valeur de chaîne qui contient une connexion.</summary>
			<returns>A string value that contains a log-in.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.LoginType">
			<summary>Obtient le <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType" />.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType" />.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.Name">
			<summary>Obtient le nom des options référencées par l'interface.</summary>
			<returns>A string value that contains the name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.Sid">
			<summary>Obtient l'identificateur de sécurité en tant qu'objet <see cref="T:System.Byte" />.</summary>
			<returns>A <see cref="T:System.Byte" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IUserOptions.UserType">
			<summary>Obtient le <see cref="T:Microsoft.SqlServer.Management.Smo.UserType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserType" /> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.IViewOptions">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.IViewOptions" /> est une interface qui représente une collection d'options associée à une vue.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.AnsiNullsStatus">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la gestion ISO null est activée sur la vue.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether ISO null handling is enabled on the view.If True, ISO null handling is enabled on the view. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.CreateDate">
			<summary>Obtient la date et l'heure de création de la vue.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the view was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la vue.</summary>
			<returns>An <see cref="T:System.Int32" /> value that uniquely identifies the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.IsEncrypted">
			<summary>Indique si la vue est chiffrée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the view is encrypted.If True, the view is encrypted. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.IsSchemaBound">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si un schéma est lié à la vue. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether a schema is bound to the view.If True, the view is schema-bound. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.IsSchemaOwned">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si le schéma de vue a un propriétaire. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the view schema has an owner.If True, the view is owned. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.IsSystemObject">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si la vue est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the view is a system object.If True, the view is a system object. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.Name">
			<summary>Obtient ou définit le nom de la vue.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.Owner">
			<summary>Obtient le propriétaire des options de vue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the table options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.QuotedIdentifierStatus">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether quoted identifiers specify Transact-SQL keywords on the view.If True, the quoted identifiers specify Transact-SQL keywords. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.ReturnsViewMetadata">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui détermine si les métadonnées sont retournées avec les données des vues.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the metadata is returned with the view data.If True, the metadata is returned with the view data. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.IViewOptions.Schema">
			<summary>Obtient ou définit le schéma associé aux options de vue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema that is associated with the view options.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase" /> représente une classe de base utilisée dans la construction de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase.Contains(System.String)">
			<summary>Détermine si la chaîne spécifiée existe dans la collection référencée.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the text value for which to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase.Contains(System.String,System.Int32)">
			<summary>Détermine si la chaîne spécifiée existe dans la collection référencée.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the text value for which to check the existence of in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase.InitInnerCollection">
			<summary>Initialise la collection référencée.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase.Item(System.Guid)">
			<summary>Obtient un objet JobSchedule dans la collection qui a le GUID spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object.</returns>
			<param name="scheduleuid">A GUID value that identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> to return.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType" /> consiste en une liste de valeurs constantes qui spécifient le type de chiffrement à clé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.AsymmetricKey">
			<summary>Le chiffrement est défini à l'aide d'une clé asymétrique.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.Certificate">
			<summary>Le chiffrement est défini à l'aide d'un certificat.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.Password">
			<summary>Le chiffrement est défini à l'aide d'un mot de passe.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.Provider">
			<summary>Le chiffrement est défini par le fournisseur de chiffrements.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.KeyEncryptionType.SymmetricKey">
			<summary>Le chiffrement est défini à l'aide d'une clé symétrique.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Language">
			<summary>Un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> représente une langue prise en charge par SQL Server. La langue SQL Server détermine la mise en forme des dates et des heures et la langue dans laquelle les messages système sont affichés.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Language.Day(System.DayOfWeek)">
			<summary>Retourne une valeur <see cref="T:System.String" /> pour le jour de la semaine dans la langue référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the day of the week in the referenced language.</returns>
			<param name="day">A <see cref="T:System.DayOfWeek" /> system object value that specifies the day of the week.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Language.Month(Microsoft.SqlServer.Management.Smo.Month)">
			<summary>Retourne une valeur <see cref="T:System.String" /> pour le mois dans la langue référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the month in the referenced language.</returns>
			<param name="month">A <see cref="T:Microsoft.SqlServer.Management.Smo.Month" /> object value that specifies the month of the year.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Language.ShortMonth(Microsoft.SqlServer.Management.Smo.Month)">
			<summary>Retourne une valeur <see cref="T:System.String" /> pour le mois abrégé dans la langue référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the abbreviated month in the referenced language.</returns>
			<param name="month">A <see cref="T:Microsoft.SqlServer.Management.Smo.Month" /> object value that specifies the month of the year.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Alias">
			<summary>Obtient un autre nom pour la langue. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the language alias name. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.DateFormat">
			<summary>Obtient le format de date pour la langue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the date format for the language. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Days">
			<summary>Obtient les noms des jours de la semaine pour la langue référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the names of the days of the week.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.FirstDayOfWeek">
			<summary>Obtient la valeur <see cref="T:System.Byte" /> qui représente le premier jour de la semaine du calendrier.</summary>
			<returns>A <see cref="T:System.Byte" /> value that represents the first day of the calendar week.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.LangID">
			<summary>Obtient la valeur d'ID qui identifie la langue de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the language ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.LocaleID">
			<summary>Obtient la valeur d'ID qui identifie les paramètres régionaux de langue de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the locale ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Months">
			<summary>Obtient les noms des mois de l'année pour la langue référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the months of the year.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.MsgLangID">
			<summary>Obtient la valeur d'ID qui identifie la langue des messages de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the message language ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Language" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.ShortMonths">
			<summary>Obtient les noms abrégés des mois de l'année pour la langue référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the abbreviated months of the year.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Language.Upgrade">
			<summary>Obtient le numéro de version de la dernière mise à jour de la langue.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the version number of the most recent language update.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LanguageCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> qui représentent toutes les langues définies sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LanguageCollection.Add(Microsoft.SqlServer.Management.Smo.Language)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> spécifié à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" />.</summary>
			<param name="language">The <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object to add to the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LanguageCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Language[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LanguageCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LanguageCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object value that represents the SQL Server language.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LanguageCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object value that represents the language.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LanguageCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServer">
			<summary>Un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> représente un système de base de données autre que SQL Server et est lié à l'instance actuelle de SQL Server à l'aide d'un pilote OLE DB. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> sur l'instance spécifiée de SQL Server et avec le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the local instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the remote instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Alter">
			<summary>Updates any <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object property changes on the instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Create">
			<summary>Creates a linked server on the instance of SQL Server as defined by the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Drop">
			<summary>Removes the reference to the linked server from the instance of SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Drop(System.Boolean)">
			<summary>Removes the reference to the linked server from the instance of SQL Server.</summary>
			<param name="dropDependentLogins">A <see cref="T:System.Boolean" /> value that specifies whether to also drop logins that are dependent on the linked server that are represented by the <see cref="P:Microsoft.SqlServer.Management.Smo.LinkedServer.LinkedServerLogins" /> property.If True, the dependent logins are dropped. Otherwise, False. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns">
			<summary>Enumerates a list of columns that can be accessed on the linked server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32" />The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32" />The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32" />The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32" />The base for numeric data types.NULLABLE<see cref="T:System.Int32" />The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String" />This field always returns NULL.COLUMN_DEF<see cref="T:System.String" />The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32" />The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and ISO interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32" />The subtype code for DateTime and ISO interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32" />The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String" />The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified table.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32" />The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32" />The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32" />The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32" />The base for numeric data types.NULLABLE<see cref="T:System.Int32" />The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String" />This field always returns NULL.COLUMN_DEF<see cref="T:System.String" />The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32" />The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and ISO interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32" />The subtype code for DateTime and ISO interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32" />The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String" />The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String,System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32" />The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32" />The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32" />The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32" />The base for numeric data types.NULLABLE<see cref="T:System.Int32" />The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String" />This field always returns NULL.COLUMN_DEF<see cref="T:System.String" />The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32" />The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and ISO interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32" />The subtype code for DateTime and ISO interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32" />The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String" />The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
			<param name="schemaName">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String,System.String,System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32" />The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32" />The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32" />The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32" />The base for numeric data types.NULLABLE<see cref="T:System.Int32" />The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String" />This field always returns NULL.COLUMN_DEF<see cref="T:System.String" />The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32" />The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and ISO interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32" />The subtype code for DateTime and ISO interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32" />The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String" />The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
			<param name="schemaName">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
			<param name="databaseName">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumColumns(System.String,System.String,System.String,System.String)">
			<summary>Enumerates a list of columns that can be accessed on the linked server for a specified column.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionCOLUMN_SIZE<see cref="T:System.Int32" />The number of significant digits in the column. The return value for the PRECISION column is in base 10.BUFFER_LENGTH<see cref="T:System.Int32" />The transfer size of the data to and from the column.DECIMAL_DIGITS<see cref="T:System.Int32" />The number of digits to the right of the decimal point.NUM_PREC_RADIX<see cref="T:System.Int32" />The base for numeric data types.NULLABLE<see cref="T:System.Int32" />The nullability of the column. 1 = NULL is possible. 0 = NOT NULL.REMARKS<see cref="T:System.String" />This field always returns NULL.COLUMN_DEF<see cref="T:System.String" />The default value of the column.SQL_DATA_TYPE<see cref="T:System.Int32" />The value of the SQL data type as it appears in the TYPE field of the descriptor. This column is the same as the DATA_TYPE column, except for the DateTime and ISO interval data types. This column always returns a value.SQL_DATETIMEE_SUB<see cref="T:System.Int32" />The subtype code for DateTime and ISO interval data types. For other data types, this column returns NULL.CHAR_OCTET_LENGTH<see cref="T:System.Int32" />The maximum length in bytes of a character or integer data type column. For all other data types, this column returns NULL.ORDINAL_POSITION<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.IS_NULLABLE<see cref="T:System.String" />The nullability of the column in the table. ISO rules are followed to determine nullability. An ISO SQL-compliant DBMS cannot return an empty string.YES = Column can include NULLS. NO = Column cannot include NULLS.This column returns a zero-length string if nullability is unknown.The value returned for this column is different from the value returned for the NULLABLE column.SS_DATA_TYPE<see cref="T:System.Int32" />The ordinal position of the column in the table. The first column in the table is 1. This column always returns a value.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
			<param name="schemaName">A <see cref="T:System.String" /> value that specifies the name of the schema </param>
			<param name="databaseName">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
			<param name="columnName">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables">
			<summary>Enumerates a list of tables that are available on the linked server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String" />The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String" />The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String" />The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String" />The type of table: table, system table, or view.REMARKS<see cref="T:System.String" />
              SQL Server does not return a value for this column.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables(System.String)">
			<summary>Enumerates a list of tables that are available on the linked server for a specified table name.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String" />The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String" />The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String" />The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String" />The type of table; table, system table, or view.REMARKS<see cref="T:System.String" />
              SQL Server does not return a value for this column.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables(System.String,System.String)">
			<summary>Enumerates a list of tables that are available on the linked server for a specified table name and schema.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String" />The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String" />The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String" />The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String" />The type of table: table, system table, or view.REMARKS<see cref="T:System.String" />
              SQL Server does not return a value for this column.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
			<param name="schemaName">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables(System.String,System.String,System.String)">
			<summary>Enumerates a list of tables that are available on the linked server for a specified table name, schema, and database.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String" />The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEM<see cref="T:System.String" />The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String" />The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String" />The type of table: table, system table, or view.REMARKS<see cref="T:System.String" />
              SQL Server does not return a value for this column.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
			<param name="schemaName">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
			<param name="databaseName">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.EnumTables(System.String,System.String,System.String,Microsoft.SqlServer.Management.Smo.LinkedTableType)">
			<summary>Énumère les tables qui sont disponibles sur le serveur lié pour un nom de table, de schéma et de base de données spécifié et un type de table lié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of tables that can be accessed on the linked server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionTABLE_CAT<see cref="T:System.String" />The table qualifier name. Various DBMS products support three-part naming for tables (qualifier.owner.name). In SQL Server, this column represents the database name. In some other products, it represents the server name of the database environment of the table. This field can be NULL.TABLE_SCHEMA<see cref="T:System.String" />The owner of the table in the linked server. In SQL Server, this column represents the name of the database user who created the table. This field always returns a value.TABLE_NAME<see cref="T:System.String" />The name of the table in the linked server. This field always returns a value.TABLE_TYPE<see cref="T:System.String" />The type of table: table, system table, or view.REMARKS<see cref="T:System.String" />
              SQL Server does not return a value for this column.</returns>
			<param name="tableName">A <see cref="T:System.String" /> value that specifies the name of the table.</param>
			<param name="schemaName">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
			<param name="databaseName">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
			<param name="tableType">A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedTableType" /> object value that specifies the type of linked table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'inscription du serveur lié.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'inscription du serveur lié comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServer.TestConnection">
			<summary>Teste la connexion à un serveur lié.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Catalog">
			<summary>Obtient ou définit la base de données à utiliser lorsque le serveur est lié via une connexion à un fournisseur OLE DB.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database to be used when the linked server is made through a connection to an OLE DB provider. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.CollationCompatible">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le classement par défaut du serveur lié est compatible avec le classement par défaut sur l'instance locale de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the remote linked server is compatible with the collation on the local instance of SQL Server. If True, the linked server has a default collation that is compatible with the default collation on the local instance of SQL Server.If False (default), the linked server has a default collation that is incompatible with the default collation on the local instance of SQL Server. This means that data compared on the two servers may return unexpected results.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.CollationName">
			<summary>Gets or sets the name of the collation to use when sorting data from the linked server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the collation to use when sorting data from the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ConnectTimeout">
			<summary>Gets or sets the number of seconds to wait for a connection to be established with the linked server before timing out.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the time (in seconds) the local server attempts to connect to the remote server before timing out. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DataAccess">
			<summary>Gets or sets the <see cref="T:System.Boolean" /> property value that specifies whether data can be accessed on the linked server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether data can be accessed on the linked server. If True, data can be accessed on the linked server. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DataSource">
			<summary>Gets or sets the data source to be used when the linked server is made through a connection to an OLE DB provider. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the data source on the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DateLastModified">
			<summary>Gets the date and time when the linked server was last modified. </summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the linked server was last modified. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.DistPublisher">
			<summary>Gets or sets a <see cref="T:System.Boolean" /> property value that specifies whether the linked server is participating in replication as a distribution Publisher.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the linked server is a replication distribution Publisher. If True, the linked server is a distribution Publisher. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Distributor">
			<summary>Gets or sets a <see cref="T:System.Boolean" /> property value that specifies whether the linked server is participating in replication as a distribution Publisher.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the linked server is a replication Distributor. If True, the linked server is a Distributor. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ID">
			<summary>Gets the ID value that uniquely identifies the linked server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that uniquely identifies the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.IsPromotionofDistributedTransactionsForRPCEnabled">
			<summary>Gets or sets a <see cref="T:System.Boolean" /> property value that specifies whether the promotion of distributed transaction for RPC (remote procedure calls) is enabled.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the promotion of distributed transaction for RPC (remote procedure calls) is enabled. If True, promotion of distributed transactions is supported. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.LazySchemaValidation">
			<summary>Gets or sets the <see cref="T:System.Boolean" /> property value that specifies whether the schema used by the linked server data is validated when the local instance of SQL Server is idle or not.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the schema used by the linked server data is validated when the local instance of SQL Server is idle or not. If True, the schema is validated when the instance is idle.False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.LinkedServerLogins">
			<summary>Represents a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> objects. Each <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> object represents a linked server login defined on the linked server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection" /> object that represents all the linked server logins defined on the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Location">
			<summary>Gets or sets the description of the location of the linked server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the location of the linked server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Parent">
			<summary>Gets or sets the <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ProductName">
			<summary>Gets or sets the name of the product to which SQL Server can connect through the OLE DB Provider.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the product. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ProviderName">
			<summary>Gets or sets the name of the OLE DB provider used to connect to the linked server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the OLE DB provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.ProviderString">
			<summary>Gets or sets the connection string used to connect to a linked server by way of the OLE DB Provider.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the connection string used to connect to the link server by way of the OLE DB Provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Publisher">
			<summary>Gets or sets a <see cref="T:System.Boolean" /> property value that specifies whether the linked server is a replication Publisher or not.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the linked server is a Publisher.If True, the linked server is a Publisher. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.QueryTimeout">
			<summary>Gets or sets the time in seconds to wait for a query to execute before timing out.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the time in seconds to wait for a query to execute before timing out.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Rpc">
			<summary>Gets or sets the <see cref="T:System.Boolean" /> property value that specifies whether the linked server supports remote procedure calls (RPCs).</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the linked server supports RPCs.If True, RPCs can be executed on the linked server. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.RpcOut">
			<summary>The <see cref="T:System.Boolean" /> property value that specifies whether the linked server supports remote procedure calls (RPCs) with output parameters.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the linked server supports RPCs with output parameters.If True, RPCs with output parameters can be executed on the linked server. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.Subscriber">
			<summary>Gets or sets the <see cref="T:System.Boolean" /> property value that specifies whether the linked server is a replication Subscriber.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the linked server is a Subscriber.If True, the linked server is a Subscriber. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServer.UseRemoteCollation">
			<summary>Gets or sets the <see cref="T:System.Boolean" /> property value that specifies whether to use the collation associated with the data from the linked server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the collation that is associated with the data from the linked server is used or not.If True, the collation associated with the data from the linked server is used when sorting or comparing.If False (default), the collation associated with the local instance of SQL Server is used when sorting or comparing.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> qui représentent tous les serveurs liés enregistrés sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Add(Microsoft.SqlServer.Management.Smo.LinkedServer)">
			<summary>Ajoute l'objet spécifié à la collection référencée.</summary>
			<param name="linkedServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object that specifies the object to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.LinkedServer[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object value that represents the linked server.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object value that represents the linked server.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> représente un compte d'ouverture de session SQL Server qui a l'autorisation de se connecter au serveur lié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.#ctor(Microsoft.SqlServer.Management.Smo.LinkedServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> pour le serveur lié spécifié et avec le nom spécifié.</summary>
			<param name="linkedServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object that specifies the linked server to which the linked server logon has permission to access.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the linked server logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Create">
			<summary>Crée une ouverture de session de serveur lié comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Drop">
			<summary>Supprime l'ouverture de session de serveur lié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.SetRemotePassword(System.Security.SecureString)">
			<summary>Définit le mot de passe et l'autre nom de connexion qui seront utilisés lorsqu'une requête distribuée, ou un autre processus SQL Server, accède aux données sur un serveur lié à l'aide d'un fournisseur OLE DB.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString" /> value that specifies the password that is used with the logon name specified in the <see cref="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.RemoteUser" /> property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.SetRemotePassword(System.String)">
			<summary>Définit le mot de passe et l'autre nom d'ouverture de session qui seront utilisés lorsqu'une requête distribuée, ou un autre processus SQL Server, accède aux données sur un serveur lié à l'aide d'un fournisseur OLE DB.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password that is used with the logon name specified in the <see cref="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.RemoteUser" /> property.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de l'ouverture de session du serveur lié.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Impersonate">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte d'ouverture de session SQL Server authentifié se connecte au serveur lié à l'aide de ses propres informations d'identification ou à l'aide du nom d'ouverture de session et du mot de passe spécifiés.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the SQL Server authenticated logon account connects to the linked server using its own credentials or using a specified logon name and password.If True, the logon connects using a specified logon name and password.If False (default), the logon connects using its own credentials.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Name">
			<summary>Obtient ou définit le nom de l'ouverture de session de serveur lié.</summary>
			<returns>A string value that contains the name of the linked server log-in.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLogin.RemoteUser">
			<summary>Obtient ou définit un autre nom d'ouverture de session pour l'ouverture de session du serveur lié, afin d'emprunter une autre identité lors de l'accès aux données sur un serveur lié.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the alternative logon name for the linked server logon. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> qui représentent toutes les connexions du serveur lié définies sur le serveur lié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Add(Microsoft.SqlServer.Management.Smo.LinkedServerLogin)">
			<summary>Ajoute une connexion à la collection de connexions du serveur lié.</summary>
			<param name="linkedServerLogin">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.CopyTo(Microsoft.SqlServer.Management.Smo.LinkedServerLogin[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> that specifies the index position from which to start the copy.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> object value that represents the SQL Server linked server login.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> object value that represents the linked server login.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLogin" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerLoginCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LinkedTableType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedTableType" /> contient des valeurs qui spécifient le type de table accédée sur un serveur lié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.Alias">
			<summary>Table des alias.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.Default">
			<summary>Table de données par défaut.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.GlobalTemporary">
			<summary>Table temporaire globale dans la base de données temp.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.LocalTemporary">
			<summary>Table temporaire locale.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.SystemTable">
			<summary>Table système.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.SystemView">
			<summary>Vue système.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.Table">
			<summary>Table de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LinkedTableType.View">
			<summary>Vue.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LogFile">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> représente un fichier journal SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> pour la base de données spécifiée et qui a le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database for which the transaction log is stored in the log file.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the log file. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> pour la base de données spécifiée, qui a le nom et le nom du fichier physique spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database for which the transaction log is stored in the log file.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the log file.</param>
			<param name="fileName">A <see cref="T:System.String" /> value that specifies the physical file name of the log file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFile.Create">
			<summary>Crée un fichier journal sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.BytesReadFromDisk">
			<summary>Obtient le nombre d'octets lus depuis le disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of bytes read from disk.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.BytesWrittenToDisk">
			<summary>Obtient le nombre d'octets écrits sur le disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of bytes written to disk.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.FileName">
			<summary>Obtient ou définit le nom de fichier du fichier journal.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the file name for the log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.Growth">
			<summary>Obtient ou définit l'incrément de croissance pour le fichier journal, en Ko ou en pourcentage.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the growth increment in KB or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.GrowthType">
			<summary>Obtient ou définit le type de croissance pour le fichier de données, en Ko ou en pourcentage.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGrowthType" /> object value that specifies the growth type such as KB or in percent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le fichier journal.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsOffline">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le fichier journal est déconnecté ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the log file is offline or online.If True, the log file is offline and unavailable. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsReadOnly">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le fichier journal est en lecture seule ou peut être mis à jour.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the log file is read-only or can be updated.If True, the log file is read-only. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsReadOnlyMedia">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le fichier journal est stocké sur un support en lecture seule.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the log file is stored on read-only media.If True, the log file is stored on read-only media. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.IsSparse">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le fichier est un fichier partiellement alloué. Les fichiers partiellement alloués sont utilisés dans les instantanés de base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the data file is sparse.If True, the data file is sparse. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.MaxSize">
			<summary>Obtient ou définit la taille maximale du fichier, en Mo.</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the maximum size of the log file, in MB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui spécifie si l'objet prend en charge le mode Création.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.NumberOfDiskReads">
			<summary>Obtient une valeur <see cref="T:System.Int64" /> qui spécifie le nombre de lectures du disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of disk reads.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.NumberOfDiskWrites">
			<summary>Obtient une valeur <see cref="T:System.Int64" /> qui spécifie le nombre d'écritures sur le disque.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of disk writes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.Size">
			<summary>Obtient ou définit la taille actuelle du fichier journal, en Ko.</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the current size of the log file, in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.UsedSpace">
			<summary>Obtient la quantité d'espace utilisé dans le fichier journal, en Ko.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the amount of used space in the log file in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFile.VolumeFreeSpace">
			<summary>Obtient une valeur <see cref="T:System.Int64" /> qui spécifie l'espace libre du volume, en octets.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the volume free space in bytes.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LogFileCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> qui représentent tous les fichiers journaux définis sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.Add(Microsoft.SqlServer.Management.Smo.LogFile)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" />.</summary>
			<param name="logFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object value that specifies the log file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.CopyTo(Microsoft.SqlServer.Management.Smo.LogFile[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.Remove(Microsoft.SqlServer.Management.Smo.LogFile)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" />.</summary>
			<param name="logFile">A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object value that specifies the log file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LogFileCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of log file to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFileCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object value that represents the log file.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFileCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object value that represents the log file.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LogFileCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LogFileCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Login">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> représente un compte de connexion SQL Server qui dispose d'un accès à l'instance de SQL Server via l'authentification Windows ou l'authentification SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Login" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> sur l'instance spécifiée de SQL Server et avec le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the instance of SQL Server to which the login account has access.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the SQL Server login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.AddCredential(System.String)">
			<summary>Ajoute des informations d'identification de connexion.</summary>
			<param name="credentialName">The name of the credential to be mapped to the server login.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.AddToRole(System.String)">
			<summary>Ajoute le compte de connexion à un rôle SQL Server.</summary>
			<param name="role">A <see cref="T:System.String" /> value that specifies the name of the role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> sur le compte de connexion sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ChangePassword(System.String)">
			<summary>Modifie le mot de passe du compte de connexion.</summary>
			<param name="newPassword">A <see cref="T:System.String" /> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ChangePassword(System.String,System.String)">
			<summary>Modifie le mot de passe du compte de connexion.</summary>
			<param name="oldPassword">A <see cref="T:System.String" /> value that specifies the old, existing password.</param>
			<param name="newPassword">A <see cref="T:System.String" /> value that specifies the new password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ChangePassword(System.String,System.Boolean,System.Boolean)">
			<summary>Modifie le mot de passe du compte de connexion.</summary>
			<param name="newPassword">A <see cref="T:System.String" /> value that specifies the new password.</param>
			<param name="unlock">A <see cref="T:System.Boolean" /> value that specifies whether to unlock the login account's access to the instance of SQL Server.If True, the login account is given access to the instance of SQL Server.If False, the login account remains locked out of the instance of SQL Server.</param>
			<param name="mustChange">A <see cref="T:System.Boolean" /> value that specifies whether the login account must change the password.If True, the password must be changed again.If False, the password will not need to be changed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Create">
			<summary>Crée un compte de connexion sur l'instance de SQL Server tel que défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Create(System.Security.SecureString)">
			<summary>Crée un compte de connexion sur l'instance de SQL Server tel que défini par l'objet Connexion.</summary>
			<param name="password"><see cref="T:System.Security.SecureString" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Create(System.String)">
			<summary>Crée un compte de connexion sur l'instance de SQL Server tel que défini par l'objet Connexion.</summary>
			<param name="password"><see cref="T:System.String" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Create(System.Security.SecureString,Microsoft.SqlServer.Management.Smo.LoginCreateOptions)">
			<summary>Crée un compte de connexion sur l'instance de SQL Server tel que défini par l'objet Connexion.</summary>
			<param name="password"><see cref="T:System.Security.SecureString" /></param>
			<param name="options"><see cref="T:Microsoft.SqlServer.Management.Smo.LoginCreateOptions" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Create(System.String,Microsoft.SqlServer.Management.Smo.LoginCreateOptions)">
			<summary>Crée un compte de connexion sur l'instance de SQL Server tel que défini par l'objet Connexion.</summary>
			<param name="password"><see cref="T:System.String" /></param>
			<param name="options"><see cref="T:Microsoft.SqlServer.Management.Smo.LoginCreateOptions" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur le compte de connexion.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur l'ouverture de session.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the logon.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur l'ouverture de session.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the logon.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the logon.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur l'ouverture de session.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the logon.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Disable">
			<summary>Désactive le compte de connexion. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Drop">
			<summary>Supprime le compte de connexion de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.DropCredential(System.String)">
			<summary>Supprime des informations d'identification de connexion.</summary>
			<param name="credentialName"><see cref="T:System.String" /> identifying the credential to be dropped.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Enable">
			<summary>Active le compte de connexion. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumAgentProxyAccounts">
			<summary>Énumère les comptes d'agent proxy auxquels le compte de connexion participe.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of agent proxy account in which the login account is participating.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumCredentials">
			<summary>Retourne une collection de chaînes d'informations d'identification associées à une connexion.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumDatabaseMappings">
			<summary>Énumère les mappages des comptes de connexion aux bases de données et aux utilisateurs des bases de données. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMapping" /> object array value that lists the login account mappings to databases and database users.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour le compte de connexion.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the login account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur le compte de connexion.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the login account. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur le compte de connexion.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the login account. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur le compte de connexion.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the login account. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.GetDatabaseUser(System.String)">
			<summary>Obtient le nom de l'utilisateur auquel le compte de connexion est mappé dans une base de données spécifiée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database user name.</returns>
			<param name="databaseName">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le compte de connexion.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le compte de connexion.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le compte de connexion.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the login account.If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le compte de connexion.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the login account. If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le compte de connexion, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the login account.If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the login account. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur l'ouverture de session, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the logon.If True, the grantee is given the ability to grant the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the login account. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the login account. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.IsMember(System.String)">
			<summary>Retourne une valeur <see cref="T:System.Boolean" /> qui spécifie si le compte de connexion est membre du rôle spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the login account is a member of the specified role or not.If True, the login account is a member of the specified role.If False, the login account is not a member of the specified role.</returns>
			<param name="role">A <see cref="T:System.String" /> value that specifies the name of the role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.ListMembers">
			<summary>Retourne la liste des rôles dont le compte de connexion est membre.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list of role names of which the login account is a member.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Refresh">
			<summary>Actualise les informations d'identification de connexion.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Rename(System.String)">
			<summary>Renomme le compte de connexion.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the login account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le compte de connexion.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur le compte de connexion.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur le compte de connexion et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the login account.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque les autorisations précédemment accordées à des bénéficiaires sur le compte de connexion et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the login account.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur le compte de connexion et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the login account.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the logon. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à des bénéficiaires sur le compte de connexion et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the login account.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the login account.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the login account.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the login account.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the logon. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le compte de connexion.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Login.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le compte de connexion tel que spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.AsymmetricKey">
			<summary>Obtient la clé asymétrique associée à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies asymmetric key associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Certificate">
			<summary>Obtient le certificat associé à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the certificate associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.CreateDate">
			<summary>Obtient la date et l'heure de création du compte de connexion.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the login account was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Credential">
			<summary>Obtient les informations d'identification associées à la connexion.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the credential associated with the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du compte de connexion.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the login account was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.DefaultDatabase">
			<summary>Obtient ou définit la base de données par défaut à laquelle le compte de connexion est affecté après la connexion à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default database to which the login account is assigned after logging on to the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.DenyWindowsLogin">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte de connexion peut ou non se connecter à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the login accounts granted or denied the ability to log on to the instance of SQL Server.If True, the login account has been denied the ability to log on to the instance of SQL Server.If False, the login account has been granted the ability to log on to the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Events">
			<summary>Obtient les événements associés au compte de connexion.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginEvents" /> object value that specifies the events associated with the login account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.HasAccess">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte de connexion SQL Server a accès à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the login account has access to the instance of SQL Server. If True, the login has access to the instance of SQL Server.If False (default), the login does not have access to the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le compte de connexion.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID that uniquely identifies the login account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsDisabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte de connexion SQL Server est désactivé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the login account is disabled. If True, the login is disabled.If False (default), the login is not disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsLocked">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte de connexion est verrouillé pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Basic authentication is enabled for the logon.If True, the login account has been locked out of the instance of SQL Server.If False (default), the login account has not been locked out of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsPasswordExpired">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le mot de passe du compte de connexion SQL Server a expiré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the password for the SQL Server login account has expired.If True, the password for the login account has expired.If False , the password for the login account has yet to expire.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.IsSystemObject">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte de connexion SQL Server est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the login account is a system object. If True, the login is a system object.If False (default), the login is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Language">
			<summary>Obtient ou définit la langue requise par le compte de connexion référencé pour les formats de date et les messages système.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the language required by the referenced login account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.LanguageAlias">
			<summary>Obtient le nom d'alias utilisé pour la langue requise par le compte de connexion SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the alias name used for the language that is required by the SQL Server login account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.LoginType">
			<summary>Obtient ou définit le type de compte de connexion SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType" /> object value that specifies the type of authentication performed on the SQL Server login account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.MustChangePassword">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le mot de passe du compte de connexion doit être modifié la prochaine fois que l'utilisateur se connecte à l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the user must change the password when her or she next logs on to the instance of SQL Server.If True, the login account password must be changed.If False (default), the login account password does not require changing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Name">
			<summary>Obtient ou définit le nom de la connexion.</summary>
			<returns>A string value that contains the name of the login.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.PasswordExpirationEnabled">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le mot de passe du compte de connexion expire automatiquement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the password for the login account will automatically expire.If True, the login account password automatically expires.If False (default), the login account password does not expire automatically.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.PasswordPolicyEnforced">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la stratégie de mot de passe est appliquée pour ce compte de connexion.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether password policy is enforced for this login account.If True, password policy is enforced for this login account.If False (default), password policy is not enforced for this login account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.Sid">
			<summary>Obtient ou définit l'identificateur de sécurité (SID) du compte de connexion.</summary>
			<returns>An unsigned <see cref="T:System.Uint8" /> array value that specifies the security identifier of the login account </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Login.WindowsLoginAccessType">
			<summary>Obtient le type d'ouverture de session Windows.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.WindowsLoginAccessType" /> object value that specifies the type of Windows logon access.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LoginCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> qui représentent tous les comptes de connexion définis sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginCollection.Add(Microsoft.SqlServer.Management.Smo.Login)">
			<summary>Ajoute un objet de connexion à la collection de connexions.</summary>
			<param name="login">A <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Login[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LoginCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> object value that represents the login account.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LoginCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> object value that represents the login account.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.LoginCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LoginCreateOptions">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCreateOptions" /> contient des valeurs utilisées pour spécifier les options de mot de passe lorsque vous créez une ouverture de session.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LoginCreateOptions.IsHashed">
			<summary>Valeur = 1. Le mot de passe est déjà haché, ce qui permet de l'utiliser pour une autre ouverture de session.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LoginCreateOptions.MustChange">
			<summary>Valeur = 2. L'utilisateur doit modifier son mot de passe à la prochaine ouverture de session.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.LoginCreateOptions.None">
			<summary>Valeur = 0. Il n'y a pas d'options de création de connexion.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.LoginEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.LoginEvents" /> représente les paramètres requis pour la notification d'événements de connexion SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.LoginEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> et lorsque l'utilisateur s'est abonné à l'événement de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of login events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de connexion à recevoir.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de connexion à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.LoginEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MasterKey">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey" /> représente une clé principale de la base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.#ctor(Microsoft.SqlServer.Management.Smo.Database)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey" /> sur la base de données spécifiée.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database to which the master key belongs.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.AddPasswordEncryption(System.String)">
			<summary>Ajoute le chiffrement de mot de passe à la clé principale.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.AddServiceKeyEncryption">
			<summary>Ajoute à la clé principale le chiffrement à clé du service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Close">
			<summary>Ferme la clé principale.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Create(System.String)">
			<summary>Crée une clé principale qui a le mot de passe spécifié.</summary>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the password with which to encrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Create(System.String,System.String,System.String)">
			<summary>Crée une clé principale à partir du fichier spécifié, avec les mots de passe de chiffrement et de déchiffrement spécifiés.</summary>
			<param name="path">A <see cref="T:System.String" /> value that specifies the system path location of the file from which to load the master key. </param>
			<param name="decryptionPassword">A <see cref="T:System.String" /> value that specifies the password with which to decrypt the master key.</param>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the password with which to encrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Drop">
			<summary>Supprime la clé principale de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.DropPasswordEncryption(System.String)">
			<summary>Supprime le chiffrement de mot de passe de la clé principale à l'aide du mot de passe associé.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.DropServiceKeyEncryption">
			<summary>Supprime de la clé principale le chiffrement à clé du service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.EnumKeyEncryptions">
			<summary>Énumère les jeux de chiffrement à clé actuels de la clé principale de la base de données.</summary>
			<returns>A <see cref="T:System.DataTable" /> system object value that contains the list of current key encryptions for the database master key. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionUrn<see cref="T:System.String" />The URN string that specifies the referenced master key.Thumbprint<see cref="T:System.Byte[]" />The thumbprint byte array that is associated with the master key. For more information, see sys.key_encryptions (Transact-SQL).SymmetricKeyEncryptionType<see cref="T:System.String" />The symmetric key encryption type. For more information, see <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionType" /> class.CryptProperty<see cref="T:System.Byte[]" />The byte array that describes the crypt property. For more information, see sys.key_encryptions (Transact-SQL).</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Export(System.String,System.String)">
			<summary>Enregistre la clé principale de la base de données dans l'emplacement indiqué par le chemin d'accès au système spécifié, à l'aide du mot de passe spécifié.</summary>
			<param name="path">A <see cref="T:System.String" /> value that specifies the system path location of the file to which to save the master key.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Import(System.String,System.String,System.String)">
			<summary>Charge la clé principale de la base de données à partir du fichier indiqué par le chemin d'accès au système spécifié, en utilisant les mots de passe spécifiés pour déchiffrer et chiffrer la clé principale.</summary>
			<param name="path">A <see cref="T:System.String" /> value that specifies the system path location of the file to save the master key to.</param>
			<param name="decryptionPassword">A <see cref="T:System.String" /> value that specifies the password with which to decrypt the master key.</param>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the password with which to encrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Import(System.String,System.String,System.String,System.Boolean)">
			<summary>Charge la clé principale de la base de données à partir du fichier indiqué par le chemin d'accès au système spécifié, en utilisant les mots de passe spécifiés pour déchiffrer et chiffrer la clé principale, et avec l'option permettant de forcer la régénération.</summary>
			<param name="path">A <see cref="T:System.String" /> value that specifies the system path location of the file to save the master key to.</param>
			<param name="decryptionPassword">A <see cref="T:System.String" /> value that specifies the password with which to decrypt the master key.</param>
			<param name="encryptionPassword">A <see cref="T:System.String" /> value that specifies the password with which to encrypt the master key.</param>
			<param name="forceRegeneration">A <see cref="T:System.Boolean" /> value that specifies whether to drop the items that cannot be successfully regenerated by using the old database master key password.If True, regeneration of the master key is forced, and all items that cannot be regenerated are dropped. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Open(System.String)">
			<summary>Ouvre la clé principale de la base de données à l'aide du mot de passe spécifié.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which to decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Regenerate(System.String)">
			<summary>Régénère la clé principale de la base de données à l'aide du nouveau mot de passe spécifié.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which to encrypt and decrypt the master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MasterKey.Regenerate(System.String,System.Boolean)">
			<summary>Régénère la clé principale de la base de données à l'aide du nouveau mot de passe spécifié et avec l'option permettant de forcer la régénération, supprimant ainsi tous les éléments qui ne peuvent pas être déchiffrés avec succès. </summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which to encrypt and decrypt the master key.</param>
			<param name="forceRegeneration">A <see cref="T:System.Boolean" /> value that specifies whether to drop the items that cannot be successfully regenerated by using the old database master key password.If True, regeneration of the master key is forced, and all items that cannot be regenerated are dropped. Otherwise, False.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.CreateDate">
			<summary>Obtient la date et l'heure de création de la clé principale.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the master key was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la clé principale.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the master key was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.IsEncryptedByServer">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la clé principale de la base de données est chiffrée à l'aide de la clé principale du service ou à l'aide d'un mot de passe.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the master key is encrypted by using the service master key or by using a password.If True, the master key is encrypted by the service master key. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.IsOpen">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la clé principale de la base de données est ouverte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the master key is open.If True, the master key is open. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MasterKey.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.MasterKey" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> est une classe de base utilisée dans la construction de classes de collection de messages. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Contains(System.Int32,System.Int32)">
			<summary>Détermine si un objet avec la valeur d'ID et la valeur d'ID de langue spécifiées existe dans l'objet de collection de messages.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object with the specified ID value exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> contains the specified object.If False, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> does not contain the specified object.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.</param>
			<param name="languageID">An <see cref="T:System.Int32" /> value that specifies the ID value of the language associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Contains(System.Int32,System.String)">
			<summary>Détermine si un objet avec la valeur d'ID et la langue spécifiées existe dans l'objet de collection de messages.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object with the ID value and language exists in the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.If True, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> contains the specified object.If False, the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> does not contain the specified object.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.InitInnerCollection">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Remove(System.Int32)">
			<summary>Supprime l'objet avec la valeur d'ID spécifiée de l'objet de collection de messages.</summary>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageCollectionBase.Remove(System.Int32,System.String)">
			<summary>Supprime l'objet avec la valeur d'ID et la langue spécifiées de l'objet de collection de messages.</summary>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.MessageCollectionBase" /> object.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MessageObjectBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.MessageObjectBase" /> est une classe de base héritée par les classes de message. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MessageObjectBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.MessageObjectBase" />.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.MissingObjectException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException" /> représente l'exception levée lorsqu'un objet est manquant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MissingObjectException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MissingObjectException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the missing object exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.MissingObjectException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.MissingObjectException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the missing object exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that specifies the inner exception for the missing object exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MissingObjectException.Message">
			<summary>Obtient le message associé à l'exception d'objet manquant.</summary>
			<returns>A string value that contains the message associated with the Missing Object exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.MissingObjectException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.MissingObjectException.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Month">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.Month" /> contient des valeurs constantes qui spécifient les douze mois du calendrier.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.April">
			<summary>Avril, mois 4.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.August">
			<summary>Août, mois 8.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.December">
			<summary>Décembre, mois 12.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.February">
			<summary>Février, mois 2.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.January">
			<summary>Janvier, mois 1.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.July">
			<summary>Juillet, mois 7.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.June">
			<summary>Juin, mois 6.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.March">
			<summary>Mars, mois 3.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.May">
			<summary>Mai, mois 5.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.November">
			<summary>Novembre, mois 11.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.October">
			<summary>Octobre, mois 10.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Month.September">
			<summary>Septembre, mois 9</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NamedSmoObject">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NamedSmoObject" /> représente un objet SMO nommé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.NamedSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.RenameImpl(System.String)">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
			<param name="newName">A string value that specifies the new name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.RenameImplWorker(System.String)">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.ScriptChangeOwner(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection" /> that contains the queries.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that contains the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.ScriptOwner(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Modifie l'autorisation du propriétaire du script.</summary>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection" /> object that contains the queries.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that contains the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.ScriptRename(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String)">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
			<param name="renameQuery">A <see cref="T:System.Collections.Specialized.StringCollection" /> object.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="newName">A string value that specifies the new name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NamedSmoObject.SetSchemaOwned">
			<summary>Définit la valeur possédée par le schéma. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NamedSmoObject.Name">
			<summary>Obtient ou définit le nom de l'objet.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumaNode">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" /> représente les paramètres d'un nœud NUMA sur une instance de SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumaNode.AffinityMask">
			<summary>Obtient ou définit le type d'affinité pour le nœud NUMA représenté par cet objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" />.</summary>
			<returns>Returns a <see cref="T: Microsoft.SqlServer.Management.Smo.NumaNodeAffinity" /> value that specifies the current state of this NUMA node. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumaNode.Cpus">
			<summary>Obtient une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" /> qui appartiennent à cet objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CpuCollection" /> that contains one entry for each CPU that belongs to this NUMA node.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumaNode.GroupID">
			<summary>Obtient le <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode.GroupID" /> affecté à ce nœud NUMA.</summary>
			<returns>Returns the GroupID that is assigned to this <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" /> object. The return value is of type an <see cref="T:System.Int" />.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumaNode.ID">
			<summary>Obtient le <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode.ID" /> du nœud NUMA représenté par cet objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" />.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode.ID" /> of this NUMA node. The value is returned as an <see cref="T:System.Int" />.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumaNodeAffinity">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNodeAffinity" /> définit les états d'affinité pour un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Cpu" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.NumaNodeAffinity.Full">
			<summary>L'affinité est définie pour tous les objets <see cref="T: Microsoft.SqlServer.Management.Smo.NumaNode.CPU" /> qui appartiennent à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.NumaNodeAffinity.None">
			<summary>L'affinité n'est définie pour aucun objet <see cref="T: Microsoft.SqlServer.Management.Smo.NumaNode.CPU" /> qui appartient à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.NumaNodeAffinity.Partial">
			<summary>L'affinité est définie pour quelques objets <see cref="T: Microsoft.SqlServer.Management.Smo.NumaNode.CPU" /> qui appartiennent à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" /> mais pas pour tous les objets.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumaNodeCollection">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNodeCollection" /> contient des informations sur un nœud NUMA sur une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:System.Array" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.NumaNode[],System.Int32)">
			<summary>Copie le contenu de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNodeCollection" /> vers un tableau d'objets NumaNode.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.GetEnumerator">
			<summary>Obtient une interface <see cref="T:System.IEnumerator" /> qui peut être utilisée pour itérer sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNodeCollection" />.</summary>
			<returns>Returns an <see cref="T:System.IEnumerator" /> interface that can be used to iterate over the <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNodeCollection" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.SetAffinityToRange(System.Int32,System.Int32,Microsoft.SqlServer.Management.Smo.NumaNodeAffinity)">
			<summary>Définit le masque d'affinité des nœuds NUMA dans la plage spécifiée.</summary>
			<param name="startIndex">An <see cref="T:System.int" /> from 0 to <see cref="P:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.Count" /> -1 that specifies the beginning of the range of NUMA nodes. If startIndex is not within the valid range, the following exception is returned: Specified argument was out of the range of valid values. Parameter name: startIndex.</param>
			<param name="endIndex">An <see cref="T:System.int" /> that specifies the endIndex of the range. endIndex must be greater than or equal to startindex and less than <see cref="P:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.Count." />If endIndex is not within the valid range, the following exception is returned: Specified argument was out of the range of valid values. Parameter name: endIndex.If endIndex is less than startIndex, the following exception is returned: The specified range of CPUs is not valid. The value for startIndex must be less than the value for endIndex.</param>
			<param name="AffinityMask">The affinity mask value to set. The value must be one of the values listed for the <see cref="E:Microsoft.SqlServer.Management.Smo.NumaNodeAffinity" />. AffinityMask cannot be set to <see cref="E:Microsoft.SqlServer.Management.Smo.NumaNodeAffinity.Partial." /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.Count">
			<summary>Obtient le nombre d'entrées <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" /> dans la collection.</summary>
			<returns>Returns the number of <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNode" /> entries in the collection. The return type is an <see cref="T:System.int" /> value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.IsSynchronized">
			<summary>Obtient une valeur qui indique si la collection est synchronisée avec l'instance de SQL Server.</summary>
			<returns>Returns a <see cref="T:System.boolean" /> value. If true, the collection is synchronized with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumaNodeCollection.SyncRoot">
			<summary>Obtient le nœud racine de synchronisation pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNodeCollection" />.</summary>
			<returns>Returns the synchronization root for the <see cref="T:Microsoft.SqlServer.Management.Smo.NumaNodeCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase" /> est une classe de base qui représente les fonctionnalités communes des collections d'objets numérotés, tels que l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase.Contains(System.Int16)">
			<summary>Détermine si la valeur spécifiée est la valeur de numéro d'un objet numéroté dans la collection référencée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced collection contains the object with the specified number value.If True, the collection contains the specified object. Otherwise, False.</returns>
			<param name="number">An <see cref="T:System.Int16" /> value that specifies the number value of the object that is being checked to see whether it exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedObjectCollectionBase.InitInnerCollection">
			<summary>Initialise une nouvelle collection, en gardant la collection d'origine intacte.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> représente une procédure stockée numérotée Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedure,System.Int16)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" />.</summary>
			<param name="storedProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object value that specifies the stored procedure on which to base the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object.</param>
			<param name="number">An <see cref="T:System.Int16" /> value that specifies the number value associated with the numbered stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Create">
			<summary>Crée une procédure stockée sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.ScriptHeader(System.Boolean)">
			<summary>Retourne l'en-tête de texte avec l'option de modification du texte. </summary>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether to create an alter script or a creation script.If True, an alter script is generated.If False, a creation script is generated.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.ToString">
			<summary>Retourne l'objet référencé en tant que valeur <see cref="T:System.String" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.IsEncrypted">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée numérotée est chiffrée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the numbered stored procedure is encrypted.If True, the stored procedure is encrypted.If False (default), the stored procedure is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Name">
			<summary>Obtient ou définit le nom de la procédure stockée numérotée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Number">
			<summary>Obtient ou définit le nombre associé à la procédure stockée numérotée.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the number of the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Parameters">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> représente un paramètre défini pour la procédure stockée numérotée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> object that represents all the parameters defined for the numbered stored procedure. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.TextBody">
			<summary>Obtient ou définit la chaîne Transact-SQL qui définit la procédure stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Transact-SQL string that defines the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.TextHeader">
			<summary>Obtient ou définit la partie d'en-tête de la chaîne Transact-SQL qui définit la procédure stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header from the definition of the numbered stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure.TextMode">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si l'en-tête de texte est modifiable en tant que texte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> qui représentent toutes les procédures stockées numérotées définies sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.CopyTo(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.GetProcedureByNumber(System.Int16)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int16" /> value specifies the number associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object value that represents the numbered stored procedure.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> représente un paramètre de la procédure stockée numérotée SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.#ctor(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> pour la procédure stockée numérotée spécifiée, avec le nom spécifié.</summary>
			<param name="numberedStoredProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object value that specifies the numbered stored procedure on which the parameter is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the numbered stored procedure parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.IsOutputParameter">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si le paramètre est un paramètre de sortie.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the stored procedure parameter is an output parameter.If True, the referenced stored procedure parameter is an output parameter, which contains returned results after the stored procedure is called.If False (default), the referenced stored procedure parameter is an input parameter, which contains arguments that are used within the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter)">
			<summary>Ajoute un <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> à la collection.</summary>
			<param name="numberedStoredProcedureParameter"><see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter,System.Int32)">
			<summary>Ajoute un <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> à la collection.</summary>
			<param name="numberedStoredProcedureParameter"><see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object.</param>
			<param name="insertAtPosition"><see cref="T:System.Int32" /> identifying the position in the collection where the new Numbered Stored Procedure Parameter is to be placed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter,System.String)">
			<summary>Ajoute un <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> à la collection.</summary>
			<param name="numberedStoredProcedureParameter"><see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object.</param>
			<param name="insertAtColumnName"><see cref="T:System.String identifying t" />he column name where the new Numbered Stored Procedure is to be placed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter)">
			<summary>Supprime un <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> de la collection.</summary>
			<param name="numberedStoredProcedureParameter"><see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object value that represents the numbered stored procedure parameter.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object value that represents the numbered stored procedure parameter.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameterCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs" /> représente les arguments passés par l'événement déclenché lorsqu'un objet est modifié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,System.Object)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs" /> qui a la valeur Uniform Resource Name (URN) spécifiée et l'objet interne spécifié.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the URN value.</param>
			<param name="innerObject">An <see cref="T:System.Object" /> system object that specifies the inner object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs.SmoObject">
			<summary>Obtient l'objet modifié qui provoque le déclenchement de l'événement.</summary>
			<returns>An <see cref="T:System.Object" /> object value that specifies the altered object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs" /> représente les arguments passés par l'événement déclenché lorsqu'un objet est créé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,System.Object)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs" /> qui a la valeur Uniform Resource Name (URN) spécifiée et l'objet interne spécifié.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the URN value.</param>
			<param name="innerObject">An <see cref="T:System.Object" /> system object value that specifies the inner object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs.SmoObject">
			<summary>Obtient l'objet créé qui provoque le déclenchement de l'événement.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the created object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs" /> représente les arguments passés par l'événement déclenché lorsqu'un objet est supprimé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectDroppedEventArgs" /> qui a la valeur Uniform Resource Name (URN) spécifiée et l'objet interne spécifié.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the URN value.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> représente les événements d'objet SQL Server qui peuvent être inclus dans un jeu d'événements d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.Add(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Retourne le jeu d'événements d'objet créé par l'ajout de deux événements d'objet.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object event.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Crée un nouveau jeu d'événements d'objet en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object event.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.Equals(System.Object)">
			<summary>Retourne un <see cref="T:System.Boolean" /> qui indique si <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> est égal à un <see cref="T:System.Object" /></summary>
			<returns><see cref="T:System.Boolean" /></returns>
			<param name="obj"><see cref="T:System.Object" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Crée un jeu d'événements d'objet en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="eventLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
			<param name="eventRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Crée un jeu d'événements d'objet en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="eventLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
			<param name="eventRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Crée un jeu d'événements d'objet en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="a">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
			<param name="b">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.ObjectEvent)~Microsoft.SqlServer.Management.Smo.ObjectEventSet">
			<summary>Crée un <see cref=":Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> en convertissant un <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> implicitement.</summary>
			<returns><see cref="Microsoft.SqlServer.Management.Smo.ObjectEventSet" /></returns>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object event</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ObjectEvent,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Crée un jeu d'événements d'objet en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="a">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the database events.</param>
			<param name="b">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEvent.ToString">
			<summary>Remplace la méthode <see cref="T:System.ToString" /> dans un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" />.</summary>
			<returns>A <see cref="T:System.String" /> identifying a <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEvent.Alter">
			<summary>Obtient un événement d'objet qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Alter" /> event that can be included in the object event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEvent.Drop">
			<summary>Obtient un événement d'objet qui peut être inclus dans le jeu d'événements.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Drop" /> event that can be included in the object event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> représente un jeu SQL Server d'événements d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> avec le jeu d'événements spécifié.</summary>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies a object event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> avec le jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies several object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> that specifies a set of object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Add(Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object.</returns>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Add(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> that will have the Object Event added.</param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> to be added..</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Copy">
			<summary>Retourne une copie de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventSetBase" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Crée un jeu d'événements d'objet en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the object event set.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Crée un jeu d'événements d'objet en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object value that specifies a set of object events.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the object event set.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the object events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Remove(Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that represents the object event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> object that specifies the event.to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ObjectEvent)">
			<summary>Soustrait un <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> d'un <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet." /></summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> that will have the Object Event deleted.</param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEvent" /> to be deleted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Alter">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque les propriétés d'un objet sont modifiées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Alter event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.Drop">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un objet est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Drop event is included in the event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectEventSet.NumberOfElements">
			<summary>Obtient le nombre d'événements dans le jeu d'événements.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectPermission">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> représente une autorisation relative aux objets SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.Add(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Retourne un jeu d'autorisations relatives aux objets après l'ajout de deux autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of object permissions created.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies an object permission.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies another object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.BitwiseOr(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Retourne un jeu d'autorisations relatives aux objets en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of object permissions.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.Equals(System.Object)">
			<returns><see cref="T:System.Boolean" /></returns>
			<param name="o"><see cref="T:System.Object" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SMO et n'est pas destinée à être utilisée directement à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Crée un jeu d'autorisations relatives aux objets en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of object permissions.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Crée un jeu d'autorisations relatives aux objets en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of object permissions.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_Equality(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Crée un jeu d'autorisations relatives aux objets en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of object permissions.</returns>
			<param name="p1">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
			<param name="p2">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_Implicit(Microsoft.SqlServer.Management.Smo.ObjectPermission)~Microsoft.SqlServer.Management.Smo.ObjectPermissionSet">
			<summary>Convertit un <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> unique en un <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /></summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /></returns>
			<param name="permission"><see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.op_Inequality(Microsoft.SqlServer.Management.Smo.ObjectPermission,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Crée un jeu d'autorisations relatives aux objets en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of object permissions.</returns>
			<param name="p1">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
			<param name="p2">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermission.ToObjectPermissionSet(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Convertit une autorisation relative aux objets en jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of object permissions.</returns>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permission.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Alter">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Alter" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Connect">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Connect" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Control">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Control" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Delete">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Delete" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Execute">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Execute" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Impersonate">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Impersonate" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Insert">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Insert" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Receive">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Receive" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.References">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.References" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Select">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Select" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Send">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Send" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.TakeOwnership">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.TakeOwnership" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.Update">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Update" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.ViewChangeTracking">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.ViewChangeTracking" /> property. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermission.ViewDefinition">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations relatives aux objets.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.ViewDefinition" /> permission that can be included in the object permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> représente les informations concernant une autorisation relative aux objets SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo.PermissionType">
			<summary>Obtient le type d'autorisation.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a type of permission.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> représente un jeu d'autorisations dans Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> selon l'autorisation relative aux objets spécifiée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies a single permission for a set of permissions with a single member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectPermission[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> selon le jeu d'autorisations relatives aux objets spécifié.</summary>
			<param name="permissions">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> objects that specify the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> selon le jeu d'autorisations relatives aux objets spécifié.</summary>
			<param name="ObjectPermissionSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies a set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Retourne un jeu d'autorisations d'objet après l'ajout d'une nouvelle autorisation d'objet au jeu d'autorisations référencé.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that includes the new permission.</returns>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Retourne un jeu d'autorisations d'objet après l'ajout d'une nouvelle autorisation d'objet au jeu d'autorisations référencé.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that includes the new permission.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission set.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Equals(System.Object)">
			<summary>Détermine si l'objet d'autorisation d'objet référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the reference object permission object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Addition(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Crée un jeu d'autorisations d'objet en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies a set of object permissions.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission set.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Equality(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Détermine si deux objets sont égaux en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are equal.If True, the two specified objects are equal.If False, the two specified objects are unequal.</returns>
			<param name="p1">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission.</param>
			<param name="p2">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Inequality(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Détermine si deux objets sont inégaux en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are unequal.If True, the two specified objects are unequal.If False, the two specified objects are equal.</returns>
			<param name="p1">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission.</param>
			<param name="p2">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Crée un jeu d'autorisations d'objet en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IObjectPermission" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies a set of object permissions.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission set.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Remove(Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Supprime une autorisation du jeu d'autorisations.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission set after the permission is removed.</returns>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the permission to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Subtract(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,Microsoft.SqlServer.Management.Smo.ObjectPermission)">
			<summary>Crée un jeu d'autorisations d'objet en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.IObjectPermission" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies a set of object permissions.</returns>
			<param name="permissionLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the object permission set.</param>
			<param name="permissionRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermission" /> object that specifies the object permissions.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Alter">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER dans le jeu d'autorisations. L'autorisation permet au bénéficiaire de modifier les propriétés de l'objet, sauf la propriété.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Connect">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CONNECT dans le jeu d'autorisations. L'autorisation permet au bénéficiaire de créer une connexion entre l'objet et une instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CONNECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Control">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CONTROL dans le jeu d'autorisations. L'autorisation donne au bénéficiaire le contrôle total sur l'objet, notamment toutes les autorisations définies pour l'objet, la capacité de créer des autorisations sur l'objet et le contrôle total sur les objets enfants.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CONTROL permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Delete">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation DELETE dans le jeu d'autorisations. L'autorisation permet au bénéficiaire de supprimer l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the DELETE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Execute">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation EXECUTE dans le jeu d'autorisations. L'autorisation permet au bénéficiaire d'exécuter l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the EXECUTE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Impersonate">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation IMPERSONATE dans le jeu d'autorisations. L'autorisation permet au bénéficiaire d'emprunter l'identité de l'utilisateur ou de la connexion.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the IMPERSONATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Insert">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation INSERT dans le jeu d'autorisations. L'autorisation permet au bénéficiaire d'insérer des données dans l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the Insert permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Receive">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation RECEIVE dans le jeu d'autorisations. L'autorisation permet au bénéficiaire de recevoir des messages d'une file d'attente Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the RECEIVE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.References">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation REFERENCES dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de référencer des données dans l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the REFERENCES permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Select">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation SELECT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de récupérer des données depuis l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the SELECT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Send">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation SEND dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'envoyer des messages à un service Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the SEND permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.TakeOwnership">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation TAKE OWNERSHIP dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de s'approprier l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the TAKE OWNERSHIP permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.Update">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation UPDATE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier des données dans l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the UPDATE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.ViewChangeTracking">
			<summary>Obtient ou définit la valeur de la propriété booléenne qui spécifie s'il faut inclure l'autorisation VIEW CHANGE TRACKING dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter les informations de suivi d'un objet de base de données.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet.ViewDefinition">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation VIEW DEFINITION dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter les métadonnées qui définissent l'objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the VIEW DEFINITION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs" /> représente les arguments passés par l'événement généré lorsqu'un objet est renommé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,System.Object,System.String,System.String)">
			<summary>Objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs" />.</summary>
			<param name="urn"><see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object identifying the object to be changed. </param>
			<param name="innerObject"><see cref="T:System.Object" /> to be renamed</param>
			<param name="oldName">Object name to be changed.</param>
			<param name="newName">New object name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,System.Object,System.String,System.String,System.String)">
			<summary>Objet <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs" />.</summary>
			<param name="newUrn"><see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object identifying the new URN for the object.</param>
			<param name="innerObject"><see cref="T:System.Object" /> to be renamed</param>
			<param name="oldName">Object name to be changed.</param>
			<param name="newName">New object name.</param>
			<param name="oldUrn"><see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object identifying the object to be changed</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.NewName">
			<summary>Obtient le nouveau nom de l'objet.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the new name of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.OldName">
			<summary>Obtient l'ancien nom de l'objet.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the old name of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.OldUrn">
			<summary>Propriété qui identifie l'objet URN avant la modification. </summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ObjectRenamedEventArgs.SmoObject">
			<summary>Obtient l'objet renommé.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that is the renamed object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> représente le paramètre d'un fournisseur OLE DB SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> sur les paramètres du fournisseur OLE DB, sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer les paramètres du fournisseur OLE DB </summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /> containing a list of executable Transact-SQL statements.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer les paramètres du fournisseur OLE DB comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.AllowInProcess">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fournisseur OLE DB est instancié comme un serveur in-process.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OLE DB provider is instantiated as an in-process server.If True, the OLE DB provider is instantiated as an in-process server.If False (default), the OLE DB provider is instantiated as an external process.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Description">
			<summary>Obtient une description textuelle du fournisseur OLE DB.</summary>
			<returns>A <see cref="T:System.String" /> value that contains a textual description of the OLE DB provider.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.DisallowAdHocAccess">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si SQL Server autorise l'accès aux informations ad hoc en utilisant des fonctions OPENROWSET et OPENDATASOURCE avec le fournisseur OLE DB. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether SQL Server allows ad hoc functions with the OLE DB provider.If True, ad hoc functions are not allowed.If False (default), ad hoc function are allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.DynamicParameters">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fournisseur autorise la syntaxe de marqueur de paramètre '?' pour les requêtes paramétrées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether SQL Server allows parameterized queries with the OLE DB provider.If True, parameterized queries are allowed.If False (default), parameterized queries are not allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.IndexAsAccessPath">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les index du fournisseur OLE DB sont utilisés pour extraire des données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OLE DB provider indexes are used to fetch data.If True, the OLE DB provider indexes are used to fetch data.If False (default), the SQL Server indexes are used to fetch data.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.LevelZeroOnly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si tous les fournisseurs OLE DB sont pris en charge ou juste ceux qui sont conformes à l'interface OLE DB de niveau 0.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether all OLE DB providers are supported or just those that are compliant with the level 0 OLE DB interface.If True, only level 0 OLE DB providers are allowed.If False (default), all levels of OLE DB provider are allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.NestedQueries">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fournisseur OLE DB autorise des instructions SELECT imbriquées dans la clause FROM.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OLE DB provider allows nested SELECT statements in the FROM clause.If True, nested SELECT statements in the FROM clause of a SELECT statement are allowed.If False (default), nested SELECT statements are not allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.NonTransactedUpdates">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si, avec le fournisseur OLE DB, les mises à jour des données sont enregistrées et sont récupérables.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether data updates with the OLE DB provider are logged and are recoverable.If True, data updates are not logged on the OLE DB provider and cannot be recovered.If False (default), data updates are logged on the OLE DB provider and can be recovered.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings.SqlServerLike">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le fournisseur OLE DB prend en charge l'opérateur LIKE tel qu'il est implémenté dans Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OLE DB provider supports the LIKE operator as it is implemented in SQL Server.If True, the LIKE operator behaves the same as in SQL Server. If False (default), the LIKE operator behaves differently from SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> qui représentent tous les paramètres de fournisseur OLE DB définis sur le serveur lié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Add(Microsoft.SqlServer.Management.Smo.OleDbProviderSettings)">
			<summary>Ajoute un membre à la collection OleDbProviderSettings.</summary>
			<param name="settings"><see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.CopyTo(Microsoft.SqlServer.Management.Smo.OleDbProviderSettings[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.GetCollectionElementType">
			<summary>Obtient le type d'objet contenu dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" />.</summary>
			<returns><see cref="T:System.Type" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> object value that represents the SQL Server OLE DB provider settings.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> object value that represents the SQL Server OLE DB provider settings.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.OrderColumn">
			<summary><see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> pointe sur une colonne avec un ordre spécifié dans une fonction table créée à l'aide de CREATE FUNCTION et de la clause ORDER BY.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumn.#ctor">
			<summary>Crée un <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> qui pointe sur une colonne avec un ordre spécifié dans une fonction table créée à l'aide de CREATE FUNCTION et de la clause ORDER BY.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumn.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunction,System.String)">
			<summary>Crée un <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> qui pointe sur une colonne avec un ordre spécifié dans une fonction table créée à l'aide de CREATE FUNCTION et de la clause ORDER BY.</summary>
			<param name="userDefinedFunction">The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that was created with CREATE FUNCTION and the ORDER BY clause.</param>
			<param name="name">A name you wish to assign to the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumn.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunction,System.String,System.Boolean)">
			<summary>Crée un <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> qui pointe sur une colonne avec un ordre spécifié dans une fonction table créée à l'aide de CREATE FUNCTION et de la clause ORDER BY.</summary>
			<param name="udf">The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that was created with CREATE FUNCTION and the ORDER BY clause.</param>
			<param name="name">A name you wish to assign to the column.</param>
			<param name="descending">Specifies whether the column is sorted ascending (false) or descending (true).</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OrderColumn.Descending">
			<summary>Spécifie si la colonne est triée par ordre croissant (false) ou décroissant (true).</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OrderColumn.ID">
			<summary>Retourne l'ID de la colonne.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OrderColumn.Parent">
			<summary>Retourne ou spécifie l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> pour ce <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" />.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.OrderColumnCollection">
			<summary>Représente une collection de <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.Add(Microsoft.SqlServer.Management.Smo.OrderColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> à la collection.</summary>
			<param name="orderColumn">The column to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.Add(Microsoft.SqlServer.Management.Smo.OrderColumn,System.Int32)">
			<summary>Ajoute un <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> à la collection avant l'objet de colonne, avec la position d'index spécifiée.</summary>
			<param name="orderColumn">The column to add to the collection.</param>
			<param name="insertAtPosition">The position at which to insert the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.Add(Microsoft.SqlServer.Management.Smo.OrderColumn,System.String)">
			<summary>Insère un nouvel objet dans la collection, avant la colonne et avec le nom spécifié.</summary>
			<param name="orderColumn">The column to add to the collection.</param>
			<param name="insertAtColumnName">The position at which to insert the column.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.OrderColumn[],System.Int32)">
			<summary>Copie la collection d'objets vers une instance de tableau unidimensionnel, en démarrant à l'index spécifié.</summary>
			<param name="array">The destination array.</param>
			<param name="index">Where to begin the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.ItemById(System.Int32)">
			<summary>Retourne l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> avec l'ID spécifié.</summary>
			<param name="id">The ID of the <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.OrderColumn)">
			<summary>Supprime de la collection un objet <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" />.</summary>
			<param name="orderColumn">The column to remove.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.Item(System.Int32)">
			<summary>Obtient un objet IndexedColumn à l'index spécifié.</summary>
			<param name="index">A number representing the index of the object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.Item(System.String)">
			<summary>Obtient un objet IndexedColumn par nom.</summary>
			<param name="name">The name of the object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.OrderColumnCollection.Parent">
			<summary>Retourne l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> pour le <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumn" /> actuel.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Parameter">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter" /> représente un paramètre. C'est une classe de base qui est héritée par la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> et la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> et contient des fonctionnalités communes aux deux classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Parameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Parameter.DefaultValue">
			<summary>Obtient ou définit la valeur par défaut du paramètre.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default value of the parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Parameter.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le paramètre.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Parameter.IsReadOnly">
			<summary>Obtient ou définit une condition de lecture seule pour un paramètre.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Parameter.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ParameterBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase" /> est une classe de base héritée par la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter" /> et la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />. Il contient des fonctionnalités communes aux deux classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterBase.CheckParamName(System.String)">
			<summary>Vérifie le nom du paramètre.</summary>
			<param name="paramName">A <see cref="T:System.String" /> value that specifies the name of the parameter </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterBase.MarkForDrop(System.Boolean)">
			<summary>Marque la clé étrangère à supprimer la prochaine fois que son objet parent est modifié par la méthode Alter.      </summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether the parameter object is dropped when an Alter method is run on the parent object.If True, the parameter is dropped when the parent object is altered.   If False, the parameter is not marked for drop. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterBase.Refresh">
			<summary>Actualise l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterBase.ScriptDdl(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script DDL en utilisant des options spécifiées à partir d'un objet de collection de chaînes existant.</summary>
			<param name="queries"><see cref="T:System.Collections.Specialized.StringCollection" /> containing DDL statements</param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> containing scripting options </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ParameterBase.DataType">
			<summary>Obtient ou définit le type de données associé au paramètre.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies the data type associated with the parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ParameterBase.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue définie sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> that represents all the extended properties on the <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterBase" /> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase" /> est une classe de base utilisée dans la construction de classes de collection de paramètres. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase.Contains(System.String)">
			<summary>Vérifie que la collection de paramètres contient un membre avec un nom égal à la chaîne spécifiée.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name to check exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase.ImplAddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Ajoute un objet à la collection. </summary>
			<param name="obj"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase.InitInnerCollection">
			<summary>Initialise une collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ParameterCollectionBase.Remove(System.String)">
			<summary>Supprime un membre de la collection avec le nom spécifié.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the member to remove from the collection.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunction">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> fournit l'accès par programme aux fonctions de partition.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> pour la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database containing the partition function.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the partition function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Create">
			<summary>Crée une fonction de partition sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Drop">
			<summary>Supprime une fonction de partition existante. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.MergeRangePartition(System.Object)">
			<summary>Fusionne deux partitions existantes par spécification de plages de valeurs selon la valeur limite spécifiée. </summary>
			<param name="boundaryValue">An <see cref="T:System.Object" /> system object that specifies the boundary value that will be used to demarcate the two partitions resulting from the split.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Refresh">
			<summary>Actualise les informations d'état pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la fonction de partition.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la fonction de partition comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunction.SplitRangePartition(System.Object)">
			<summary>Divise une partition existante en deux parties par spécification de plages de valeurs, selon une valeur limite fournie. </summary>
			<param name="boundaryValue">An <see cref="T:System.Object" /> system object that specifies the boundary value that will be used to demarcate the two partitions resulting from the split.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.CreateDate">
			<summary>Obtient la date et l'heure de création de la fonction de partition. </summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the partition function was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.Events">
			<summary>Obtient les événements associés à la fonction de partition.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents" /> object that specifies the events associated with the partition function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue définie sur la fonction de partition.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties on the partition function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.ID">
			<summary>Obtient la valeur ordinale de base zéro de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" />, qui spécifie sa position dans la collection. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.NumberOfPartitions">
			<summary>Obtient le nombre de partitions</summary>
			<returns>An <see cref="T:System.Int32" /> that specifies the number of partitions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" />. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.PartitionFunctionParameters">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" />. Chaque objet <see cref="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.PartitionFunctionParameters" /> représente un paramètre défini sur la fonction de partition.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> object that represents all the partition function parameters on the partition function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.RangeType">
			<summary>Obtient ou définit le positionnement des valeurs limites par rapport à l'intervalle. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RangeType" /> object that represents the range type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunction.RangeValues">
			<summary>Obtient ou définit des valeurs de plages qui définissent la distribution de la fonction de partition. </summary>
			<returns>An <see cref="T:System.Object" /> system object array value that specifies the range values.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> qui représentent toutes les fonctions de partition définies sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunction)">
			<summary>Ajoute une fonction de partition à la collection.</summary>
			<param name="partitionFunction"><see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionFunction[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object value that represents the partition function.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object value that represents the partition function.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents" /> représente les paramètres requis pour une notification d'événements de fonction de partition SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> et lorsque l'utilisateur s'est abonné à l'événement de cette instance d'objet</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of login events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de connexion à recevoir.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de connexion à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> fournit l'accès par programme aux paramètres de fonction de partition. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.PartitionFunction)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> pour la fonction de partition spécifiée.</summary>
			<param name="partitionFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object that specifies the partition function for which to create the partition function parameter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.PartitionFunction,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> avec le type de données spécifié et pour la fonction de partition spécifiée.</summary>
			<param name="partitionFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object that specifies the partition function for which to create the partition function parameter.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object that specifies the data type assigned to the partition function parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.Collation">
			<summary>Obtient ou définit le classement SQL Server pour le paramètre de fonction de partition. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the collation name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.ID">
			<summary>Obtient la position d'index de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> dans la collection. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ordinal position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.Length">
			<summary>Obtient ou définit la longueur du paramètre, en octets. </summary>
			<returns>An <see cref="T:System.Int32" /> that specifies the length of the parameter in bytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.NumericPrecision">
			<summary>Obtient ou définit la précision numérique d'un paramètre de type de données numérique. </summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies the numeric precision of the partition function parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.NumericScale">
			<summary>Obtient ou définit l'échelle numérique d'un paramètre de type de données numérique. </summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies the numeric scale of the partition function parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" />. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> qui représentent tous les paramètres de fonction de partition définis sur la fonction de partition.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" />.</summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object value that specifies the partition function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter,System.Int32)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> spécifié à la collection, au niveau de l'index spécifié.</summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object value that specifies the partition function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index at which the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter,System.String)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> spécifié à la collection, au niveau de la colonne spécifiée. </summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object value that specifies the partition function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object after which the new object is inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" />.</summary>
			<param name="partitionFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object representing the partition function parameter to be removed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object value that represents the partition function parameter.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunction" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameterCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionNumberedObjectCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionNumberedObjectCollectionBase" /> est une classe de base héritée par la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionNumberedObjectCollectionBase.Contains(System.Int32)">
			<summary>Détermine si le numéro de partition spécifié est présent dans la collection.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the specified partition number is present in the collection of physical partitions.If True, the collection contains the partition with the specified number. Otherwise, False.</returns>
			<param name="number">An <see cref="T:System.Int32" /> value that specifies the partition number. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionScheme">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> fournit l'accès par programme aux schémas de partition.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> et définit le nom du schéma de partition et la base de données à laquelle il appartient.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database on which to create the partition scheme.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the partition scheme. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Create">
			<summary>Crée un schéma de partition sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Drop">
			<summary>Supprime un schéma de partition existant. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Refresh">
			<summary>Actualise les informations d'état pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.ResetNextUsed">
			<summary>Réinitialise l'état NEXT USED du schéma de partition qui a été marqué comme NEXT USED. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le schéma de partition.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionScheme.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le schéma de partition comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.Events">
			<summary>Obtient les événements associés à la fonction de partition.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents" /> object that specifies the events associated with the partition scheme.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue définie sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties on the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.FileGroups">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroup" /> représente un groupe de fichiers défini sur la base de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FileGroupCollection" /> object that represents all the filegroups on the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.ID">
			<summary>Obtient la valeur ordinale de base zéro de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />, qui spécifie sa position dans la collection. </summary>
			<returns>An <see cref="T:System.Int32" /> that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.NextUsedFileGroup">
			<summary>Obtient ou définit le nom du groupe de fichiers dont l'état est NEXT USED. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the filegroup name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" />. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionScheme.PartitionFunction">
			<summary>Obtient ou définit le nom de la fonction de partition utilisée dans ce schéma de partition. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the partition function.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> qui représentent tous les schémas de partition définis sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionScheme)">
			<summary>Ajoute un membre à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" />.</summary>
			<param name="partitionScheme"><see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionScheme[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object value that represents the partition scheme.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object value that represents the partition scheme.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents" /> représente les paramètres requis pour la notification d'événements de schéma de partition Microsoft SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> et lorsque l'utilisateur s'est abonné à l'événement de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of login events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de connexion à recevoir.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de connexion à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> fournit l'accès par programme aux paramètres de schéma de partition. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> pour l'objet spécifié et avec le nom spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> that specifies the object for which to create the partition scheme parameter.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the partition scheme parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.ID">
			<summary>Obtient la position d'index de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> dans la collection. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ordinal position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" />. </summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> qui représentent tous les paramètres de schéma de partition définis sur le schéma de partition.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" />.</summary>
			<param name="partitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object value that specifies the partition scheme parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter,System.Int32)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> spécifié à la collection, au niveau de l'index spécifié.</summary>
			<param name="partitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object value that specifies the partition scheme parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> collection.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index at which the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Add(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter,System.String)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> spécifié à la collection, au niveau de la colonne spécifiée. </summary>
			<param name="partitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" />object value that specifies the partition scheme parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object after which the new object is inserted into the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" />.</summary>
			<param name="PartitionSchemeParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object representing the partition scheme parameter to be removed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object value that represents the partition scheme parameter.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object value that represents the partition scheme parameter.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionScheme" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameterCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Payload">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Payload" /> représente une charge utile du point de terminaison HTTP SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Payload.DatabaseMirroring">
			<summary>Obtient la charge utile de mise en miroir de bases de données.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload" /> object that specifies the database mirroring payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Payload.ServiceBroker">
			<summary>Obtient la charge utile Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload" /> object that specifies the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Payload.Soap">
			<summary>Obtient la charge utile SOAP.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> object that specifies the SOAP payload.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PerformanceCounters">
			<summary>A <see cref="T:Microsoft.SqlServer.Management.Smo.PerformanceCounters" /> object represents a performance counter that is used to trace the performance of the instance of SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PerformanceCounters.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.PerformanceCounters" /> object.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PerformanceCounters.DependencyDiscoveryDuration">
			<summary>Gets or sets the dependency discovery duration.</summary>
			<returns>A <see cref="T:System.Timespan" /> value that specifies the dependency discovery duration. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PerformanceCounters.DiscoverDependenciesDuration">
			<summary>Gets or sets the time period to discover dependencies.</summary>
			<returns>A <see cref="T:System.Timespan" /> value that specifies the discovery dependencies duration. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PerformanceCounters.DoCount">
			<summary>Returns <see cref="T:System.Boolean" /> value that determines whether the performance counter is enabled.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that determines whether the performance counter is enabled.If True, it is enabled. Otherwise, False.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PermissionInfo">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionInfo" /> représente les informations relatives aux privilèges accordés ou refusés. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionInfo.ToString">
			<summary>Retourne l'objet comme une valeur <see cref="T:System.String" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the object to which the permission applies.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ColumnName">
			<summary>Obtient le nom de la colonne dont les autorisations sont accordées ou refusées.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.Grantee">
			<summary>Obtient le nom de l'utilisateur de base de données, du rôle d'ouverture de session ou du rôle de base de données auquel l'accès à l'objet est accordé ou refusé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.GranteeType">
			<summary>Obtient le type de bénéficiaire.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType" /> object value that specifies the type of grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.Grantor">
			<summary>Obtient le nom de l'utilisateur de base de données, du rôle d'ouverture de session ou du rôle de base de données qui a accordé ou refusé l'accès à l'objet.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.GrantorType">
			<summary>Obtient le type de fournisseur d'autorisations.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PrincipalType" /> object value that specifies the type of grantee.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectClass">
			<summary>Obtient la classe de l'objet auquel les autorisations ont été accordées ou refusées.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectClass" /> object value that specifies the object class.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique l'objet auquel l'autorisation s'applique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectName">
			<summary>Obtient le nom de l'objet auquel l'autorisation s'applique.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.ObjectSchema">
			<summary>Obtient le schéma de l'objet auquel l'autorisation s'applique.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.PermissionState">
			<summary>Obtient l'état d'autorisation de l'objet auquel l'autorisation s'applique, à savoir si l'autorisation est accordée, refusée, accordée avec l'option GRANT ou révoquée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionState" /> object value that specifies the permission state of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PermissionInfo.PermissionTypeInternal">
			<summary>C'est une propriété interne qui n'est pas destinée à être utilisée dans votre code.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase" /> est une classe de base héritée par les classes de jeu d'autorisations.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.#ctor(Microsoft.SqlServer.Management.Smo.PermissionSetBase)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase" /> selon l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase" /> spécifié.</summary>
			<param name="permissionSetBase">A <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase" /> object value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.Equals(System.Object)">
			<summary>Spécifie si un PermissionSetBase est égal à un objet.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
			<param name="o"><see cref="T.System.Object" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PermissionSetBase.ToString">
			<summary>Retourne la valeur de chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase" /> spécifié.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the <see cref="T:Microsoft.SqlServer.Management.Smo.PermissionSetBase" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> représente la partition physique où les données et les métadonnées sont stockées pour un objet SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartition.#ctor">
			<summary>Initialise une nouvelle instance par défaut de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartition.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> avec le parent et le numéro de partition spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> object.</param>
			<param name="partitionNumber">A <see cref="T:System.Int32" /> value that specifies the partition number of the physical partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartition.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.Int32,Microsoft.SqlServer.Management.Smo.DataCompressionType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> avec le parent, le numéro de partition et la compression de données spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> object.</param>
			<param name="partitionNumber">A <see cref="T:System.Int32" /> value that specifies the partition number of the physical partition.</param>
			<param name="dataCompressionType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataCompressionType" /> object that specifies the type of data compression used to store the object on the partition.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartition.DataCompression">
			<summary>Obtient ou définit le type de compression de données utilisé pour stocker l'objet parent sur la partition physique.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataCompression" /> object value that specifies the type of data compression used to store the parent object on the physical partition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartition.FileGroupName">
			<summary>Obtient ou définit le nom du groupe de fichiers associé à la partition physique.</summary>
			<returns>A <see cref="T:System.String" /> object value that specifies the name of the file group. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartition.Parent">
			<summary>Obtient l'objet parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartition.PartitionNumber">
			<summary>Obtient ou définit le numéro de partition de la partition physique. </summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the partition number of the physical partition. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartition.RangeType">
			<summary>Obtient ou définit le type de plage. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.RangeType" /> value that specifies the way in which the partition range is divided. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartition.RightBoundaryValue">
			<summary>Obtient ou définit la valeur limite correcte pour la plage. </summary>
			<returns>A <see cref="T:System.Object" /> value that specifies the right boundary value. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartition.RowCount">
			<summary>Obtient le nombre de lignes dans la partition physique. </summary>
			<returns>A <see cref="T:System.Int64" /> value that specifies the row count for the physical partition. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> qui représentent toutes les partitions physiques définies sur un objet. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.Add(Microsoft.SqlServer.Management.Smo.PhysicalPartition)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" />.</summary>
			<param name="physicalPartition">A <see cref="T:Microsoft.SqlServer.Management.Smo.PysicalPartition" /> object value that specifies the physical partition to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PhysicalPartition[])">
			<summary>Copie les objets de collection vers un tableau unidimensionnel.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PhysicalPartition[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> objects.</param>
			<param name="partitionNumberStart">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PhysicalPartition[],System.Int32,System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel qui commence et se termine avec les numéros de partition spécifiés.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> objects.</param>
			<param name="partitionNumberStart">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
			<param name="partitionNumberEnd">An <see cref="T:System.Int32" /> value that specifies the index value at which to end the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.Remove(System.Int32)">
			<summary>Supprime de la collection un <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> qui a le numéro de partition spécifié.</summary>
			<param name="partitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition number of the partition to remove from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.Remove(Microsoft.SqlServer.Management.Smo.PhysicalPartition)">
			<summary>Supprime le <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> spécifié de la collection.</summary>
			<param name="physicalPartition">A <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> value that specifies the physical partition to remove from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartition" /> object value that represents the physical partition.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.PysicalPartition" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PlanGuide">
			<summary>Crée un objet de repère de plan : <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.#ctor">
			<summary>Crée un objet de repère de plan : <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Crée un objet de repère de plan : <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></summary>
			<param name="database"><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></param>
			<param name="name"><see cref="T:System.String" /> Plan Guide Name</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.Alter">
			<summary>Active ou désactive un repère de plan.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.Create">
			<summary>Crée un repère de plan.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.Drop">
			<summary>Supprime un repère de plan.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.Script">
			<summary>Crée un objet de collection de chaînes pour un script.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Crée un objet de collection de chaînes pour un script.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
			<param name="scriptingOptions"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.ValidatePlanGuide">
			<summary>Retourne la valeur True si un repère de plan est valide ; sinon, False.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuide.ValidatePlanGuide(System.Data.DataRow@)">
			<summary>Retourne la valeur True si un repère de plan est valide ; sinon, False. Retourne également une ligne de table de données qui contient les informations sur l'erreur.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
			<param name="errorInfo"><see cref="T:System.Data.DataRow" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.ExtendedProperties">
			<summary>Obtient une collection de propriétés de repère de plan.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.Hints">
			<summary>Affiche les indicateurs associés au repère de plan.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.ID">
			<summary>Obtient l'ID de repère de plan sous la forme d'un entier.</summary>
			<returns><see cref="T:System.Integer" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.IsDisabled">
			<summary>Indique si un repère de plan est désactivé.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.Parameters">
			<summary>Obtient une chaîne qui répertorie tous les paramètres de repère de plan.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.Parent">
			<summary>Obtient l'objet de base de données parente.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.ScopeBatch">
			<summary>Obtient ou définit le lot de l'étendue du repère de plan.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.ScopeObjectName">
			<summary>Obtient ou définit le nom d'objet de l'étendue.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.ScopeSchemaName">
			<summary>Obtient ou définit le nom de schéma de l'étendue.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.ScopeType">
			<summary>Obtient ou définit le type de l'étendue du repère de plan.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuideType" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuide.Statement">
			<summary>Obtient ou définit une instruction de repère de plan (requête).</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PlanGuideCollection">
			<summary>Collection d'objets de repère de plan.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.Add(Microsoft.SqlServer.Management.Smo.PlanGuide)">
			<summary>Ajoute un objet de repère de plan à la collection.</summary>
			<param name="planGuide"><see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.CopyTo(Microsoft.SqlServer.Management.Smo.PlanGuide[],System.Int32)">
			<summary>Copie tous les éléments d'une collection de repères de plan vers un tableau unidimensionnel d'objets compatible, en démarrant à l'index spécifié dans le tableau cible.</summary>
			<param name="array"><see cref="T:System.Array" /> object of Type PlanGuide[]</param>
			<param name="index"><see cref="T:System.Integer" /> index indicating the starting position in the target array.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.ItemById(System.Int32)">
			<summary>Retourne un objet de repère de plan comme indiqué par la propriété d'ID de ce repère de plan.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></returns>
			<param name="id"><see cref="T:System.Integer" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.Remove(Microsoft.SqlServer.Management.Smo.PlanGuide)">
			<summary>Supprime un repère de plan d'une collection de repères de plan.</summary>
			<param name="planGuide"><see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.Remove(System.String)">
			<summary>Supprime un repère de plan d'une collection de repères de plan selon la propriété de nom de repère de plan.</summary>
			<param name="name"><see cref="T:System.String" /> identifying a <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /> Name property.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.Item(System.Int32)">
			<summary>Retourne un élément d'une collection d'objets de repère de plan identifiés par l'index de numéro d'entier de l'élément.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></returns>
			<param name="index"><see cref="T:System.Integer" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.Item(System.String)">
			<summary>Retourne un élément d'une collection d'objets de repère de plan identifiés par la propriété de nom de l'élément.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></returns>
			<param name="name"><see cref="T:System.String" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuideCollection.Parent">
			<summary>Retourne un objet de base de données qui représente le parent de la collection.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Database" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PlanGuideExtender">
			<summary>Étend le jeu de propriétés pour un repère de plan</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideExtender.#ctor">
			<summary>Étend le jeu de propriétés pour un repère de plan</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideExtender.#ctor(Microsoft.SqlServer.Management.Smo.PlanGuide)">
			<summary>Étend le jeu de propriétés pour un repère de plan.</summary>
			<param name="planGuide"><see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlanGuideExtender.Validate(System.String,System.Object[])">
			<summary>Valide une méthode associée à un repère de plan parent.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState" /></returns>
			<param name="methodName"><see cref="T:System.String" /> identifying the method to be validated.</param>
			<param name="arguments"><see cref="T.System.Object" /> array. Note the params keyword indicating a variable number of objects may be passed to this method.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuideExtender.Name">
			<summary>Obtient ou définit le nom du repère de plan parent.</summary>
			<returns><see cref="T:System.String" /> indicating the name of the Parent <see cref="T:Microsoft.SqlServer.Management.Smo.PlanGuide" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlanGuideExtender.SchemaNames">
			<summary>Obtient une collection de noms de schéma associée à un repère de plan</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PlatformResources">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PlatformResources" /> représente les ressources de la plateforme sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PlatformResources.Refresh">
			<summary>Actualise l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PlatformResources" /> sur une instance de SQL Server. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlatformResources.Bricks">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Brick" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Brick" /> représente une ressource individuelle de la plateforme sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BrickCollection" /> object that represents all the platform resources defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PlatformResources.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PlatformResources" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.PlatformResources" /> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PrivilegeTypes">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.PrivilegeTypes" /> contient des valeurs utilisées pour spécifier les opérations que le bénéficiaire peut effectuer sur l'objet spécifié lorsque l'autorisation est accordée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.AllDatabasePrivileges">
			<summary>Le bénéficiaire a tous les privilèges sur la base de données spécifiée. Ce type de privilège s'applique aux objets de la base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.AllObjectPrivileges">
			<summary>Le bénéficiaire a tous les privilèges qui s'appliquent à l'objet de base de données spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Alter">
			<summary>Le bénéficiaire peut modifier la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.BackupDatabase">
			<summary>Le bénéficiaire peut sauvegarder la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.BackupLog">
			<summary>Le bénéficiaire peut sauvegarder le journal des transactions de la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Control">
			<summary>Le bénéficiaire a le contrôle total sur la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateDatabase">
			<summary>Le bénéficiaire peut créer la base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateDefault">
			<summary>Le bénéficiaire peut créer un objet de base de données par défaut sur la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateFunction">
			<summary>Le bénéficiaire peut créer une fonction définie par l'utilisateur pour la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateProcedure">
			<summary>Le bénéficiaire peut créer une procédure stockée sur la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateRule">
			<summary>Le bénéficiaire peut créer une règle sur la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateTable">
			<summary>Le bénéficiaire peut créer une table sur la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateType">
			<summary>Le bénéficiaire peut créer un type défini par l'utilisateur sur la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.CreateView">
			<summary>Le bénéficiaire peut créer une vue sur la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Delete">
			<summary>Le bénéficiaire peut supprimer l'objet de base de données spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Drop">
			<summary>Le bénéficiaire peut supprimer la base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.DumpDatabase">
			<summary>Le bénéficiaire peut vider les données dans la base de données spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.DumpTable">
			<summary>Le bénéficiaire peut vider les données dans la table spécifiée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.DumpTransaction">
			<summary>Le bénéficiaire peut vider les données dans le journal des transactions spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Execute">
			<summary>Le bénéficiaire peut exécuter l'objet de base de données spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Insert">
			<summary>Le bénéficiaire peut insérer des enregistrements dans l'objet de base de données spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.References">
			<summary>Le bénéficiaire peut référencer une colonne dans une autre table dans une relation clé primaire/clé étrangère.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Select">
			<summary>Le bénéficiaire peut sélectionner des enregistrements de l'objet de base de données spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Unknown">
			<summary>Les privilèges du bénéficiaire ne sont pas spécifiés.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.Update">
			<summary>Le bénéficiaire peut mettre à jour des enregistrements sur l'objet de base de données spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.PrivilegeTypes.ViewDefinition">
			<summary>Le bénéficiaire peut consulter la définition de la base de données spécifiée.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs" /> fournit l'accès par programme aux arguments utilisés pour signaler la progression d'une opération qui fonctionne par le biais d'une hiérarchie d'objets, telle que la découverte de dépendances dans les opérations de script.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,Microsoft.SqlServer.Management.Sdk.Sfc.Urn,System.Int32,System.Int32,System.Int32,System.Int32)">
			<summary>Crée une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs" /> avec les options spécifiées.</summary>
			<param name="current">An <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object value that specifies the object that the operation is currently processing.</param>
			<param name="parent">An <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object value that specifies the object that is top most in the hierarchy that the operation is processing.</param>
			<param name="subTotalCount">An <see cref="T:System.Int32" /> that specifies the current count of objects processed by the operation within the current branch of the object hierarchy.</param>
			<param name="subTotal">An <see cref="T:System.Int32" /> that specifies the total number of objects within the current branch of the object hierarchy.</param>
			<param name="totalCount">An <see cref="T:System.Int32" /> that specifies the current count of objects processed by the operation within the entire object hierarchy.</param>
			<param name="total">An <see cref="T:System.Int32" /> that specifies the total number of objects in the entire object hierarchy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,Microsoft.SqlServer.Management.Sdk.Sfc.Urn,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">
			<summary>Crée une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs" /> avec les options spécifiées.</summary>
			<param name="current">An <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object value that specifies the object that the operation is currently processing.</param>
			<param name="parent">An <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object value that specifies the object that is top most in the hierarchy that the operation is processing.</param>
			<param name="isSchemaBound">A value that specifies whether the object is bound to a schema.</param>
			<param name="subTotalCount">An <see cref="T:System.Int32" /> that specifies the total number of objects within the current branch of the object hierarchy.</param>
			<param name="subTotal">An <see cref="T:System.Int32" /> that specifies the current count of objects processed by the operation within the entire object hierarchy.</param>
			<param name="totalCount">An <see cref="T:System.Int32" /> that specifies the total number of objects in the entire object hierarchy.</param>
			<param name="total">An <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object value that specifies the object that the operation is currently processing.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.Current">
			<summary>Obtient la valeur d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> qui spécifie l'objet que l'opération traite actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the object that the operation is currently processing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.IsSchemaBound">
			<summary>Obtient une valeur booléenne qui indique si le rapport de progression est lié à un schéma.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.SubTotal">
			<summary>Obtient le nombre total d'objets dans la branche actuelle de la hiérarchie d'objets.</summary>
			<returns>An <see cref="T:System.Int32" /> that specifies the total number of objects within the current branch of the object hierarchy.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.SubTotalCount">
			<summary>Obtient le nombre actuel d'objets traités par l'opération dans la branche actuelle de la hiérarchie d'objets.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the current count of objects processed by the operation within the current branch of the object hierarchy.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.Total">
			<summary>Obtient le nombre total d'objet dans la hiérarchie d'objets complète.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the total number of object in the entire object hierarchy.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ProgressReportEventArgs.TotalCount">
			<summary>Obtient le nombre total d'objets traités par l'opération dans la branche de la hiérarchie d'objets complète.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the current count of objects processed by the operation within the entire object hierarchy.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReportEventHandler" /> représente le gestionnaire d'événements utilisé pour gérer des événements de rapport de progression.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.ProgressReport" /><see cref="EventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Property">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object provides programmatic access to the properties of all the SMO objects.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.CompareTo(System.Object)">
			<summary>Compares the <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object to another object.</summary>
			<returns>An <see cref="T:System.Int32" /> value that describes the result of the comparison.</returns>
			<param name="obj">An <see cref="T:System.Object" /> value that specifies the object with which to compare the <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.Equals(System.Object)">
			<summary>Determines whether two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects are equal.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects are equal.If True, the two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects are equal.If False (default), the two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects are not equal.</returns>
			<param name="o">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object value that specifies the object with which to compare the <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the hash code.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_Equality(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether two objects are equal by performing an equality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are equal.If True, the two specified objects are equal.If False, the two specified objects are unequal.</returns>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_GreaterThan(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether one object is greater than another object by performing an greater than operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the first object is greater that the second object.If True, the first object is greater than the second object.If False, the first object is not greater than the second object.</returns>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_Inequality(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether two objects are unequal by performing an inequality operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are equal.If True, the two specified objects are unequal.If False, the two specified objects are equal.</returns>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.op_LessThan(Microsoft.SqlServer.Management.Smo.Property,Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Determines whether one object is less than another object by performing an less than operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the first object is less that the second object.If True, the first object is less than the second object.If False, the first object is not less than the second object.</returns>
			<param name="prop1">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
			<param name="prop2">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies a property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Property.ToString">
			<summary>Returns a <see cref="T:System.String" /> value that represents the current object.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Dirty">
			<summary>Gets the <see cref="T:System.Boolean" /> property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server.If True, the property has been modified and the change has not yet been committed.If False (default), the property correctly reflects the entity it represents on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Expensive">
			<summary>Gets the <see cref="T:System.Boolean" /> property value that specifies whether it takes a long time to load the property's values.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the property is considered expensive in terms of time and resources used to load. If True, the property is expensive.If False (default), the property is not expensive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.IsNull">
			<summary>Gets the <see cref="T:System.Boolean" /> property value that specifies whether the property is set to null.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the property is set to null. If True, the property is null.If False (default), the property is not null.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Name">
			<summary>Gets the name of the property.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Readable">
			<summary>Gets the <see cref="T:System.Boolean" /> property value that specifies whether the value of the property can be retrieved.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the property can be retrieved. If True, the property can be retrieved.If False (default), the property cannot be retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Retrieved">
			<summary>Gets the <see cref="T:System.Boolean" /> property value that specifies whether the property has been retrieved already.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the property has been retrieved or not.If True, the property has been retrieved.If False (default), the property has not yet been retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Type">
			<summary>Gets the type of property. </summary>
			<returns>A <see cref="T:System.Type" /> system object value that specifies the type of property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Value">
			<summary>Gets or sets the value of the property.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the value of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Property.Writable">
			<summary>Gets the <see cref="T:System.Boolean" /> property value that specifies whether the property can be modified.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the property can be modified or not.If True, the property can be modified.If False (default), the property cannot be modified.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException" /> représente l'exception levée lorsqu'une propriété ne peut pas être récupérée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Property Cannot Be Retrieved exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that specifies the inner exception for the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.#ctor(System.String,System.Object)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the name of the Property Cannot Be Retrieved exception.</param>
			<param name="failedObject">An <see cref="T:System.Object" /> system object value that specifies the object that owns the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Remplit un objet SerializationInfo avec les données requises pour sérialiser l'objet cible.</summary>
			<param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo" /></param>
			<param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.FailedObject">
			<summary>Obtient l'objet qui possède la propriété qui ne peut pas être récupérée.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the object that owns the property that cannot be retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.Message">
			<summary>Obtient le message qui décrit l'exception active.</summary>
			<returns>A <see cref="T:System.String" /> that specifies the message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.PropertyName">
			<summary>Obtient le nom de la propriété qui ne peut pas être récupérée. </summary>
			<returns>A <see cref="T:System.String" /> that specifies the name of the property that cannot be retrieved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> qui représentent toutes les propriétés définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Contains(System.String)">
			<summary>Détermine si l'élément spécifié par clé existe dans la collection. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the collection contains the specified key.If True, the key exists in the collection.If False, the key does not exist in the collection</returns>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the key value to be verified.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Property[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetEnumerator">
			<summary>Obtient un énumérateur qui peut effectuer une itération via la liste d'objets.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerator" />object value that can be used to iterate through the collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Property" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object value that specifies the property.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Property" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object value that specifies the property.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the property. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.Int32,System.Boolean)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Property" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object value that specifies the property.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position of the property.</param>
			<param name="doNotLoadPropertyValues">A <see cref="T:System.Boolean" /> property value that specifies whether the property values are loaded.If True, the property values are not loaded. If False, the property values are loaded. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.GetPropertyObject(System.String,System.Boolean)">
			<summary>.Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Property" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object value that specifies the property.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the property.</param>
			<param name="doNotLoadPropertyValues">A <see cref="T:System.Boolean" /> property value that specifies whether the property values are loaded.If True, the property values are not loaded.   If False, the property values are loaded. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.LookupID(System.String)">
			<summary>Retourne l'ID de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection" /> qui a le nom spécifié.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object.</returns>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcPropertySet#Contains(Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty)">
			<summary>Détermine si la collection de propriétés contient la propriété spécifiée par le paramètre.</summary>
			<returns>A Boolean value, True if the collection contains the property, otherwise False.</returns>
			<param name="property">A <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcPropertySet#Contains(System.String)">
			<summary>Détermine si la collection de propriétés contient la propriété spécifiée par le paramètre propertyName.</summary>
			<returns>A Boolean value, True if the collection contains the property, otherwise False.</returns>
			<param name="propertyName">A string value that specifies the name of the property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcPropertySet#Contains``1(System.String)">
			<summary>Détermine si la collection de propriétés contient la propriété spécifiée par le paramètre name.</summary>
			<returns>A Boolean value, True if the collection contains the property, otherwise False.</returns>
			<param name="name">A string value that specifies the name of the property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcPropertySet#EnumProperties">
			<summary>Obtient l'énumérateur de la collection de propriétés.</summary>
			<returns>A feneric IEnumerable of type <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty" />.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcPropertySet#TryGetProperty(System.String,Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty@)">
			<summary>Essaie d'obtenir la propriété spécifiée par le paramètre name et le type spécifié par le paramètre property.</summary>
			<returns>A Boolean value, True if the collection contains the property, otherwise False.</returns>
			<param name="name">A string value that specifies the name of the property.</param>
			<param name="property">A pointer to an <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcPropertySet#TryGetPropertyValue(System.String,System.Object@)">
			<summary>Essaie d'obtenir la valeur de la propriété spécifiée par le paramètre name et le type spécifié par le paramètre property.</summary>
			<returns>A Boolean value, True if the collection contains the property value, otherwise False.</returns>
			<param name="name">A string value that specifies the name of the property.</param>
			<param name="value">An <see cref="T:System.Object" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcPropertySet#TryGetPropertyValue``1(System.String,``0@)">
			<summary>Essaie d'obtenir la valeur de la propriété spécifiée par le paramètre name et le type spécifié par le paramètre value.</summary>
			<returns>A Boolean value, True if the collection contains the property value, otherwise False.</returns>
			<param name="name">A string that specifies the name of the property.</param>
			<param name="value">A pointer to the value to be returned.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection.</summary>
			<param name="array">A <see cref="T:System.Array" /> object to which the member of the collection will be copied.</param>
			<param name="index">An integer value that specifies the index of the item to copy. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.Count">
			<summary>Obtient le nombre de propriétés dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection" />. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of the properties in the collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.IsSynchronized">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui indique si l'accès à la collection est synchronisé et, par conséquent, s'il est thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the access to the collection is synchronized. If True, access to the collection is synchronized.If False (default), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.Item(System.Int32)">
			<summary>Obtient un objet dans la collection par numéro d'index.</summary>
			<returns>An object value that represents the property.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.Item(System.String)">
			<summary>Obtient un objet dans la collection par nom.</summary>
			<returns>An object value that represents the property.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the object in the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyCollection.SyncRoot">
			<summary>Obtient un objet qui peut être utilisé pour synchroniser l'accès à la collection.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the object that is used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException" /> représente l'exception levée lorsqu'une valeur de propriété n'a pas été définie.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException" /> avec la propriété spécifiée.</summary>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the name of the property is not set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyNotSetException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Property Cannot Be Retrieved exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that specifies the inner exception for the Property Cannot Be Retrieved exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo" /> that populates a specified SerializationInfo  with the data needed to serialize the current object.</param>
			<param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext" /> that describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.Message">
			<summary>Obtient le message qui décrit l'exception active.</summary>
			<returns>A <see cref="T:System.String" /> that specifies the exception message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.PropertyName">
			<summary>Obtient le nom de la propriété qui n'a pas été définie. </summary>
			<returns>A <see cref="T:System.String" /> that specifies the name of the property that has not been set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyNotSetException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException" /> représente l'exception levée en cas de tentative de définir une propriété en lecture seule.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException" /> pour la propriété spécifiée.</summary>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the name of the property that is read-only.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Property Read Only exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Property Read Only exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Retourne des données d'objet pour faciliter la communication à distance.</summary>
			<param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo" /> that populates a specified SerializationInfo with the data that is required to serialize the current object.</param>
			<param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext" /> that describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.Message">
			<summary>Obtient le message qui décrit l'exception active.</summary>
			<returns>A <see cref="T:System.String" /> that specifies the message that describes the exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.PropertyName">
			<summary>Obtient le nom la propriété en lecture seule. </summary>
			<returns>A <see cref="T:System.String" /> that specifies the name of the property that is read-only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException" /> représente l'exception levée en cas de tentative de définir la propriété avec une valeur dont le type de données est incorrect.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the property type mismatch exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the property type mismatch exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> object that specifies the inner exception for the Property Type Mismatch exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException" /> pour la propriété et le type reçu et attendu spécifiés.</summary>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the name of the property.</param>
			<param name="receivedType">A <see cref="T:System.String" /> value that specifies the data type that was received incorrectly.</param>
			<param name="expectedType">A <see cref="T:System.String" /> value that specifies the data type that is correct for the referenced property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Retourne des données d'objet pour faciliter la communication à distance.</summary>
			<param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo" /> that populates a specified SerializationInfo  with the data needed to serialize the current object.</param>
			<param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext" /> that describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.ExpectedType">
			<summary>Obtient le type de données attendu pour la propriété.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the expected data type for the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.Message">
			<summary>Obtient le message qui décrit l'exception.</summary>
			<returns>A <see cref="T:System.String" /> that specifies the message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.PropertyName">
			<summary>Obtient le nom de la propriété qui a reçu une valeur avec un type de données incorrect. </summary>
			<returns>A <see cref="T:System.String" /> that specifies the name of the property that received a value with the incorrect data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.ReceivedType">
			<summary>Obtient le type de données incorrect reçu par la propriété.</summary>
			<returns>A <see cref="T:System.String" /> that specifies the data type that the property received incorrectly. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException" /> représente l'exception levée lorsqu'une erreur se produit lors de la définition de la valeur d'une propriété.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Property Write exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Property Write exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Property Write exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.#ctor(System.String,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyWriteException" /> avec le nom de propriété, le type d'objet, le nom d'objet et la raison spécifiés.</summary>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the name of the property.</param>
			<param name="objectKind">A <see cref="T:System.String" /> value that specifies the kind of object.</param>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the name of the object.</param>
			<param name="reason">A <see cref="T:System.String" /> value that specifies the reason for the exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.PropertyWriteException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Retourne des données d'objet pour faciliter la communication à distance.</summary>
			<param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo" /> that populates a specified SerializationInfo with the data needed to serialize the current object.</param>
			<param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext" /> that describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyWriteException.Message">
			<summary>Obtient le message qui décrit l'exception.</summary>
			<returns>A <see cref="T:System.String" /> that specifies the message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyWriteException.PropertyName">
			<summary>Obtient le nom de la propriété qui a reçu une valeur avec un type de données incorrect. </summary>
			<returns>A <see cref="T:System.String" /> that specifies the name of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.PropertyWriteException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Protocol">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Protocol" /> fournit l'accès par programme aux protocoles pris en charge par SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Protocol.Http">
			<summary>Obtient le protocole HTTP.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.HttpProtocol" /> object that specifies the HTTP protocol.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Protocol.Tcp">
			<summary>Obtient le protocole TCP.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TcpProtocol" /> object that specifies the TCP protocol.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RepairType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.RepairType" /> contient des valeurs utilisées pour spécifier le type de mode de réparation utilisé par les fonctions de vérification de cohérence (DBCC) de la base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.AllowDataLoss">
			<summary>Tente de réparer toutes les erreurs signalées. Ces réparations peuvent entraîner des pertes de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.Fast">
			<summary>Conserve la syntaxe pour une compatibilité descendante uniquement. Aucune réparation n'est effectuée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.None">
			<summary>Aucune réparation n'est effectuée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RepairType.Rebuild">
			<summary>Effectue des réparations qui ne présentent aucun risque de perte de données. Cela peut inclure des réparations rapides, telles que la réparation de lignes manquantes dans des index non-cluster, ainsi que des réparations nécessitant plus de temps, telles que la reconstruction d'un index. REPAIR ne répare pas les erreurs impliquant des données FILESTREAM.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ResourceGovernor">
			<summary>Classe ResourceGovernor.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourceGovernor.#ctor">
			<summary>Crée une classe ResourceGovernor.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourceGovernor.Alter">
			<summary>Modifie les pools du Gouverneur de ressources.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourceGovernor.Script">
			<summary>Génère un script Transact-SQL.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /> containing scripting statements.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourceGovernor.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /> that contains scripting statements.</returns>
			<param name="scriptingOptions"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOption" /> object that contains scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourceGovernor.ClassifierFunction">
			<summary>Fonction classifieur définie par l'utilisateur pour l'implémentation de règles de classification.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourceGovernor.Enabled">
			<summary>Indique si le Gouverneur de ressources est activé.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourceGovernor.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourceGovernor.Parent">
			<summary>Retourne l'objet parent ; dans ce cas, un serveur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourceGovernor.ReconfigurePending">
			<summary>Indique si les modifications d'un groupe ou d'un pool ont été effectuées mais n'ont pas été appliquées à la configuration en mémoire.</summary>
			<returns><see cref="T:System.Boolean" />False - A reconfiguration statement is not required. True - A reconfiguration statement or server restart is required for pending configuration changes to be applied.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourceGovernor.ResourcePools">
			<summary>Obtient la collection de pools de ressources.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ResourcePool">
			<summary>Classe de pool de ressources</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePool.#ctor">
			<summary>Crée une nouvelle instance par défaut de la classe de pool de ressources.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePool.#ctor(Microsoft.SqlServer.Management.Smo.ResourceGovernor,System.String)">
			<summary>Crée une instance de la classe de pool de ressources.</summary>
			<param name="resourceGovernor"><see cref="T:Microsoft.SqlServer.Management.Smo.ResourceGovernor" /> object.</param>
			<param name="name"><see cref="T:System.String" /> naming a user defined Resource Pool.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePool.Alter">
			<summary>Modifie un pool de ressources.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePool.Create">
			<summary>Crée un pool de ressources défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePool.Drop">
			<summary>Supprime un pool de ressources de la collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePool.Script">
			<summary>Crée un objet <see cref="T:System.Collections.Specialized.StringCollection" /> qui contient des instructions Transact-SQL à exécuter comme un script.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePool.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le pool de ressources à l'aide des options de script spécifiées.</summary>
			<param name="scriptingOptions"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.ID">
			<summary>Obtient l'ID numérique pour un pool de ressources.</summary>
			<returns><see cref="T:System.Int32" /> identifying a Resource Pool.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.IsSystemObject">
			<summary>Obtient la valeur booléenne qui spécifie si la base de données est un objet système ou une base de données définie par l'utilisateur.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.MaximumCpuPercentage">
			<summary>Obtient ou définit le pourcentage maximal d'utilisation de l'UC pour un pool de ressources.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.MaximumMemoryPercentage">
			<summary>Obtient ou définit le pourcentage maximal d'utilisation de la mémoire pour un pool de ressources.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.MinimumCpuPercentage">
			<summary>Obtient ou définit le pourcentage minimal d'utilisation de l'UC pour un pool de ressources.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.MinimumMemoryPercentage">
			<summary>Obtient ou définit le pourcentage minimal d'utilisation de la mémoire pour un pool de ressources.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.Parent">
			<summary>Obtient ou définit l'objet parent du pool de ressources, dans ce cas ResourceGovernor.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ResourceGovernor" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePool.WorkloadGroups">
			<summary>Obtient ou définit une collection de groupes de charge de travail associée à un pool de ressources.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection">
			<summary>Représente une collection de pools de ressources.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection.Add(Microsoft.SqlServer.Management.Smo.ResourcePool)">
			<summary>Ajoute un pool de ressources à la collection de pools de ressources.</summary>
			<param name="resourcePool"><see cref="T:Microsoft.SqlServer.Management.Smo.ResourcePool" />l</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ResourcePool[],System.Int32)">
			<summary>Copie une collection de pools de ressources vers un tableau. La copie sur le tableau commence à la position du tableau indiquée par le paramètre de type entier.</summary>
			<param name="array"><see cref="T:System.Array" /></param>
			<param name="index"><see cref="T:System.Int32" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection de pools de ressources à l'aide d'un identificateur unique défini par le système. </summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ResourcePool" />l</returns>
			<param name="id"><see cref="T:System.Int32" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection.Item(System.Int32)">
			<summary>Obtient un membre de la collection de pools de ressources à l'aide de l'ID numérique de l'élément.</summary>
			<returns>A Resource Pool item.</returns>
			<param name="index"><see cref="T:System.Int32" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection.Item(System.String)">
			<summary>Obtient un membre de la collection de pools de ressources identifié par nom.</summary>
			<returns>A Resource Pool item.</returns>
			<param name="name"><see cref="T:System.String" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ResourcePoolCollection.Parent">
			<summary>Obtient l'objet parent, dans ce cas un gouverneur de ressources, d'une collection de pools de ressources.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ResourceGovernor" />r</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RoleTypes">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.RoleTypes" /> contient des valeurs utilisées pour spécifier le type de rôle.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RoleTypes.All">
			<summary>Rôles de base de données et rôles serveur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RoleTypes.Database">
			<summary>Rôles de base de données fixes et définis par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.RoleTypes.Server">
			<summary>Rôles serveur fixes. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Rule">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> fournit l'accès par programme à une règle SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> sur la base de données spécifiée et avec le nom spécifié. </summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the rule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> sur la base de données spécifiée, avec le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the rule.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema for the rule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Rule.ChangeSchema(System.String)">
			<summary>Modifie le schéma associé à la règle.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the name of the new schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.CreateDate">
			<summary>Obtient l'heure et la date de création de la règle.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the rule was created. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.DateLastModified">
			<summary>Obtient l'heure et la date de la dernière modification de la règle.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the rule was last modified. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la règle.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the rule. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Rule.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.RuleCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> qui représentent toutes les règles définies sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RuleCollection.Add(Microsoft.SqlServer.Management.Smo.Rule)">
			<summary>Ajoute une nouvelle règle à la collection de règles.</summary>
			<param name="rule"><see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object to be added to the Rule Collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RuleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Rule[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position in the collection from which to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.RuleCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object value that represents the rule.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object value that represents the rule.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object value that represents the rule.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the <see cref="T:Microsoft.SqlServer.Management.Smo.Rule" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.RuleCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.RuleCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Schema">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> représente le contexte de propriété pour un objet de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the schema.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Create">
			<summary>Crée un schéma sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the schema.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the schema.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the schema.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Drop">
			<summary>Supprime le schéma de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour le schéma.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the schema. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur le schéma.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the schema. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur le schéma.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the schema. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur le schéma.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the schema. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.EnumOwnedObjects">
			<summary>Énumère les objets possédés par le schéma.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> objects that specifies the objects that are owned by the schema. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the schema.If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the schema. If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le schéma, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the schema.If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the schema. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le schéma, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the schema.If True, the grantee is given the ability to grant the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the schema. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the schema. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur le schéma.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le schéma et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the schema.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the schema.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the schema.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the schema.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le schéma et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the schema.If True, the grantee is given the ability to revoke other users' access from the schema.If False, the grantee is not given the ability to revoke other users' access from the schema.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the schema.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur le schéma et tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the schema.If False, the grantee is not given the ability to revoke other users' access from the schema.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the schema for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le schéma et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the schema.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the schema.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the schema.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the schema.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the schema. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le schéma.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Schema.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le schéma comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.Events">
			<summary>Obtient les événements pris en charge par le schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaEvents" /> object value that specifies the events supported by the schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> qui contiennent les informations relatives aux propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le schéma.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.IsSystemObject">
			<summary>Obtient une valeur booléenne qui indique si l'objet est un <see cref="T:System.Object" />. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object is an <see cref="T:System.Object" />, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.Owner">
			<summary>Obtient le propriétaire du schéma.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Schema.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SchemaCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> qui représentent tous les schémas sur la base de données référencée. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollection.Add(Microsoft.SqlServer.Management.Smo.Schema)">
			<summary>Ajoute un membre <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> à la collection.</summary>
			<param name="schema"><see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object to be included in the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Schema[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SchemaCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object value that represents the schema.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SchemaCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object value that represents the schema.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Schema" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SchemaCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase" /> est une classe de base héritée par la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCollection" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase.Contains(System.String)">
			<summary>Vérifie que la collection de paramètres contient un membre avec un nom égal à la chaîne spécifiée.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name to check to see whether it exists in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase.Contains(System.String,System.String)">
			<summary>Vérifie que la collection de paramètres contient un membre avec un nom égal à la chaîne spécifiée et avec le schéma spécifié.</summary>
			<returns>This method forces the collection to be loaded from the server if it has not been initialized yet.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name to check to see whether it exists in the collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCollectionBase.InitInnerCollection">
			<summary>Initialise la collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCustomResolver.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaCustomResolver" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCustomResolver.Resolve(System.Object,System.Object[])">
			<summary>Résout l'objet identifié par le paramètre instance et le tableau parameters.</summary>
			<returns>A <see cref="T:System.Object" />.</returns>
			<param name="instance">A <see cref="T:System.Object" />. </param>
			<param name="parameters">An array of <see cref="T:System.Object" /> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaCustomResolver.ResolveUrn(System.Object,System.Object[])">
			<summary>Résout l'objet T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn spécifié par le paramètre instance et le tableau parameters.</summary>
			<returns>A <see cref="T:System.Object" />.</returns>
			<param name="instance">A <see cref="T:System.Object" />.</param>
			<param name="parameters">An array of <see cref="T:Sytem.Object" /> objects.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SchemaEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SchemaEvents" /> représente les paramètres requis pour la notification d'événements de schéma SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SchemaEvents.ServerEvent">
			<summary>Spécifie le gestionnaire d'événements de serveur pour les événements de schéma.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.GetEventSelection">
			<summary>Retourne le jeu des notifications d'événements actuellement souscrites.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the event selection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements d'objet à recevoir. </summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements d'objet à recevoir. </summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that specifies the event handler for the specified events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SchemaEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface le paramètre d'événement spécifié et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the events to clear.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Scripter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter" /> est l'objet global, de niveau supérieur pour la gestion d'opérations de script. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter" /> sur l'instance de SQL Server spécifiée.</summary>
			<param name="svr">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the instance of SQL Server on which to run the scripting services.</param>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Scripter.ScriptingError">
			<summary>Déclenche un événement lorsqu'une erreur se produit pendant une opération de script.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Scripter.ScriptingProgress">
			<summary>Déclenche un événement pour recevoir les informations relatives à la progression de l'opération de script.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumDependencies(Microsoft.SqlServer.Management.Smo.SqlSmoObject,Microsoft.SqlServer.Management.Smo.DependencyType)">
			<summary>Retourne une liste énumérée qui inclut l'objet spécifié et les dépendances enfants ou parents.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that specifies the list of dependencies for the specified object.</returns>
			<param name="smoObject">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the object for which the list of dependencies is required.</param>
			<param name="dependencyType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyType" /> object value that specifies the type of dependency, parent or child, that is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumScript(Microsoft.SqlServer.Management.Smo.SqlSmoObject[])">
			<summary>Retourne un objet IEnumerable&lt;script&gt; qui contient un script.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable" /> interface that exposes an enumerator that  supports a simple iteration over the script. The script contains the objects in the array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> and the corresponding <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" />.</returns>
			<param name="objects">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumScript(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[])">
			<summary>Retourne une interface IEnumerable &lt;script&gt;.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable" /> interface that exposes an enumerator that supports a simple iteration over the script. This script contains only the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> objects.</returns>
			<param name="urns">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumScript(Microsoft.SqlServer.Management.Smo.UrnCollection)">
			<summary>Retourne une interface IEnumerable &lt;script&gt;.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable" /> interface that exposes an enumerator that supports a simple iteration over the script. This script contains only the <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> objects.</returns>
			<param name="list"><see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> of Urn objects. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumScriptWithList(Microsoft.SqlServer.Management.Smo.DependencyCollection)">
			<summary>Crée un script Transact-SQL linéaire selon une collection de dépendances.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable" /> interface that exposes an enumerator that supports a simple iteration over a script. This script contains the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> and the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> for each of those objects.</returns>
			<param name="depList"><see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumScriptWithList(Microsoft.SqlServer.Management.Smo.SqlSmoObject[])">
			<summary>Crée un script Transact-SQL linéaire selon un tableau de SqlSmoObjects.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable" /> interface that exposes an enumerator that supports a simple iteration over a script. This script contains the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> and the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> for each of those objects.</returns>
			<param name="objects"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />  array.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumScriptWithList(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[])">
			<summary>Crée un script Transact-SQL linéaire basé sur un tableau d'URN.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable" /> interface that exposes an enumerator that supports a simple iteration over a script. This script contains <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> objects and the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> for each of those URNs.</returns>
			<param name="urns">An <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> array.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.EnumScriptWithList(Microsoft.SqlServer.Management.Smo.UrnCollection)">
			<summary>Crée un script Transact-SQL linéaire selon une collection d'URN.</summary>
			<returns>A <see cref="T:System.Collections.Generic.IEnumerable" /> interface that exposes an enumerator that supports a simple iteration over a script. This script contains <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> objects and the <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> for each of those urns.</returns>
			<param name="list"><see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Init">
			<summary>Initialisez l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Script(Microsoft.SqlServer.Management.Smo.SqlSmoObject[])">
			<summary>Génère des scripts Transact-SQL qui peuvent être utilisés pour recréer une liste d'objets.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Script(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[])">
			<summary>Crée un script Transact-SQL pour un jeu d'objets spécifiés avec un tableau d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" />.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that specifies the Transact-SQL script for the list of objects.</returns>
			<param name="urns">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object values that specify the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.Script(Microsoft.SqlServer.Management.Smo.UrnCollection)">
			<summary>Crée un script Transact-SQL pour un jeu d'objets spécifiés avec une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" />.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that specifies the Transact-SQL script for the list of objects.</returns>
			<param name="list">A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Smo.DependencyCollection)">
			<summary>Crée des scripts Transact-SQL linéaires pour un objet <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array value that specifies the list of objects to be scripted.</returns>
			<param name="depList">A <see cref="T:Microsoft.SqlServer.Management.Smo.DependencyCollection" /> object value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Smo.SqlSmoObject[])">
			<summary>Crée des scripts Transact-SQL linéaires pour un tableau d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array value that specifies the list of objects to be scripted.</returns>
			<param name="objects">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[])">
			<summary>Crée des scripts Transact-SQL linéaires pour un tableau d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" />. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="urns">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object values that specify the list of objects to be scripted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Scripter.ScriptWithList(Microsoft.SqlServer.Management.Smo.UrnCollection)">
			<summary>Crée des scripts Transact-SQL linéaires pour un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" />. </summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that specifies the Transact-SQL scripts for the list of objects.</returns>
			<param name="list">A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> object value that specifies the list of objects to be scripted.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Scripter.Options">
			<summary>Obtient ou définit les options de script pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Scripter" /> et toutes les opérations de script sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options that the instance of SQL Server uses.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Scripter.PrefetchObjects">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les objets sont chargés avant des opérations de script de façon systématique ou uniquement lorsqu'ils sont obligatoires.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the objects are loaded before scripting operations, or only as they are required.If True, the objects are loaded before scripting operations. If False (default), the objects are loaded only as they are required by the scripting operation.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs" /> fournit l'accès par programme aux arguments utilisés pour signaler les erreurs qui se produisent pendant des opérations de script.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs.Current">
			<summary>Obtient la valeur d'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> qui spécifie l'objet que l'opération traite actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the object that the operation is currently processing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs.InnerException">
			<summary>Obtient l'instance d'exception qui a provoqué l'exception active.</summary>
			<returns>An <see cref="T:System.Exception" /> system object value that specifies the exception instance that caused the current exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingErrorEventHandler" /> représente le gestionnaire d'événements utilisé pour gérer des erreurs de script.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingError" /><see cref="EventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingFilter">
			<summary>This class supports the SMO infrastructure and is not intended to be used directly from your code.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> fournit des options de programmation aux options qui peuvent être définies pour les opérations de script.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.#ctor(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> selon les options de script spécifiées.</summary>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.#ctor(Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> selon l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> spécifié et selon l'option de script spécifiée.</summary>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object value that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Add(Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object.</returns>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Add(Microsoft.SqlServer.Management.Smo.ScriptingOptions,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Ajoute les objets <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> et <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> spécifiés à <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> and <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> objects.</returns>
			<param name="options">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ConvertVersion(System.Version)">
			<summary>Convertit la version de serveur en une valeur <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion" /> value specifying the version of the server.</returns>
			<param name="version">The version of the server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.op_Addition(Microsoft.SqlServer.Management.Smo.ScriptingOptions,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Crée un jeu d'options de script en effectuant une opération d'addition sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies a set of scripting options after the addition.</returns>
			<param name="options">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that specifies the scripting options.</param>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that specifies the script option.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.op_Subtraction(Microsoft.SqlServer.Management.Smo.ScriptingOptions,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Crée un jeu d'options de script en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies a set of scripting options after the subtraction.</returns>
			<param name="options">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that specifies the scripting options.</param>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that specifies the script option to be subtracted from the options specified by the options parameter..</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Remove(Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that does not contain the removed <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object.</returns>
			<param name="scriptOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SetTargetDatabaseEngineType(Microsoft.SqlServer.Management.Common.DatabaseEngineType)">
			<summary>Définit le type de moteur de base de données spécifié dans un objet <see cref="T:Microsoft.SqlServer.Managment.Common.DatabaseEngineType" />.</summary>
			<param name="databaseEngineType">A <see cref="T:Microsoft.SqlServer.Managment.Common.DatabaseEngineType" /> object that specifies the database engine type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SetTargetServerVersion(Microsoft.SqlServer.Management.Common.ServerVersion)">
			<summary>Définit la version de l'instance de SQL Server sur laquelle l'opération de script est exécutée.</summary>
			<param name="ver">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Subtract(Microsoft.SqlServer.Management.Smo.ScriptingOptions,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Soustrait la valeur <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> spécifiée de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> value that contains all of the scripting options specified by the options parameter minus the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> specified by the scriptOption parameter.</returns>
			<param name="options">The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> value to be subtracted from.</param>
			<param name="scriptOption">The <see cref="T:Microsoft.AnalysisServices.ScriptOption" /> value to subtract from the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentAlertJob">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure le nom de travail de l'agent SQL Server pour les objets d'alerte dans le script. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include SQL Server Agent alerts and jobs.If True, alerts and jobs are scripted. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentJobId">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure les valeurs d'ID de travail de l'agent SQL Server pour les objets d'alerte dans le script. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include SQL Server Agent job ID values in the script.If True, the job ID is scripted. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentNotify">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure des notifications pour toutes les alertes de l'agent SQL Server qui sont dans le script. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include notifications for any SQL Server Agent alerts that are in the script.If True, SQL Server Agent alert notifications are scripted. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AllowSystemObjects">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si les objets système peuvent faire l'objet d'un script. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether system objects can be scripted.If True, system objects are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiFile">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si le script utilise des caractères multioctets et requiert que la page de codes 1252 évalue la signification des caractères.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether code page 1252 is used to evaluate characters.If True, code page 1252 is used to evaluate characters.If False (default), code page 1252 is not used to evaluate characters. The code page is determined by the operating system.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiPadding">
			<summary>Obtient ou définit une propriété <see cref="T:System.Boolean" /> qui spécifie si le script généré contient les instructions Transact-SQL SET ANSI-PADDING ON et SET ANSI-PADDING OFF avant et après l'instruction CREATE TABLE, respectivement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ANSI padding statements are included in the generated script.If True, the generated script contains the Transact-SQL statements SET ANSI-PADDING ON and SET ANSI-PADDING OFF before and after the CREATE TABLE statement respectively. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AppendToFile">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le script est ajouté à la fin du fichier de sortie ou le remplace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the generated script is appended to the end of the output file or overwrites it.If True, the generated script is appended to the end of the output file.If False (default), the generated script overwrites the existing contents of the output file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.BatchSize">
			<summary>Obtient ou définit le nombre d'instructions après lesquelles il faut générer le script du terminateur de lot.</summary>
			<returns>A <see cref="T:System.Int32" /> value that indicates the number of insert statements that are scripted before a batch terminator is inserted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Bindings">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les instructions de liaison sp_binddefault et sp_bindrule sont incluses dans le script généré. Cette propriété s'applique uniquement lors de l'écriture d'une table SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the binding statements sp_binddefault and sp_bindrule are included in the generated Transact-SQL script.If True, binding statements are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ChangeTracking">
			<summary>Obtient ou définit la valeur de la propriété ChangeTracking.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ClusteredIndexes">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les instructions qui définissent des index cluster sont incluses dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether statements that define clustered indexes are included in the generated script.If True, clustered indexes are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ContinueScriptingOnError">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'opération de script continue après qu'une erreur est rencontrée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the scripting operation continues after an error is encountered.If True, the scripting operation continues after encountering an error. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ConvertUserDefinedDataTypesToBaseType">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les types de données définis par l'utilisateur sont convertis en types de données de base SQL Server plus appropriés dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether user-defined data types are converted to the most appropriate SQL Server base data types in the generated script.If True, user-defined data types are converted to SQL Server base data types. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlBodyOnly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut écrire uniquement la définition de texte pour les objets DDL (Data Definition Language) qui ont un corps de texte, tels que les procédures stockées et les déclencheurs. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script only the text body.If True, only the text body of the object is scripted.If False (default), the object is scripted completely.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlHeaderOnly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut écrire uniquement les informations d'en-tête pour les objets DDL qui ont un corps de texte, tels que les procédures stockées et les déclencheurs. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script only the header information.If True, only the header information of the object is scripted.If False (default), the object is scripted completely.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Default">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la création de l'objet référencé est incluse dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the creation of the referenced object is included in the generated script.If True, the Transact-SQL CREATE statement for the referenced object is included in the generated script.If False (default), the Transact-SQL CREATE statement for the referenced object is not included in the generated script. The script only contains statements that modify the object, such as setting extended properties and granting permissions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAll">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si tous les objets DRI sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script all DRI objects.If True, all objects with enforced declarative referential integrity are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllConstraints">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si toutes les contraintes d'intégrité référentielle déclarative sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script all constraint objects that have enforced declarative referential integrity.If True, all constraint objects that have enforced declarative referential integrity are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllKeys">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance définies par l'ensemble des clés d'intégrité référentielle déclarative sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script all DRI keys.If True, all key objects with enforced declarative referential integrity are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriChecks">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance spécifiques aux colonnes définies dans les contraintes de validation qui appliquent l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script checks with enforced declarative referential integrity.If True, checks are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriClustered">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance définies dans les index cluster qui appliquent l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script clustered indexes with enforced declarative referential integrity.If True, clustered indexes are included in the script.If False (default), clustered indexes are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriDefaults">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance définies dans les valeurs par défaut qui appliquent l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script defaults with enforced declarative referential integrity.If True, defaults are included in the script.If False (default), defaults are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriForeignKeys">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance définies dans les clés étrangères qui appliquent l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script foreign keys with enforced declarative referential integrity.If True, foreign keys are included in the script.If False (default), foreign keys are not included in the script.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIncludeSystemNames">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les noms de contrainte générés par le système qui sont utilisés pour appliquer l'intégrité référentielle déclarative sont inclus dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the system-generated constraint names that are used to enforce declarative referential integrity are included in the script.If True, system-generated constraint names that are used to enforce declarative referential integrity are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIndexes">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les contraintes PRIMARY KEY qui utilisent un index unique pour implémenter l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether PRIMARY KEY constraints that use a unique index to implement the declarative referential integrity are included in the generated script.If True, indexes are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriNonClustered">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance définies dans les index non cluster qui ont appliqué l'intégrité référentielle déclarative sont incluses dans le script. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script non-clustered indexes that have enforced declarative referential integrity.If True, non-clustered indexes are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriPrimaryKey">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance qui sont définies dans les clés primaires qui ont appliqué l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script primary keys that have enforced declarative referential integrity.If True, primary keys are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriUniqueKeys">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les relations de dépendance qui sont définies dans les clés uniques qui ont appliqué l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script unique keys that have enforced declarative referential integrity.If True, unique keys are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriWithNoCheck">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'instruction sans validation est incluse dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to script the no check statement.If True, no check statements are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Encoding">
			<summary>Obtient ou définit l'encodage des options de script.</summary>
			<returns>An <see cref="T:System.Text.Encoding" /> object that specifies the encoding for the scripting options</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.EnforceScriptingOptions">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si toutes les options de script sont appliquées aux objets textuels, tels que SchemaQualify.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the application of all scripting options is enforced for text-based objects.If True, the application of all scripting options is enforced for text-based objects.If False (default), object text is scripted without any modification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ExtendedProperties">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les propriétés étendues d'objet sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether extended object properties are included in the generated script.If True, extended object properties are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FileName">
			<summary>Obtient ou définit le nom du fichier de destination du script généré.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the file to which the generated script is output.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextCatalogs">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les catalogues de texte intégral sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether full-text catalogs are included in the generated script.If True, full-text catalogs are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextIndexes">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les index de recherche en texte intégral sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether full-text indexes are included in the generated script.If True, full-text indexes are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextStopLists">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les listes de mots vides de texte intégral sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether full-text stop lists are included in the generated script.If True, full-text stop lists are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeDatabaseContext">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le contexte de base de données est inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether database context is included in the generated script.If True, database context are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeDatabaseRoleMemberships">
			<summary>Obtient ou définit la valeur de la propriété IncludeDatabaseRoleMemberships.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeFullTextCatalogRootPath">
			<summary>Obtient ou définit la valeur de la propriété IncludeFullTextCatalogRootPath.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeHeaders">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le script généré est préfixé par un en-tête qui contient des informations incluant la date et l'heure de génération.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include header information at the start of the generated script.If True, header information is included. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeIfNotExists">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut vérifier l'existence d'un objet avant de l'inclure dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to check the existence of an object before including it in the script.If True, the existence of an object is verified before including it in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Indexes">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les index sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether indexes are included in the generated script.If True, indexes are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.LoginSid">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs de sécurité sont inclus pour toutes les connexions qui font l'objet d'un script dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the security identifiers are included for any scripted logins in the generated script.If True, the security identifiers are included for any scripted logins in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoAssemblies">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les assemblys sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether assemblies are included in the generated script.If True, assemblies are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCollation">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure la clause de classement dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the collation clause in the generated script.If True, the collation clause is not included. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCommandTerminator">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les instructions Transact-SQL individuelles sont délimitées dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether individual Transact-SQL statements are delimited in the generated script.If True, individual Transact-SQL statements are not delimited in the generated script.If False (default), individual Transact-SQL statements are delimited by using the connection-specific command terminator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoExecuteAs">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les options EXECUTE AS des procédures stockées et les fonctions définies par l'utilisateur sont incluses dans le script.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the EXECUTE AS options for stored procedures and user-defined functions are included in the script.If True, the EXECUTE AS options for stored procedures and user-defined functions are not included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileGroup">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure la clause « ON &lt;filegroup&gt; » dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the 'ON &lt;filegroup&gt;' clause in the generated script.If True, the file group clause is not included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileStream">
			<summary>Obtient ou définit un objet qui spécifie s'il faut inclure la clause FILESTREAM_ON lorsque vous créez des colonnes VarBinaryMax dans le script généré.</summary>
			<returns><see cref="T:System.Boolean" /> object represents NoFileStreamms-help://s10cc_I/s10de_9smomrf_I/html/de02fe0c-373f-dbd6-1ad9-485687472129.htm value in the scripting options. If True the FILESTREAM_ON clause is not included when creating VarBinaryMax columns. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileStreamColumn">
			<summary>Obtient ou définit un objet qui spécifie s'il faut inclure la clause FILESTREAM_ON lorsque vous créez des colonnes VarBinaryMax dans le script généré.</summary>
			<returns><see cref="T:System.Boolean" /> object represents NoFileStreamColumnms-help://s10cc_I/s10de_9smomrf_I/html/de02fe0c-373f-dbd6-1ad9-485687472129.htm value in the scripting options.If True the FILESTREAM_ON clause is not included when creating VarBinaryMax columns. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIdentities">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les définitions de propriété Seed et Increment sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether definitions of identity property seed and increment are included in the generated script.If True, definitions of identity property seed and increment are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIndexPartitioningSchemes">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les schémas de partition des index sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether partition schemes for indexes are included in the generated script.If True, partition schemes for indexes are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfileAccounts">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les comptes de messagerie référencés par les profils de messagerie sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether mail accounts that are referenced by mail profiles are included in the generated script.If True, mail accounts referenced by mail profiles are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfilePrincipals">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les principaux référencés par les profils de messagerie sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether mail accounts that are referenced by principals are included in the generated script.If True, principals referenced by mail profiles are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NonClusteredIndexes">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les index non cluster sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether non-clustered indexes are included in the generated script.If True, non-clustered indexes are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoTablePartitioningSchemes">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les schémas de partition des tables sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether partition schemes for tables are included in the generated script.If True, partition schemes for tables are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoVardecimal">
			<summary>Obtient ou définit un objet qui spécifie s'il faut inclure la clause N lorsque vous créez des colonnes VarDecimal dans le script généré.</summary>
			<returns><see cref="T:System.Boolean" /> object represents NoFileStreamColumnms-help://s10cc_I/s10de_9smomrf_I/html/de02fe0c-373f-dbd6-1ad9-485687472129.htm value in the scripting options.If True the vardecimal columns are not included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoViewColumns">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure les colonnes spécifiées pour une vue.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the specified columns for a view.If True, the columns for a view are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoXmlNamespaces">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les espaces de noms XML sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether XML namespaces are included in the generated script.If True, XML namespaces are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.OptimizerData">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les données de l'optimiseur de script pour les objets référencés sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether script optimizer data for the referenced objects are included in the generated script.If True, whether script optimizer data for the referenced objects is included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Permissions">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure toutes les autorisations dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include all permissions in the generated script.If True, all permissions are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.PrimaryObject">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la création de l'objet référencé est incluse dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the creation of the referenced object is included in the generated script.If True, the Transact-SQL CREATE statement for the referenced object is included in the generated script.If False (default), the Transact-SQL CREATE statement for the referenced object is not included in the generated script. The script only contains statements that modify the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualify">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les schémas associés aux objets sont inclus dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether objects that have no schema are included in the generated script.If True, objects with no schema are not included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualifyForeignKeysReferences">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les références de table qualifiées par un schéma pour les contraintes de clé étrangère sont incluses dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether schema-qualified table references for foreign key constraints are included in the generated script.If True, schema-qualified table references for foreign key constraints are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ScriptBatchTerminator">
			<summary>Obtient ou définit la valeur de la propriété ScriptBatchTerminator.</summary>
			<returns>A <see cref="T:System.Boolean" /> that indicates whether a batch terminator is scripted or not.If True, the batch terminator is scripted. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ScriptData">
			<summary>Obtient ou définit la valeur de la propriété ScriptData.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether data is scripted.If True, data is scripted. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ScriptDataCompression">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure les informations de compression des données dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include data compression in the generated script.If True, the script includes information about the type of data compression.If False (default), the script does not include information about data compression.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ScriptDrops">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'opération de script génère un script Transact-SQL pour supprimer le composant référencé. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include drop clauses to remove objects in the generated script.If True, the script operation generates a Transact-SQL script to remove the referenced component.If False (default), the script operation generates a Transact-SQL script to create the referenced component.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ScriptOwner">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le propriétaire du script est inclus dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the script owner is included in the generated script.If True, the script includes text identifying the script owner.If False (default), the script does not identify the script owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ScriptSchema">
			<summary>Obtient ou définit la valeur de la propriété ScriptSchema.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the schema is scripted.If True, the schema is scripted. Otherwise it is not.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Statistics">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure des statistiques pour toutes les tables ou les vues incluses dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include statistics for any table or view that is included in the generated script.If True, the script includes statistics for tables and views that are used within it.If False (default), the script does not include statistics for tables and views.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.TargetDatabaseEngineType">
			<summary>Obtient ou définit la valeur de la propriété DatabaseEngineType.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Managment.Common.DatabaseEngineType" /> object specifying whether the database engine type is SQL Azure or an instance of the Moteur de base de données SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.TargetServerVersion">
			<summary>Obtient ou définit la version de l'instance de SQL Server à laquelle le script généré est destiné.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion" /> object value that specifies the version of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.TimestampToBinary">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut convertir les types de données timestamp en types de données binaires (8) pour le script de création d'une table ou d'un type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to convert timestamp data types to binary(8) data types.If True, timestamp data types are converted to binary(8) data types. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ToFileOnly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut retourner uniquement un fichier ou également générer une sortie de chaîne. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to output to file only or to also generate string output.If True, the generated script is output to file only. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Triggers">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure la définition des déclencheurs dans le script généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the definition of triggers in the generated script.If True, the trigger definitions are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.WithDependencies">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure tous les objets dépendants dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include all dependent objects in the generated script.If True, all dependent object are included in the script. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.XmlIndexes">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les index XML sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether XML indexes are included in the generated script.If True, XML indexes are included in the generated script. Otherwise, False (default).</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase" /> est une classe de base héritée par les classes qui peuvent utiliser un autre nom dans les opérations de script.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.AppendCommaText(System.Text.StringBuilder,System.String,System.Boolean@,System.String)">
			<summary>Ajoute du texte, éventuellement séparé par une virgule.</summary>
			<param name="sb"><see cref="T:System.Text.StringBuilder" /></param>
			<param name="optionText"><see cref="T:System.String" /></param>
			<param name="needsComma">A pointer to <see cref="T:System.Boolean" /></param>
			<param name="beginWord"><see cref="T:System.String" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.AppendWithCommaText(System.Text.StringBuilder,System.String,System.Boolean@)">
			<summary>Ajoute du texte, éventuellement séparé par une virgule.</summary>
			<param name="sb"><see cref="T:System.Text.StringBuilder" /></param>
			<param name="optionText"><see cref="T:System.String" /></param>
			<param name="needsComma">A pointer to <see cref="T:System.Boolean" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.AppendWithOption(System.Text.StringBuilder,System.String,System.String,System.Boolean@)">
			<param name="sb"><see cref="T:System.Text.StringBuilder" /></param>
			<param name="propName"><see cref="T:System.String" /></param>
			<param name="optionText"><see cref="T:System.String" /></param>
			<param name="needsComma">A pointer to <see cref="T:System.Boolean" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.AutoGenerateName">
			<summary>Génère un nom selon l'objet <see cref="T:System.Guid" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.CheckObjectDirty">
			<summary>Vérifie si l'objet a été modifié et s'il est non persistant.</summary>
			<returns>A Boolean value, True if dirty, otherwise False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.CheckTextCorectness(System.String,System.Boolean,System.Boolean,System.String[],Microsoft.SqlServer.Management.Smo.DdlTextParserHeaderInfo@)">
			<summary>Vérifie le texte par rapport aux paramètres.</summary>
			<param name="ddlText">A string value that contains the data definition language text.</param>
			<param name="enforceCreate">A Boolean value that specifies whether to force creation even if target is incorrect.</param>
			<param name="checkName">A string value that specifies the expected name.</param>
			<param name="expectedObjectTypes">An array of strings that specify the expected object types.</param>
			<param name="headerInfo">A pointer to <see cref="T:Microsoft.SqlServer.Management.Smo.DdlTextParserHeaderInfo" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.CheckTextModeSupport">
			<summary>Vérifie le mode du support.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.CleanObject">
			<summary>Purge l'objet référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.ForceTextModeOnTextBody">
			<summary>Applique le mode texte sur le corps du texte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the method was successful.If True, the text mode was enforced on the text body. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetBraketNameForText">
			<summary>Obtient le nom entre crochets.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetIsSystemNamed">
			<summary>Obtient une valeur booléenne qui spécifie si le système est nommé.</summary>
			<returns>A Boolean value, True if the system is named.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetIsTextDirty">
			<summary>Détermine si la valeur de texte est cohérente avec la valeur stockée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the text value is consistent with the stored text value.If True, the text value is consistent with the stored text value. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetScriptIncludeExists(Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.Boolean)">
			<summary>Obtient le script incluant le test pour l'existence du type en cours de script.</summary>
			<returns><see cref="T:System.String" /></returns>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
			<param name="tableName"><see cref="T:System.String" /></param>
			<param name="forCreate"><see cref="T:System.Boolean" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextBody">
			<summary>Retourne le corps du texte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text body.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextBody(System.Boolean)">
			<summary>Retourne le corps du texte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text body.</returns>
			<param name="forScripting">A <see cref="T:System.Boolean" /> value that specifies whether the text body is to be used for scripting.If True, the text body is for scripting. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextForScript(Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.Boolean,System.String[])">
			<summary>Obtient le texte pour l'écriture de scripts.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text for scripting.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options used for scripting the text.</param>
			<param name="forCreate">A <see cref="T:System.Boolean" /> value that specifies whether the text is used in the creation of an object.If True, the text is used for the creation of an object. Otherwise, False.</param>
			<param name="expectedObjectTypes">A <see cref="T:System.String" /> array that specifies the expected object types.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextForScript(Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.Boolean,System.String[],System.Boolean)">
			<summary>Obtient le texte de l'objet de script.</summary>
			<returns>A string value that contains the script.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="forCreate">A Boolean value that specifies whether the script is used to create database objects.</param>
			<param name="expectedObjectTypes">An array of strings that specify the expected object types.</param>
			<param name="forceCheckNameAndManipulateIfRequired">A Boolean value that specifies whether to check for correctness and modify if required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextHeader(System.Boolean)">
			<summary>Retourne l'en-tête du texte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether the text header is used in the alteration of an object.If True, the text header is used in the alteration of an object. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextMode">
			<summary>Détermine si le nom du script utilise le mode texte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the script name is using text mode.If True, the script name is using text mode. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextProperty(System.String)">
			<summary>Obtient la propriété sous forme de texte.</summary>
			<returns><see cref="T:System.String" /></returns>
			<param name="requestingProperty"><see cref="T:System.String" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.GetTextProperty(System.String,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Obtient la propriété sous forme de texte.</summary>
			<returns><see cref="T:System.String" /></returns>
			<param name="requestingProperty"><see cref="T:System.String" /></param>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.IsObjectDirty">
			<summary>Détermine si l'objet référencé est cohérent avec l'objet stocké.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced object is consistent with the stored object.If True, the object is not consistent with the stored object. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.Refresh">
			<summary>Actualise le nom du script.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.ScriptAnsiQI(Microsoft.SqlServer.Management.Smo.SqlSmoObject,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.Collections.Specialized.StringCollection,System.Text.StringBuilder,System.Object@,System.Object@)">
			<summary>Génère le script de l'objet de base de données en texte ANSI.</summary>
			<param name="o">The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> to script.</param>
			<param name="so">The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</param>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection" /> of queries.</param>
			<param name="sb">A <see cref="T:System.Text.StringBuilder" /> object.</param>
			<param name="ansiNull">A pointer to <see cref="T:Sytem.Object" />.</param>
			<param name="qi">A pointer to <see cref="T:Sytem.Object" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.ScriptInformativeHeaders(Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.Text.StringBuilder)">
			<summary>Génère le script des en-têtes d'information.</summary>
			<param name="so"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
			<param name="sb"><see cref="T:System.Text.StringBuilder" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetCollectionTextMode(System.Boolean,Microsoft.SqlServer.Management.Smo.SmoCollectionBase)">
			<summary>Définit le mode texte de la collection.</summary>
			<param name="newTextModeValue">A <see cref="T:System.Boolean" /> value that specifies the new text mode value.</param>
			<param name="coll">A <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase" /> object that specifies the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetIsSystemNamed(System.Boolean)">
			<summary>Définit une valeur booléenne qui spécifie si le système est nommé.</summary>
			<param name="flag">A Boolean value that specifies whether the system is named, True if named.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetTextBody(System.String)">
			<summary>Spécifie le corps du texte.</summary>
			<param name="textBody">A <see cref="T:System.String" /> value that specifies the text body.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetTextHeader(System.String)">
			<summary>Spécifie l'en-tête du texte.</summary>
			<param name="textHeader">A <see cref="T:System.String" /> value that specifies the text header.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SetTextMode(System.Boolean,Microsoft.SqlServer.Management.Smo.SmoCollectionBase[])">
			<summary>Spécifie le mode texte.</summary>
			<param name="textMode">A <see cref="T:System.Boolean" /> value that specifies the text mode.</param>
			<param name="collList">A <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase" /> object value that specifies the SMO collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.SwitchTextMode(System.Boolean,Microsoft.SqlServer.Management.Smo.SmoCollectionBase[])">
			<summary>Bascule le mode texte.</summary>
			<param name="newTextModeValue">A <see cref="T:System.String" /> value that specifies the new text mode.</param>
			<param name="collList">An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase" /> object that specifies the SMO.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.ThrowIfTextIsDirtyForAlter">
			<summary>Lève une exception de texte modifiée et non persistante.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptOption">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> représente les options de script SQL Server qui peuvent être incluses dans les options de script définies à l'aide de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.Add(Microsoft.SqlServer.Management.Smo.ScriptOption,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Ajoute deux objets ScriptOption pour créer un objet ScriptOptions.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></returns>
			<param name="leftOption"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></param>
			<param name="rightOption"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.BitwiseOr(Microsoft.SqlServer.Management.Smo.ScriptOption,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Combine deux objets ScriptingOptions à l'aide d'une opération OR au niveau du bit.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></returns>
			<param name="leftOption"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></param>
			<param name="rightOption"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.Equals(System.Object)">
			<summary>Retourne une valeur booléenne qui spécifie si deux ScriptOptions sont égaux.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
			<param name="obj"><see cref="T:System.Object" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.GetHashCode">
			<summary>Retourne le code de hachage pour cet objet.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the hash code.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.op_Addition(Microsoft.SqlServer.Management.Smo.ScriptOption,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Crée un jeu d'options de script en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies a set of scripting options.</returns>
			<param name="leftOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that specifies the script options.</param>
			<param name="rightOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ScriptOption,Microsoft.SqlServer.Management.Smo.ScriptOption)">
			<summary>Crée un jeu d'options de script en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies a set of scripting options.</returns>
			<param name="leftOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that specifies the script options.</param>
			<param name="rightOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.op_Implicit(Microsoft.SqlServer.Management.Smo.ScriptOption)~Microsoft.SqlServer.Management.Smo.ScriptingOptions">
			<summary>Convertit implicitement le <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> spécifié en un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</summary>
			<param name="scriptOption">The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object to be converted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptOption.ToString">
			<summary>Retourne une chaîne qui représente l'objet actuel.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AgentAlertJob">
			<summary>Obtient un objet qui spécifie s'il faut inclure les alertes et les tâches de l'Agent SQL Server dans le script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentAlertJob" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AgentJobId">
			<summary>Obtient un objet qui spécifie s'il faut inclure les alertes et les tâches de l'Agent SQL Server dans le script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentJobId" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AgentNotify">
			<summary>Obtient un objet qui spécifie s'il faut inclure des notifications pour toutes alertes de l'Agent SQL Server qui sont dans le script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AgentNotify" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AllowSystemObjects">
			<summary>Obtient un objet qui spécifie si les objets système peuvent faire l'objet d'un script ou non. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AllowSystemObjects" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AnsiFile">
			<summary>Obtient un objet qui spécifie si le script utilise des caractères multioctets et requiert que la page de codes 1252 évalue la signification des caractères.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiFile" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AnsiPadding">
			<summary>Obtient un objet qui spécifie si le script généré contient les instructions Transact-SQL SET ANSI-PADDING ON et SET ANSI-PADDING OFF avant et après l'instruction CREATE TABLE, respectivement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AnsiPadding" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.AppendToFile">
			<summary>Obtient un objet qui spécifie si le script est ajouté à la fin du fichier de sortie ou le remplace.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.AppendToFile" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Bindings">
			<summary>Obtient un objet qui spécifie si les instructions de liaison sp_binddefault et sp_bindrule sont incluses dans le script généré. Cette propriété s'applique uniquement lors de la génération d'un script pour une table Microsoft SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Bindings" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ChangeTracking">
			<summary>Obtient la valeur de la propriété ChangeTracking.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ClusteredIndexes">
			<summary>Obtient un objet qui spécifie si les instructions qui définissent des index cluster sont incluses dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ClusteredIndexes" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ContinueScriptingOnError">
			<summary>Obtient une valeur d'objet qui spécifie si l'opération de script continue après qu'une erreur a été rencontrée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ContinueScriptingOnError" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ConvertUserDefinedDataTypesToBaseType">
			<summary>Obtient une valeur d'objet qui spécifie si les types de données définis par l'utilisateur sont convertis en types de données de base SQL Server plus appropriés dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ConvertUserDefinedDataTypesToBaseType" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DdlBodyOnly">
			<summary>Obtient un objet qui spécifie s'il faut écrire uniquement la définition de texte pour les objets DDL (Data Definition Language) qui ont un corps de texte, tels que les procédures stockées et les déclencheurs. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlBodyOnly" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DdlHeaderOnly">
			<summary>Obtient un objet qui spécifie s'il faut écrire uniquement les informations d'en-tête pour les objets DDL (Data Definition Language) qui ont un corps de texte, tels que les procédures stockées et les déclencheurs. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DdlHeaderOnly" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Default">
			<summary>Obtient une valeur d'objet qui spécifie si la création de l'objet référencé est incluse dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Default" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriAll">
			<summary>Obtient une valeur d'objet qui spécifie si les objets DRI sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAll" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriAllConstraints">
			<summary>Obtient une valeur d'objet qui spécifie si toutes les contraintes DRI sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllConstraints" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriAllKeys">
			<summary>Obtient une valeur d'objet qui spécifie si toutes les clés DRI (DriForeignKeys, DriPrimaryKey, DriUniqueKeys) sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriAllKeys" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriChecks">
			<summary>Obtient un objet qui spécifie si les relations de dépendance spécifiques aux colonnes définies dans les contraintes de validation auxquelles s'applique l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriChecks" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriClustered">
			<summary>Obtient un objet qui spécifie si les relations de dépendance définies dans les index cluster auxquels s'applique l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriClustered" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriDefaults">
			<summary>Obtient un objet qui spécifie si les relations de dépendance définies dans les valeurs par défaut auxquelles s'applique l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriDefaults" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriForeignKeys">
			<summary>Obtient un objet qui spécifie si les relations de dépendance définies dans les clés étrangères auxquelles s'applique l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriForeignKeys" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriIncludeSystemNames">
			<summary>Obtient une valeur d'objet qui spécifie si les noms de contrainte générés par le système et utilisés pour appliquer l'intégrité référentielle déclarative sont inclus dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIncludeSystemNames" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriIndexes">
			<summary>Obtient une valeur d'objet qui spécifie si les contraintes PRIMARY KEY qui utilisent un index unique pour implémenter l'intégrité référentielle déclarative sont incluses dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriIndexes" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriNonClustered">
			<summary>Obtient un objet qui spécifie si les relations de dépendance définies dans les index non cluster auxquels s'applique l'intégrité référentielle déclarative sont incluses dans le script. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriNonClustered" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriPrimaryKey">
			<summary>Obtient un objet qui spécifie si les relations de dépendance définies dans les clés primaires auxquelles s'applique l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriPrimaryKey" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriUniqueKeys">
			<summary>Obtient un objet qui spécifie si les relations de dépendance définies dans les clés uniques auxquelles s'applique l'intégrité référentielle déclarative sont incluses dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriUniqueKeys" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.DriWithNoCheck">
			<summary>Obtient une valeur d'objet qui spécifie si l'instruction NO CHECK est incluse dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.DriWithNoCheck" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.EnforceScriptingOptions">
			<summary>Obtient une valeur d'objet qui spécifie si toutes les options de script sont appliquées pour les objets basés sur le texte, tels que SchemaQualify.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.EnforceScriptingOptions" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ExtendedProperties">
			<summary>Obtient une valeur d'objet qui spécifie si les propriétés étendues de l'objet sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ExtendedProperties" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.FullTextCatalogs">
			<summary>Obtient une valeur d'objet qui spécifie si les catalogues de texte intégral sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextCatalogs" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.FullTextIndexes">
			<summary>Obtient une valeur d'objet qui spécifie si les index de recherche en texte intégral sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.FullTextIndexes" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.FullTextStopLists">
			<summary>Obtient une valeur d'objet qui spécifie si les listes de mots vides de texte intégral sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents full-text stop lists in scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeDatabaseContext">
			<summary>Obtient une valeur d'objet qui spécifie si le contenu de la base de données est inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeDatabaseContext" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeDatabaseRoleMemberships">
			<summary>Obtient la valeur de la propriété IncludeDatabaseRoleMemberships.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeFullTextCatalogRootPath">
			<summary>Obtient la valeur de la propriété IncludeFullTextCatalogRootPath.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeHeaders">
			<summary>Obtient un objet qui spécifie si le script généré est préfixé avec un en-tête qui contient des informations telles que la date et l'heure de génération.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeHeaders" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.IncludeIfNotExists">
			<summary>Obtient un objet qui spécifie s'il faut vérifier l'existence d'un objet avant de l'inclure dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.IncludeIfNotExists" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Indexes">
			<summary>Obtient un objet qui spécifie si les index sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ClusteredIndexes" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.LoginSid">
			<summary>Obtient une valeur d'objet qui spécifie si les assemblys sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.LoginSid" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoAssemblies">
			<summary>Obtient une valeur d'objet qui spécifie si les assemblys sont exclus du script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoAssemblies" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoCollation">
			<summary>Obtient une valeur d'objet qui spécifie s'il faut inclure la collection dans le script généré si le serveur exécute SQL Server 7.0 ou une version ultérieure.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCollation" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoCommandTerminator">
			<summary>Obtient une valeur d'objet qui spécifie si les instructions Transact-SQL individuelles sont délimitées dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoCommandTerminator" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoExecuteAs">
			<summary>Obtient un objet qui spécifie si les options EXECUTE AS des procédures stockées et les fonctions définies par l'utilisateur sont incluses dans le script.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoExecuteAs" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoFileGroup">
			<summary>Obtient une valeur d'objet qui spécifie s'il faut inclure la clause « ON &lt;filegroup&gt; » dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileGroup" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoFileStream">
			<summary>Obtient un objet qui spécifie s'il faut inclure la clause FILESTREAM_ON lorsque vous créez des colonnes <see cref="T:Microsoft.SqlServer.Management.Smo.DataType.VarBinaryMax" /> dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileStreamColumn" /> value in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoFileStreamColumn">
			<summary>Obtient un objet qui spécifie s'il faut inclure la clause FILESTREAM_ON lorsque vous créez des colonnes <see cref="T:Microsoft.SqlServer.Management.Smo.DataType.VarBinaryMax" /> dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoFileStreamColumn" /> value in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoIdentities">
			<summary>Obtient un objet qui spécifie si les définitions de la valeur initiale et de la valeur d'incrément de la propriété identity sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIdentities" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoIndexPartitioningSchemes">
			<summary>Obtient une valeur d'objet qui spécifie si les schémas de partition des index sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoIndexPartitioningSchemes" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoMailProfileAccounts">
			<summary>Obtient une valeur d'objet qui spécifie si les comptes de messagerie référencés par les profils de messagerie sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfileAccounts" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoMailProfilePrincipals">
			<summary>Obtient une valeur d'objet qui spécifie si les principaux référencés par les profils de messagerie sont exclus du script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoMailProfilePrincipals" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NonClusteredIndexes">
			<summary>Obtient une valeur d'objet qui spécifie si les index non cluster sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NonClusteredIndexes" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoTablePartitioningSchemes">
			<summary>Obtient une valeur d'objet qui spécifie si les schémas de partition des tables sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoTablePartitioningSchemes" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoVardecimal">
			<summary>Obtient la valeur de la propriété NoVardecimal.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoViewColumns">
			<summary>Obtient une valeur d'objet qui spécifie s'il faut inclure les colonnes spécifiées pour une vue.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.NoViewColumns" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.NoXmlNamespaces">
			<summary>Obtient une valeur d'objet qui spécifie si les espaces de noms XML sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the no XML namespaces option that can be included in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.OptimizerData">
			<summary>Obtient un objet qui spécifie si les données de l'optimiseur de script pour les objets référencés sont incluses dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.OptimizerData" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Permissions">
			<summary>Obtient une valeur d'objet qui spécifie si toutes les autorisations sont incluses dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Permissions" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.PrimaryObject">
			<summary>Obtient une valeur d'objet qui spécifie si la création de l'objet référencé est incluse dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.PrimaryObject" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.SchemaQualify">
			<summary>Obtient une valeur d'objet qui spécifie si le script contient un objet sans schéma. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualify" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.SchemaQualifyForeignKeysReferences">
			<summary>Obtient une valeur d'objet qui spécifie si les tables sans schéma référencées par une clé étrangère sont incluses dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.SchemaQualifyForeignKeysReferences" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ScriptBatchTerminator">
			<summary>Obtient la valeur de la propriété ScriptBatchTerminator.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ScriptData">
			<summary>Obtient la valeur de la propriété ScriptData.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ScriptDataCompression">
			<summary>Obtient une valeur d'objet qui spécifie si la création de l'objet référencé est incluse dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents script data compression in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ScriptOwner">
			<summary>Obtient une valeur d'objet qui spécifie si la création de l'objet référencé est incluse dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the script owner in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ScriptSchema">
			<summary>Obtient la valeur de la propriété ScriptSchema.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Statistics">
			<summary>Obtient une valeur d'objet qui spécifie si les statistiques sont générées pour toutes les tables ou les vues incluses dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Statistics" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.TimestampToBinary">
			<summary>Obtient un objet qui spécifie s'il faut convertir les types de données timestamp en types de données binaires (8) pour le script de création d'une table ou d'un type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.TimestampToBinary" />in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.ToFileOnly">
			<summary>Obtient une valeur d'objet qui spécifie s'il faut retourner uniquement un fichier ou s'il faut également générer une sortie de chaîne. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.ToFileOnly" />d in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.Triggers">
			<summary>Obtient une valeur d'objet qui spécifie s'il faut inclure la définition des déclencheurs dans le script généré. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.Triggers" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.WithDependencies">
			<summary>Obtient une valeur d'objet qui spécifie s'il faut inclure tous les objets dépendants dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.WithDependencies" /> in the scripting options.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptOption.XmlIndexes">
			<summary>Obtient une valeur d'objet qui spécifie si les index XML sont inclus dans le script généré.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptOption" /> object that represents <see cref="P:Microsoft.SqlServer.Management.Smo.ScriptingOptions.XmlIndexes" /> in the scripting options.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase" /> est une classe de base héritée par les classes qui peuvent utiliser un autre nom dans les opérations de script. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase.ResetDesignModeScriptingOptions(Microsoft.SqlServer.Management.Smo.ScriptingOptions@)">
			<summary>Réinitialise des options comme spécifié par le paramètre options.</summary>
			<param name="options">A reference to a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase.StoreConstraintsFlags(Microsoft.SqlServer.Management.Smo.ScriptingOptions@)">
			<summary>Stocke des indicateurs de contraintes comme spécifié par le paramètre options.</summary>
			<param name="options">A reference to a <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase.Name">
			<summary>Obtient ou définit le nom de la base d'objet de schéma.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase.Schema">
			<summary>Obtient ou définit le schéma.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Server">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> représente une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Server" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.#ctor(Microsoft.SqlServer.Management.Common.ServerConnection)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> en fonction de la connexion spécifiée.</summary>
			<param name="serverConnection">A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object value that specifies the connection to the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> avec le nom spécifié.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Alter(System.Boolean)">
			<summary>Met à jour toute les modifications apportées aux propriétés de l'objet Server sur l'instance de SQL Server avec l'option permettant de remplacer la vérification des valeurs.</summary>
			<param name="overrideValueChecking">A Boolean value that specifies whether to override validation of the <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object property values</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.AttachDatabase(System.String,System.Collections.Specialized.StringCollection)">
			<summary>Joint une base de données existante composée d'un ou plusieurs fichiers à l'instance de SQL Server avec le nom spécifié et à l'aide des fichiers de données spécifiés. </summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database to be attached. </param>
			<param name="files">A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list database files.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.AttachDatabase(System.String,System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.AttachOptions)">
			<summary>Joint une base de données existante composée d'un ou plusieurs fichiers à l'instance de SQL Server qui a le nom spécifié, à l'aide des fichiers de données et des options de pièces jointes spécifiés. </summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database to be attached. </param>
			<param name="files">A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list database files.</param>
			<param name="attachOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.AttachOptions" /> object value that contains the attachment options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.AttachDatabase(System.String,System.Collections.Specialized.StringCollection,System.String)">
			<summary>Joint une base de données existante composée d'un ou plusieurs fichiers à l'instance de SQL Server avec le nom spécifié et à l'aide des fichiers de données spécifiés. </summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database to be attached. </param>
			<param name="files">A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list database files.</param>
			<param name="owner">A <see cref="T:System.String" /> value that specifies the new owner of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.AttachDatabase(System.String,System.Collections.Specialized.StringCollection,System.String,Microsoft.SqlServer.Management.Smo.AttachOptions)">
			<summary>Joint une base de données existante composée d'un ou plusieurs fichiers à l'instance de SQL Server en utilisant le nom, les fichiers de données et les options de pièces jointes spécifiés. </summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database to be attached. </param>
			<param name="files">A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list database files.</param>
			<param name="owner">A <see cref="T:System.String" /> value that specifies the new owner of the database.</param>
			<param name="attachOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.AttachOptions" /> object value that contains the attachment options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.CompareUrn(Microsoft.SqlServer.Management.Sdk.Sfc.Urn,Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Compare deux URN.</summary>
			<returns>A System.Int32 value that is 0 when the URN values relate to the same SQL Server object, and -1 when they do not relate to the same object.</returns>
			<param name="urn1"><see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /></param>
			<param name="urn2"><see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DeleteBackupHistory(System.DateTime)">
			<summary>Supprime l'historique de sauvegarde pour cette instance de SQL Server jusqu'à la date et l'heure spécifiées.</summary>
			<param name="oldestDate">A <see cref="T:System.DateTime" /> system object value that specifies the date and time before which to delete the backup history.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DeleteBackupHistory(System.Int32)">
			<summary>Supprime l'historique de sauvegarde du jeu de médias spécifié.</summary>
			<param name="mediaSetId">An <see cref="T:System.Int32" /> value that specifies the index number of the media set for which the backup history is deleted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DeleteBackupHistory(System.String)">
			<summary>Supprime l'historique de sauvegarde de la base de données spécifiée.</summary>
			<param name="database">A <see cref="T:System.String" /> value that specifies the name of the database for which the backup history is deleted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabasePermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the instance of SQL Server.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the instance of SQL Server.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Deny(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the instance of SQL Server.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DetachDatabase(System.String,System.Boolean)">
			<summary>Détache la base de données spécifiée de l'instance de SQL Server avec l'option de mettre à jour les statistiques avant que la base de données soit détachée.</summary>
			<param name="databaseName">A <see cref="T:System.String" /> value that specifies the name of the database to be detached.</param>
			<param name="updateStatistics">A <see cref="T:System.Boolean" /> value that specifies whether to update the statistics for the database before detaching it.If True, statistics are updated.If False, statistics are not updated.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DetachDatabase(System.String,System.Boolean,System.Boolean)">
			<summary>Détache la base de données spécifiée de l'instance de SQL Server avec l'option de mettre à jour les statistiques avant que la base de données soit détachée.</summary>
			<param name="databaseName">A <see cref="T:System.String" /> value that specifies the name of the database to be detached.</param>
			<param name="updateStatistics">A <see cref="T:System.Boolean" /> value that specifies whether to update the statistics for the database before detaching it.If True, statistics are updated.If False, statistics are not updated.</param>
			<param name="removeFulltextIndexFile">A <see cref="T:System.Boolean" /> value that specifies whether to remove a full-text index file before detaching the database.If True, the full-text index file is removed.If False, the full-text index file is not removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.DetachedDatabaseInfo(System.String)">
			<summary>Retourne les informations d'un fichier de base de données détaché.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about a detached database file. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionDatabaseName<see cref="T:System.String" />The name of the database.DatabaseVersion<see cref="T:System.String" />The version of the database.Collation<see cref="T:System.String" />The number of the collation that is used with the database.</returns>
			<param name="mdfName">A <see cref="T:System.String" /> value that specifies the detached database file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumActiveCurrentSessionTraceFlags">
			<summary>Obtient des indicateurs de session active comme un DataTable.</summary>
			<returns><see cref="T:System.Data.DataTable" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumActiveGlobalTraceFlags">
			<summary>Obtient un DataTable qui contient des indicateurs de trace globaux actifs.</summary>
			<returns><see cref="T:System.Data.DataTable" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumAvailableMedia">
			<summary>Énumère les médias qui sont visibles à l'instance de SQL Server sur le réseau local.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the available media information. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the drive.LowFree<see cref="T:System.Int32" />The low order double word of available media resource.HighFree<see cref="T:System.Int32" />The high order double word of available media resourceMediaTypes<see cref="T:System.Int32" />The media type. See <see cref="T:Microsoft.SqlServer.Management.Smo.MediaTypes" />.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumAvailableMedia(Microsoft.SqlServer.Management.Smo.MediaTypes)">
			<summary>Énumère les médias qui sont visibles à l'instance de SQL Server sur le réseau local en fonction du type de média spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the available media information. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the drive.LowFree<see cref="T:System.Int32" />The low order double word of available media resource.HighFree<see cref="T:System.Int32" />The high order double word of available media resourceMediaTypes<see cref="T:System.Int32" />The media type. See <see cref="T:Microsoft.SqlServer.Management.Smo.MediaTypes" />.</returns>
			<param name="media">A <see cref="T:Microsoft.SqlServer.Management.Smo.MediaTypes" /> object value that specifies the type of media to which the results are limited.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumCollations">
			<summary>Énumère les classements pris en charge par l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the collation information. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Urn<see cref="T:System.String" />The URN string that identifies the collation. Name<see cref="T:System.String" />The name of the collation. See fn_helpcollations (Transact-SQL).CodePage<see cref="T:System.Int32" />The code page of the collation. See Collation and Code Page Architecture.LocaleID<see cref="T:System.Int32" />The locale of the collation. See sys.syslanguages (Transact-SQL).ComparisonStyle<see cref="T:System.Int32" />The comparison style made up of the sum of the following styles, Case insensitivity = 1, Accent insensitivity = 2, Kana type insensitivity = 64436, Width insensitivity = 131072.Description<see cref="T:System.String" />The description of the collation.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDatabaseMirrorWitnessRoles">
			<summary>Énumère les rôles témoins de la mise en miroir de bases de données.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the database mirror witness role information.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDatabaseMirrorWitnessRoles(System.String)">
			<summary>Énumère les rôles témoins de la mise en miroir pour la base de données spécifiée.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the database mirror witness role information.</returns>
			<param name="database">A <see cref="T:System.String" /> value that specifies database for which to return mirror witness roles information.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDetachedDatabaseFiles(System.String)">
			<summary>Énumère les fichiers de base de données détachés.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of detached database file names.</returns>
			<param name="mdfName">A <see cref="T:System.String" /> value that specifies the file name for which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDetachedLogFiles(System.String)">
			<summary>Énumère les fichiers journaux détachés.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of detached log file names.</returns>
			<param name="mdfName">A <see cref="T:System.String" /> value that specifies the file name for which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumDirectories(System.String)">
			<summary>Énumère les répertoires correspondants au chemin d'accès spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of directories relative to the specified path. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the directory relative to the specified path.</returns>
			<param name="path">A <see cref="T:System.String" /> value that specifies an operating system path.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumErrorLogs">
			<summary>Énumère les fichiers journaux des erreurs SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of SQL Server error log files. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Urn<see cref="T:System.String" />The URN string that identifies the error log. "Server[@Name='MYSERVER']/ErrorLog[@ArchiveNo='2']".Name<see cref="T:System.String" />The name of the error log file.Archive Number<see cref="T:System.Int32" />The archive number that denotes the chronological sequence that the error log was created. 0 for the most recent error log, and 1 is the next most recent.Create Date<see cref="T:System.DateTime" />The date and time when the error log was created.Size<see cref="T:System.Int32" />The size of the error log file in bytes.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumLocks">
			<summary>Énumère les verrous actifs maintenus sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of current locks held by the specified process on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description RequestorSpid<see cref="T:System.Int32" />The SQL Server process ID that uniquely identifies the process requesting the lock.LockType<see cref="T:System.String" />The type of lock. See req_mode in sys.syslockinfo (Transact-SQL).Database<see cref="T:System.String" />The name of the database that contains the lock.Schema<see cref="T:System.String" />The schema of the locked resource.Table<see cref="T:System.String" />The table that contains the lock.Index<see cref="T:System.String" />The index that contains the lock.Status<see cref="T:System.Int32" />The status of the lock. 1 for Grant, 2 for Convert, and 3 for Wait.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumLocks(System.Int32)">
			<summary>Énumère les verrous actifs maintenus par le processus spécifié sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of current locks held by the specified process on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description RequestorSpid<see cref="T:System.Int32" />The SQL Server process ID that uniquely identifies the process requesting the lock.LockType<see cref="T:System.String" />The type of lock. See req_mode in sys.syslockinfo (Transact-SQL).Database<see cref="T:System.String" />The name of the database that contains the lock.Schema<see cref="T:System.String" />The schema of the locked resource.Table<see cref="T:System.String" />The table that contains the lock.Index<see cref="T:System.String" />The index that contains the lock.Status<see cref="T:System.Int32" />The status of the lock. 1 for Grant, 2 for Convert, and 3 for Wait.</returns>
			<param name="processId">An <see cref="T:System.Int32" /> value that specifies the system ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumMembers(Microsoft.SqlServer.Management.Smo.RoleTypes)">
			<summary>Énumère les membres des rôles serveur et des rôles de base de données sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list of members and the roles to which they belong. </returns>
			<param name="roleType">A <see cref="T:Microsoft.SqlServer.Management.Smo.RoleTypes" /> object value that specifies the type of role of which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets sur l'instance de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the instance of SQL Server. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur l'instance de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the instance of SQL Server. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur l'instance d'application de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur l'instance de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters">
			<summary>Énumère les compteurs de performance pris en charge par l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description ObjectName<see cref="T:System.String" />The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String" />The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String" />The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters(System.String)">
			<summary>Énumère les compteurs de performance pris en charge par l'instance de SQL Server pour un objet spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description ObjectName<see cref="T:System.String" />The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String" />The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String" />The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the object on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters(System.String,System.String)">
			<summary>Énumère les compteurs de performance pris en charge par l'instance de SQL Server pour un objet spécifié et un compteur spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description ObjectName<see cref="T:System.String" />The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String" />The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String" />The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the object on which to limit the results.</param>
			<param name="counterName">A <see cref="T:System.String" /> value that specifies the counter name on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumPerformanceCounters(System.String,System.String,System.String)">
			<summary>Énumère les compteurs de performance pris en charge par l'instance de SQL Server pour un objet spécifié, pour un compteur spécifié et sur l'instance spécifiée de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of performance counters supported by the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description ObjectName<see cref="T:System.String" />The name of the performance counter object. The SqlServer.ExecStatistics object, for example.CounterName<see cref="T:System.String" />The name of the performance counter. The Distributed Query counter, for example.InstanceName<see cref="T:System.String" />The name of the measurement to be taken. The Exec started per second instance, for example.</returns>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the object on which to limit the results.</param>
			<param name="counterName">A <see cref="T:System.String" /> value that specifies the counter name on which to limit the results.</param>
			<param name="instanceName">A <see cref="T:System.String" /> value that specifies the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses">
			<summary>Énumère les processus qui s'exécutent sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of processes running on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Urn<see cref="T:System.String" />The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String" />The name of the process.Spid<see cref="T:System.Int32" />The SQL Server process ID that uniquely identifies the process, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String" />The login running the process.Host<see cref="T:System.String" />The name of the computer on which the process is running.Status<see cref="T:System.String" />The status of the process. Running and sleeping, for example.Command<see cref="T:System.String" />The command currently being executed.Database<see cref="T:System.String" />The database is which the process is running.Cpu<see cref="T:System.Int32" />The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32" />The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16" />The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean" />The value that specifies whether the process is a system process or not.Program<see cref="T:System.String" />The name of the program the process ExecutionContextID<see cref="T:System.Int16" />The ID value that uniquely identifies the execution context under which the process is running.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses(System.Boolean)">
			<summary>Énumère les processus qui s'exécutent sur l'instance de SQL Server avec l'option permettant d'exclure les processus système.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of processes running on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Urn<see cref="T:System.String" />The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String" />The name of the process.Spid<see cref="T:System.Int32" />The SQL Server process ID that uniquely identifies the process, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String" />The login running the process.Host<see cref="T:System.String" />The name of the computer on which the process is running.Status<see cref="T:System.String" />The status of the process. Running and sleeping, for example.Command<see cref="T:System.String" />The command currently being executed.Database<see cref="T:System.String" />The database is which the process is running.Cpu<see cref="T:System.Int32" />The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32" />The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16" />The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean" />The value that specifies whether the process is a system process or not.Program<see cref="T:System.String" />The name of the program the process ExecutionContextID<see cref="T:System.Int16" />The ID value that uniquely identifies the execution context under which the process is running.</returns>
			<param name="excludeSystemProcesses">A <see cref="T:System.Boolean" /> value that specifies whether to include system processes in the results.If True, system processes are excluded.If False, system processes are included.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses(System.Int32)">
			<summary>Énumère les informations relatives au processus spécifié. </summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of processes running on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Urn<see cref="T:System.String" />The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String" />The name of the process.Spid<see cref="T:System.Int32" />The SQL Server process ID that uniquely identifies the process. For more information, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String" />The login running the process.Host<see cref="T:System.String" />The name of the computer on which the process is running.Status<see cref="T:System.String" />The status of the process, such as. running or sleeping.Command<see cref="T:System.String" />The command currently being executed.Database<see cref="T:System.String" />The database is which the process is running.Cpu<see cref="T:System.Int32" />The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32" />The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16" />The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean" />The value that specifies whether the process is a system process or not.Program<see cref="T:System.String" />The name of the program the process ExecutionContextID<see cref="T:System.Int16" />The ID value that uniquely identifies the execution context under which the process is running.</returns>
			<param name="processId">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumProcesses(System.String)">
			<summary>Énumère les processus qui s'exécutent sur l'instance de SQL Server et qui sont associés à la connexion spécifiée.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of processes running on the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Urn<see cref="T:System.String" />The URN string that represents the process. "Server[@Name='PCNAME']/Process[@Spid='51']", for example.Name<see cref="T:System.String" />The name of the process.Spid<see cref="T:System.Int32" />The SQL Server process ID that uniquely identifies the process. For more information, see sys.sysprocesses (Transact-SQL).Login<see cref="T:System.String" />The login running the process.Host<see cref="T:System.String" />The name of the computer on which the process is running.Status<see cref="T:System.String" />The status of the process. Running and sleeping, for example.Command<see cref="T:System.String" />The command currently being executed.Database<see cref="T:System.String" />The database is which the process is running.Cpu<see cref="T:System.Int32" />The cumulative time taken by the process in seconds. See sys.sysprocesses (Transact-SQL).MemUsage<see cref="T:System.Int32" />The number of pages in the procedure cache that are currently allocated to the process. A negative number indicates that the process is freeing up memory allocated by another process.BlockingSpid<see cref="T:System.Int16" />The SQL Server procedure ID of the procedure that is blocking the referenced procedure..IsSystem<see cref="T:System.Boolean" />The value that specifies whether the process is a system process or not.Program<see cref="T:System.String" />The name of the program the process ExecutionContextID<see cref="T:System.Int16" />The ID value that uniquely identifies the execution context under which the process is running.</returns>
			<param name="loginName">A <see cref="T:System.String" /> value that specifies the login associated with the processes running on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerAttributes">
			<summary>Énumère les attributs de serveur de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of server attributes for the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description attribute_id<see cref="T:System.Int32" />The ID value that uniquely identifies the attribute.attribute_name<see cref="T:System.String" />The name of the attribute.attribute_value<see cref="T:System.String" />The current setting of the attribute.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions">
			<summary>Énumère les autorisations de serveur de l'instance de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo" /> objects that contains server permission information for the instance of SQL Server. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions(Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Énumère les autorisations de serveur pour une autorisation spécifiée sur l'instance de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo" /> objects that contains server permission information for the specified permission on the instance of SQL Server. </returns>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions(System.String)">
			<summary>Énumère les autorisations de serveur pour un bénéficiaire spécifié sur l'instance de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo" /> objects that contains server permission information for the specified grantee on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumServerPermissions(System.String,Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Énumère les autorisations de serveur pour un bénéficiaire spécifié et pour une autorisation spécifiée sur l'instance de SQL Server.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo" /> objects that contains server permission information for the specified grantee and permission on the instance of SQL Server. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumStartupProcedures">
			<summary>Énumère les procédures de démarrage.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list startup procedures for the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the startup procedure.Schema<see cref="T:System.String" />The schema associated with the startup procedure.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsDomainGroups">
			<summary>Énumère les comptes du groupe Windows Microsoft définis sur un domaine. </summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of Windows group accounts for the specified domain. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the Windows Domain group.Description<see cref="T:System.String" />A description of the Windows Domain group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsDomainGroups(System.String)">
			<summary>Énumère les comptes du groupe Windows Microsoft définis pour le domaine spécifié. </summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of Windows group accounts for the specified domain. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the Windows Domain group.Description<see cref="T:System.String" />A description of the Windows Domain group.</returns>
			<param name="domain">A <see cref="T:System.String" /> value that specifies the domain on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsGroupInfo">
			<summary>Énumère les informations relatives à tous les groupes Windows Microsoft qui ont des droits d'accès explicites à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of Windows groups that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description account name<see cref="T:System.String" />The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String" />The type of user. This specifies whether the user is an individual account or a group account.privilege<see cref="T:System.String" />The privilege level assigned to the Windows NT group.mapped login name<see cref="T:System.String" />The SQL Server login account to which the Windows NT group is mapped.permission path<see cref="T:System.String" />The permission path for the Windows NT group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsGroupInfo(System.String)">
			<summary>Énumère les informations relatives à tous les groupes Windows Microsoft qui ont des droits d'accès explicites à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of Windows groups that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description account name<see cref="T:System.String" />The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String" />The type of user. This specifies whether the user is an individual account or a group account.privilege<see cref="T:System.String" />The privilege level assigned to the Windows NT group.mapped login name<see cref="T:System.String" />The SQL Server login account to which the Windows NT group is mapped.permission path<see cref="T:System.String" />The permission path for the Windows NT group.</returns>
			<param name="group">A <see cref="T:System.String" /> value that specifies a Windows group on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsGroupInfo(System.String,System.Boolean)">
			<summary>Énumère les informations relatives à tous les groupes Windows Microsoft qui ont des droits d'accès explicites à l'instance de SQL Server avec l'option permettant de répertorier les membres individuels.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of Windows groups that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description account name<see cref="T:System.String" />The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String" />The type of user. This specifies whether the user is an individual account or a group account.privilege<see cref="T:System.String" />The privilege level assigned to the Windows NT group.mapped login name<see cref="T:System.String" />The SQL Server login account to which the Windows NT group is mapped.permission path<see cref="T:System.String" />The permission path for the Windows NT group.</returns>
			<param name="group">A <see cref="T:System.String" /> value that specifies a Windows group on which to limit the results.</param>
			<param name="listMembers">A <see cref="T:System.Boolean" /> value that specifies whether to list the members of the Windows group that has been granted access to the instance of SQL Server.If True, the individual members are listed.If False, the individual members are not listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsUserInfo">
			<summary>Énumère les informations relatives à tous les utilisateurs Windows Microsoft qui ont des droits d'accès explicites à SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of Windows users that have explicitly granted access to the instance of SQL Server.The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description account name<see cref="T:System.String" />The name of the Windows NT user. type<see cref="T:System.String" />The type of user. This specifies whether the user is an individual account or a group account.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsUserInfo(System.String)">
			<summary>Énumère les informations relatives à tous les utilisateurs Windows Microsoft qui ont des droits d'accès explicites à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of Windows users that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description account name<see cref="T:System.String" />The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String" />The type of user. This specifies whether the user is an individual account or a group account.</returns>
			<param name="account">A <see cref="T:System.String" /> value that specifies a Windows user account on which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.EnumWindowsUserInfo(System.String,System.Boolean)">
			<summary>Énumère les informations relatives à tous les utilisateurs Windows Microsoft qui ont des droits d'accès explicites à l'instance de SQL Server avec l'option permettant de répertorier tous les chemins d'accès d'autorisation (groupes) via lesquels l'utilisateur peut accéder à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of Windows users that have explicitly granted access to the instance of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description account name<see cref="T:System.String" />The name of the Windows NT user. NT AUTHORITY\SYSTEM, for example.type<see cref="T:System.String" />The type of user. This specifies whether the user is an individual account or a group account.</returns>
			<param name="account">A <see cref="T:System.String" /> value that specifies a Windows user account on which to limit the results.</param>
			<param name="listPermissionPaths">A <see cref="T:System.Boolean" /> value that specifies whether to list the all the permissions paths (other groups) through which the user has been granted access to the instance of SQL Server.If True, the permissions paths are listed.If False, the permissions paths are not listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetActiveDBConnectionCount(System.String)">
			<summary>Retourne le nombre de connexions actives pour la base de données spécifiée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of active connections for the specified database.</returns>
			<param name="dbName">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetDefaultInitFields(System.Type)">
			<summary>Retourne les types des propriétés initialisées par défaut lorsque l'objet spécifié est initialisé.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object that contains a list of property types that are initialized by default when the specified object is initialized.</returns>
			<param name="typeObject">A <see cref="T:System.Type" /> system object that specifies the type of object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetPropertyNames(System.Type)">
			<summary>Retourne les noms des propriétés initialisées pour le type d'objet spécifié</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object that contains a list property names for the specified object.</returns>
			<param name="typeObject">A <see cref="T:System.Type" /> system object that specifies the type of object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetSmoObject(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Obtient un SqlSmoObject spécifié par un URN.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /></returns>
			<param name="urn"><see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.GetStringComparer(System.String)">
			<summary>Obtient une interface IComparer.</summary>
			<returns><see cref="T:System.Collections.IComparer" /></returns>
			<param name="collationName"><see cref="T:System.String" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the instance of SQL Server.If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of SQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the instance of SQL Server. If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of SQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur l'instance de SQL Server, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the instance of SQL Server.If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of SQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of SQL Server. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the instance of SQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Grant(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur l'instance de SQL Server, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the instance of SQL Server.If True, the grantee is given the ability to grant the specified set of permissions to other users on the instance of SQL Server.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the instance of SQL Server. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the instance of SQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.IsDetachedPrimaryFile(System.String)">
			<summary>Vérifie si le fichier spécifié est un fichier de base de données primaire (.mdf).</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the data file is a primary database file.If True, the data file is a primary database file.If False, the data file is not a primary database file.</returns>
			<param name="mdfName">A <see cref="T:System.String" /> value that specifies the name of the data file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.IsWindowsGroupMember(System.String,System.String)">
			<summary>Vérifie si le compte d'utilisateur Windows Microsoft spécifié est membre du groupe Windows spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Windows user account is a member of the Windows group.If True, the Windows user account is a member of the Windows group.If False, the Windows user account is not a member of the Windows group.</returns>
			<param name="windowsGroup">A <see cref="T:System.String" /> value that specifies the Windows group.</param>
			<param name="windowsUser">A <see cref="T:System.String" /> value that specifies the Windows user account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.KillAllProcesses(System.String)">
			<summary>Arrête le tous les processus sur la base de données spécifiée.</summary>
			<param name="databaseName">An <see cref="T:System.String" /> that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.KillDatabase(System.String)">
			<summary>Supprime la base de données spécifiée et toute connexion active.</summary>
			<param name="database">A <see cref="T:System.String" /> value that specifies the name of the database.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.KillProcess(System.Int32)">
			<summary>Arrête le processus spécifié.</summary>
			<param name="processId">An <see cref="T:System.Int32" /> that specifies the system ID value that uniquely identifies the process.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.PingSqlServerVersion(System.String)">
			<summary>Obtient le numéro de version de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the instance of SQL Server.</returns>
			<param name="serverName">A <see cref="T:System.String" /> value that specifies the name of the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.PingSqlServerVersion(System.String,System.String,System.String)">
			<summary>Obtient le numéro de version de l'instance spécifiée de SQL Server à l'aide du nom d'utilisateur et du mot de passe spécifiés pour l'accès.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the instance of SQL Server.</returns>
			<param name="serverName">A <see cref="T:System.String" /> value that specifies the name of the instance of SQL Server.</param>
			<param name="login">A <see cref="T:System.String" /> value that specifies the login</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the login password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.ReadErrorLog">
			<summary>Énumère le journal des erreurs SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains an enumerated list of errors from the SQL Server error log.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.ReadErrorLog(System.Int32)">
			<summary>Énumère le journal des erreurs SQL Server spécifié.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains an enumerated list of errors from the specified SQL Server error log.</returns>
			<param name="logNumber">An <see cref="T:System.Int32" /> value that specifies the index number of the error log required. Error logs are listed 0 through 9 where 0 is the current error log and 9 is the oldest.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Refresh">
			<summary>Actualise les objets et les propriétés sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur l'instance de SQL Server.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur l'instance de SQL Server et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of SQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé aux bénéficiaires sur l'instance de SQL Server et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of SQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur l'instance de SQL Server et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the instance of SQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the instance of SQL Server.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of SQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the instance of SQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Revoke(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé aux bénéficiaires sur l'instance de SQL Server et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the instance of SQL Server.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the instance of SQL Server.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the instance of SQL Server.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the instance of SQL Server.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the instance of SQL Server. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le serveur.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list of Transact-SQL statements in the script.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le serveur à l'aide des options de script spécifiées.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> object value that contains a list of Transact-SQL statements in the script.</returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Boolean)">
			<summary>Spécifie que toutes les propriétés sont extraites lorsque les objets sont instanciés. </summary>
			<param name="allFields">A <see cref="T:System.Boolean" /> value that specifies whether all the properties are fetched when objects are instantiated.If True, all the properties are fetched when objects are instantiated.If False, all objects are set to default behavior.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Type,System.Boolean)">
			<summary>Spécifie que toutes les propriétés sont extraites lorsque les objets du type spécifié sont instanciés. </summary>
			<param name="typeObject">A <see cref="T:System.Type" /> system object value that specifies the type of object.</param>
			<param name="allFields">A <see cref="T:System.Boolean" /> value that specifies whether all the properties are fetched when objects are instantiated.If True, all the properties are fetched when objects are instantiated.If False, all objects are set to default behavior.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Type,System.String[])">
			<summary>Spécifie les propriétés qui sont extraites lorsque les objets du type spécifié sont instanciés. </summary>
			<param name="typeObject">A <see cref="T:System.Type" /> system object value that specifies the type of object.</param>
			<param name="fields">A <see cref="T:System.String" /> array value that specifies the property fields that are to be fetched when the object is initialized.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetDefaultInitFields(System.Type,System.Collections.Specialized.StringCollection)">
			<summary>Spécifie les propriétés qui sont extraites lorsque les objets du type spécifié sont instanciés. </summary>
			<param name="typeObject">A <see cref="T:System.Type" /> system object value that specifies the type of object.</param>
			<param name="fields">A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that specifies the property fields that are to be fetched when the object is initialized.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Server.SetTraceFlag(System.Int32,System.Boolean)">
			<summary>Définit un indicateur de trace.</summary>
			<param name="number"><see cref="T:System.Int32" /></param>
			<param name="isOn"><see cref="T:System.Boolean" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ActiveDirectory">
			<summary>Obtient les informations relatives aux paramètres Active Directory pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory" /> object that specifies the Active Directory settings for the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.AffinityInfo">
			<summary>Obtient l'objet <see cref="P:Microsoft.SqlServer.Management.Smo.Server.AffinityInfo" /> associé à une instance de SQL Server.</summary>
			<returns>The <see cref="T:Microsoft.SqlServer.Management.Smo.AffinityInfo" /> object for specified instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.AuditLevel">
			<summary>Obtient ou définit la valeur de la propriété AuditLevel.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.AuditLevel" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Audits">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Audit" /> représente un journal d'audit défini sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.AuditCollection" /> object that represents all the audit logs defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BackupDevices">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDevice" /> représente une unité de sauvegarde définie sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.BackupDeviceCollection" /> object that represents all the backup devices defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BackupDirectory">
			<summary>Obtient ou définit la valeur de la propriété BackupDirectory.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BrowserServiceAccount">
			<summary>Obtient le compte de service sous lequel le service Browser s'exécute sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> object that specifies the SQL Server Browser service account on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BrowserStartMode">
			<summary>Obtient le mode de démarrage du service SQL Server Browser qui s'exécute sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> object that specifies the start mode for the SQL Server Browser Service running on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BuildClrVersion">
			<summary>Obtient la valeur de la propriété BuildClrVersion.</summary>
			<returns>Version object. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BuildClrVersionString">
			<summary>Obtient la valeur de la propriété BuildClrVersionString.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.BuildNumber">
			<summary>Obtient la valeur de la propriété BuildNumber.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Collation">
			<summary>Obtient la valeur de la propriété Collation.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.CollationID">
			<summary>Obtient la valeur de la propriété CollationID.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ComparisonStyle">
			<summary>Obtient la valeur de la propriété ComparisonStype.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ComputerNamePhysicalNetBIOS">
			<summary>Obtient la valeur de la propriété ComputerNamePhysicalNetBIOS.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Configuration">
			<summary>Reçoit les options de configuration de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Configuration" /> object that specifies the configuration options for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ConnectionContext">
			<summary>Obtient les détails de la connexion au serveur actif pour l'instance de SQL Server. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object that specifies the details of the current connection to the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Credentials">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Credential" /> représente des informations d'identification définies sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CredentialCollection" /> object that represents all the credentials defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.CryptographicProviders">
			<summary>Obtient la valeur de la propriété CryptographicProviders.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.CryptographicProviderCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Databases">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Database" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> représente une base de données définie sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseCollection" /> object that represents all the databases defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.DefaultFile">
			<summary>Obtient ou définit la valeur de la propriété DefaultFile.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.DefaultLog">
			<summary>Obtient ou définit la valeur de la propriété DefaultLog.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.DefaultTextMode">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le mode texte par défaut est défini pour l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the default text mode is set for the instance of SQL Server.If True, the default text mode is set to True. Otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Edition">
			<summary>Obtient la valeur de la propriété Edition.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Endpoints">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Endpoint" /> représente un point de terminaison défini sur l'instance de SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointCollection" /> object that represents all the endpoints defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.EngineEdition">
			<summary>Obtient la valeur de la propriété EngineEdition.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.Edition" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ErrorLogPath">
			<summary>Obtient la valeur de la propriété ErrorLogPath.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Events">
			<summary>Obtient les événements de serveur associés à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvents" /> object that represents the server events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.FilestreamLevel">
			<summary>Obtient le niveau d'accès FILESTREAM spécifié sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Managmement.Smo.StreamAccessLevel" /> object that specifies what types of streaming access are enabled on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.FilestreamShareName">
			<summary>Obtient le nom de partage Windows où les données FILESTREAM sont stockées sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> object that specifies the Windows share name where FILESTREAM data is stored on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.FullTextService">
			<summary>Obtient l'implémentation du service de recherche en texte intégral Microsoft pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextService" /> object that specifies the full-text service implementation on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Information">
			<summary>Obtient les informations relatives à l'instance de SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Information" /> object that specifies information about the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.InstallDataDirectory">
			<summary>Obtient le répertoire Windows local où les données d'installation sont stockées pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> object that specifies the local directory where the installation data is stored for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.InstallSharedDirectory">
			<summary>Obtient le répertoire partagé distant où les données d'installation sont stockées pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> object that specifies the remote shared directory where the installation data is stored for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.InstanceName">
			<summary>Obtient le nom de l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the instance name of the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.IsCaseSensitive">
			<summary>Obtient la valeur de la propriété IsCaseSensitive.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.IsClustered">
			<summary>Obtient la valeur de la propriété IsClustered.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.IsFullTextInstalled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le service de recherche en texte intégral est installé sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether Full-Text service is installed on instance of SQL Server. If True, Full-Text service is installed. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.IsSingleUser">
			<summary>Obtient la valeur de la propriété IsSingleUser.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.JobServer">
			<summary>Obtient l'Agent SQL Server associé à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Language">
			<summary>Obtient la valeur de la propriété Language.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Languages">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Language" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Language" /> représente un langage pris en charge par l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LanguageCollection" /> object that represents all the languages supported by the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.LinkedServers">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServer" /> représente un serveur lié enregistré sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LinkedServerCollection" /> object that represents all the linked servers registered on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.LoginMode">
			<summary>Obtient ou définit la valeur de la propriété ServerLoginMode.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerLoginMode" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Logins">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Login" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Login" /> représente une connexion définie sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginCollection" /> object that represents all the logins defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Mail">
			<summary>Obtient le service SQL Mail Microsoft associé à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object that specifies the SQL Mail service associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.MailProfile">
			<summary>Obtient ou définit la valeur de la propriété MailProfile.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.MasterDBLogPath">
			<summary>Obtenez la valeur de la propriété MasterDBLogPath.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.MasterDBPath">
			<summary>Obtient la valeur de la propriété MasterDBPath.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.MaxPrecision">
			<summary>Obtient la valeur de la propriété MaxPrecision.</summary>
			<returns><see cref="T:System.Byte" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Name">
			<summary>Obtient le nom du serveur, qui est le nom de la machine physique. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.NamedPipesEnabled">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si le fournisseur de canaux nommés est activé pour la connectivité client-serveur sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Named Pipes provider is enabled on instance of SQL Server. If True, Named Pipes is enabled. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.NetName">
			<summary>Obtient la valeur de la propriété NetName.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.NumberOfLogFiles">
			<summary>Obtient ou définit la valeur de la propriété NumberOfLogFiles.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.OleDbProviderSettings">
			<summary>Obtient la valeur de la propriété DbProviderSettings.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.OSVersion">
			<summary>Obtient la valeur de la propriété OSVersion.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.PerfMonMode">
			<summary>Obtient ou définit la valeur de la propriété PerfMonMode.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.PerfMonMode" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.PhysicalMemory">
			<summary>Obtient la valeur de la propriété PhysicalMemory.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Platform">
			<summary>Obtient la valeur de la propriété Platform.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Processors">
			<summary>Obtient la valeur de la propriété Processors.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Product">
			<summary>Obtient la valeur de la propriété Product.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ProductLevel">
			<summary>Obtient la valeur de la propriété ProductLevel.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ProxyAccount">
			<summary>Obtient le compte proxy associé à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount" /> object that specifies the proxy account associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ResourceGovernor">
			<summary>Obtient la valeur de la propriété ResourceGovernor.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ResourceGovernor" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ResourceLastUpdateDateTime">
			<summary>Obtient ou définit la valeur de la propriété ResourceLastUpdateDateTime.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ResourceVersion">
			<summary>Obtient la valeur de la propriété ResourceVersion.</summary>
			<returns>Version object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ResourceVersionString">
			<summary>Obtient la valeur de la propriété ResouceVersionString.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Roles">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> représente un rôle défini sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection" /> object that represents all the roles defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.RootDirectory">
			<summary>Obtient la valeur de la propriété RootDirectory.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServerAuditSpecifications">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> représente une spécification d'audit spécifique définie sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> object that represents all the audit specifications defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServerType">
			<summary>Obtient le type de serveur pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerType" /> object that specifies the server type for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServiceAccount">
			<summary>Obtient le compte de service sous lequel l'instance de SQL Server s'exécute.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies service account for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServiceInstanceId">
			<summary>Obtient la valeur d'ID qui identifie de façon unique l'instance du service pour cette instance de SQL Server.</summary>
			<returns>A <see cref="T:System.In32" /> value that specifies service instance ID value for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServiceMasterKey">
			<summary>Obtient la clé principale associée à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey" /> object that specifies the service master key associated with the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServiceName">
			<summary>Obtient le nom du service pour le serveur.</summary>
			<returns>A string containing the service name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.ServiceStartMode">
			<summary>Obtient le mode de démarrage du service SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Wmi.ServiceStartMode" /> value that contains information about the SQL Server service start mode.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Settings">
			<summary>Obtient les paramètres modifiables de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> object that specifies modifiable settings for the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SqlCharSet">
			<summary>Obtient la valeur de la propriété SqlCharSet.</summary>
			<returns><see cref="T:System.short" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SqlCharSetName">
			<summary>Obtient la valeur de la propriété SqlCharSetName.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SqlDomainGroup">
			<summary>Obtient le groupe de domaines de l'instance de SQL Server.</summary>
			<returns>A string value that specifies the domain group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SqlSortOrder">
			<summary>Obtient la valeur de la propriété SqlSortOrder.</summary>
			<returns><see cref="T:System.short" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SqlSortOrderName">
			<summary>Obtient la valeur de la propriété SqlSortOrderName.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Status">
			<summary>Obtient l'état actuel de <see cref="T:Microsoft.SqlServer.Management.Smo.Server" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerStatus" /> value that contains the current server status.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SystemDataTypes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> représente un type de données système défini sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> object that represents all the system data types defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.SystemMessages">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> représente un message système défini sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> object that represents all the system messages defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.TapeLoadWaitTime">
			<summary>Obtient ou définit la valeur de la propriété TapeLoadWaitTime.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.TcpEnabled">
			<summary>Obtient la valeur booléenne qui détermine si le protocole TCP/IP est activé sur cette instance de SQL Server.</summary>
			<returns>A Boolean value that specifies whether TCP/IP protocol is enabled on the instance of SQL Server. Returns True if TCP/IP is enabled, or False if TCP/IP is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Triggers">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> représente un déclencheur DDL du serveur défini sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection" /> object that represents all the server DDL (data definition language) triggers that are defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.UserDefinedMessages">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> représente un message défini par l'utilisateur sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection" /> object that represents all the user-defined messages defined on the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.UserOptions">
			<summary>Obtient les options utilisateur de la connexion active à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions" /> object that specifies user options for the current connection to the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.Version">
			<summary>Obtient la valeur de la propriété Version.</summary>
			<returns>Version object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.VersionMajor">
			<summary>Obtient la valeur de la propriété VersionMajor.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.VersionMinor">
			<summary>Obtient la valeur de la propriété VersionMinor.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Server.VersionString">
			<summary>Obtient la valeur de la propriété VersionString.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory" /> fournit l'accès par programme aux fonctionnalités Active Directory. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Register">
			<summary>Crée une entrée d'inscription de l'instance de Microsoft SQL Server dans le service Active Directory, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Register(System.Boolean)">
			<summary>Crée une entrée d'inscription de l'instance de SQL Server dans le service Active Directory, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory" /> avec l'option permettant d'enregistrer toutes les bases de données sur l'instance de SQL Server.</summary>
			<param name="registerDatabases">A <see cref="T:System.Boolean" /> value that specifies whether to register all the databases in the Active Directory service.If True, all the databases are registered with the instance of SQL Server.If False, the databases are not registered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Unregister">
			<summary>Supprime l'entrée d'inscription de l'instance de SQL Server du service Active Directory. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.UpdateRegistration">
			<summary>Met à jour toutes les modifications apportées à l'instance de SQL Server sur le service Active Directory. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.IsEnabled">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le service Active Directory est disponible. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Active Directory service is available.If True, the Active Directory service is available.If False (default), the Active Directory service is unavailable.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.IsRegistered">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'instance de Microsoft SQL Server est enregistrée dans le service Active Directory comme point de contrôle du service (SCP).</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the instance of SQL Server is registered in the Active Directory service.If True, the instance of SQL Server is registered in the Active Directory service.If False (default), the instance of SQL Server is not registered in the Active Directory service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerActiveDirectory" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerAdapter">
			<summary>Cette classe regroupe les propriétés du serveur masquées par ailleurs.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<param name="obj"><see cref="T:System.Object" /></param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerAdapterBase">
			<summary>Un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAdapterBase" /> est une classe de base utilisée dans la construction de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAdapter" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAdapterBase" />.</summary>
			<param name="obj">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the instance of SQL Server that is associated with the server adapter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.Refresh">
			<summary>Met à jour l'objet.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.AdHocRemoteQueriesEnabled">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.Affinity64IOMask">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.Affinity64Mask">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.AffinityIOMask">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.AffinityMask">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.AgentXPsEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.AllowUpdates">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.AweEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.BackupDirectory">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.BlockedProcessThreshold">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.BrowserServiceAccount">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.BrowserStartMode">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.C2AuditTracingEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ClrIntegrationEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.Collation">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.CommonCriteriaComplianceEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.CostThresholdForParallelism">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.CrossDBOwnershipChainingEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.CursorThreshold">
			<summary>Obtient ou définit la valeur <see cref="T:System.Int32" /> qui détermine la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DatabaseMailEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DefaultBackupCompressionEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DefaultFile">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DefaultFullTextLanguage">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DefaultLanguage">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DefaultLog">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DefaultTraceEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DisallowResultsFromTriggers">
			<summary>Obtient ou définit une valeur qui spécifie si les déclencheurs SQL Server peuvent générer des résultats.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether SQL Server triggers can generate results.Returns True if the triggers may generate results; otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.DynamicLocks">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ExtensibleKeyManagementEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FilestreamAccessLevel">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.FilestreamAccessLevelType" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FilestreamLevel">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FilestreamEffectiveLevel" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FilestreamShareName">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FillFactor">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FullTextCrawlBandwidthMax">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FullTextCrawlBandwidthMin">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FullTextCrawlRangeMax">
			<summary>Obtient ou définit le nombre maximal de partitions que SQL Server est autorisé à utiliser pendant une analyse d'index complète.</summary>
			<returns>An <see cref="T:System.Int32" /> value specifying the maximum number of partitions used in a full index crawl.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FullTextNotifyBandwidthMax">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.FullTextNotifyBandwidthMin">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.IndexCreateMemory">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.InDoubtTransactionResolution">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.InDoubtTransactionResolutionType" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.InstallDataDirectory">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.InstallSharedDirectory">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.InstanceName">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.LightweightPoolingEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.LoginAuditLevel">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginAuditLevel" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.LoginMode">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.MaxDegreeOfParallelism">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.MaxServerMemory">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.MaxWorkerThreads">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.MediaRetention">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.MinMemoryPerQuery">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.MinServerMemory">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.NamedPipesEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.NestedTriggersEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.NetworkPacketSize">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.OleAutomationEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.OpenObjects">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.OptimizeAdhocWorkloads">
			<summary>Obtient ou définit une valeur qui spécifie si l'optimisation des charges de travail ad hoc est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether ad hoc workload optimization is enabled.If True, optimization is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.PrecomputeRank">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.PriorityBoost">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ProtocolHandlerTimeout">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.QueryGovernorCostLimit">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.QueryWait">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.RecoveryInterval">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.RemoteAccessEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.RemoteDacEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.RemoteLoginTimeout">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.RemoteProcTransEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.RemoteQueryTimeout">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ReplicationMaxTextSize">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ReplicationXPsEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ScanForStartupProcedures">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.Server">
			<summary>Obtient le serveur associé à <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAdapterBase" />.</summary>
			<returns><see cref="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.Server" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ServerTriggerRecursionEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ServiceName">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ServiceStartMode">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.SetWorkingSetSize">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.ShowAdvancedOptions">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.SmoAndDmoXPsEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.SqlDomainGroup">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.SqlMailEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.TcpEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.TransformNoiseWords">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.TwoDigitYearCutoff">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.UserConnections">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.UserInstancesEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.UserInstanceTimeout">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.UserOptions">
			<summary>Obtient ou définit la valeur de la propriété référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the value of the referenced property option. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.WebAssistantEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAdapterBase.XPCmdShellEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la propriété référencée est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value whether the referenced property is enabled.If True, the property is enabled. Otherwise, False. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> représente un événement pouvant faire l'objet d'un audit sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> sur le serveur spécifié et avec le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the database on which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> object value that specifies a name for the server audit specification. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.AuditName">
			<summary>Obtient le nom de la spécification de l'audit du serveur.</summary>
			<returns>A <see cref="T:System.String" /> system value that specifies the name of the server audit specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.CreateDate">
			<summary>Obtient la date et l'heure de création de la spécification de l'audit du serveur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the server audit specification was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la spécification de l'audit du serveur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the server audit specification was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.Enabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui spécifie si la spécification de l'audit du serveur est activée ou désactivée. </summary>
			<returns>A <see cref="T:System.Boolean" /> system value that specifies whether the server audit specification is enabled or not.If True, the server audit specification is enabled.If False (default), the server audit specification is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.Guid">
			<summary>Obtient la valeur <see cref="T:System.Guid" /> qui identifie de façon unique la spécification de l'audit du serveur référencée. </summary>
			<returns>A <see cref="T:System.Guid" /> system value that identifies the server audit specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la spécification de l'audit du serveur référencée. </summary>
			<returns>A <see cref="T:System.Int32" /> system value that uniquely identifies the server audit specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification.Parent">
			<summary>Spécifie l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> qui représentent toutes les spécifications d'audit définies sur le serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection.Add(Microsoft.SqlServer.Management.Smo.ServerAuditSpecification)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" />.</summary>
			<param name="serverAuditSpecification">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object value that specifies the server audit specification to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ServerAuditSpecification[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object value that represents the server audit specification.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object value that represents the database audit specification.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender">
			<summary>Adds methods and properties to the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender.#ctor">
			<summary>Adds methods and properties to the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender.#ctor(Microsoft.SqlServer.Management.Smo.ServerAuditSpecification)">
			<summary>Adds methods and properties to the specified <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</summary>
			<param name="serverAuditSpecification">The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object that is to be extended.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender.Validate(System.String,System.Object[])">
			<summary>Validates the specified method with specified parameters for the server audit specification.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState" /></returns>
			<param name="methodName">A <see cref="T:System.String" /> that specifies the name of the method.</param>
			<param name="arguments">An <see cref="T.System.Object[]" /> array the contains the method parameters.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender.ConnectionContext">
			<summary>Returns the connection context for the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerConnection" /> object that specifies the connection context for the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender.State">
			<summary>Returns the state of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.SqlSmoState" /> object that specifies the current state of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerAuditSpecificationExtender.Type">
			<summary>Gets the type of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</summary>
			<returns>A <see cref="T:System.String" /> object that specifies the type of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerAuditSpecification" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerConfigurationAdapter">
			<summary>Expose des méthodes pour actualiser et modifier les propriétés de configuration du serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerConfigurationAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerConfigurationAdapter" />.</summary>
			<param name="obj">Specifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object whose configuration properties may be altered or refreshed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerConfigurationAdapter.Alter">
			<summary>Modifie les paramètres de configuration.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerConfigurationAdapter.Refresh">
			<summary>Actualise les paramètres de configuration.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> représente un déclencheur DDL (Data Definition Language) SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> sur l'instance spécifiée de SQL Server et qui a le nom spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the instance of SQL Server on which the database data definition language (DDL) trigger is created.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the database DDL trigger.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String,Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> sur la base de données spécifiée et qui a le nom spécifié. Le déclencheur répond au jeu d'événements spécifié et exécute le lot spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the server data definition language (DDL) trigger.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet" /> object that specifies the DDL events to which the trigger responds.</param>
			<param name="textBody">A <see cref="T:System.String" /> value that specifies the Transact-SQL batch statement that runs when the trigger has been raised.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.String,Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> sur l'instance spécifiée de SQL Server et qui a le nom spécifié. Le déclencheur répond au jeu d'événements spécifié et exécute le lot spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the server data definition language (DDL) trigger.</param>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet" /> object that specifies the DDL events to which the DDL trigger responds.</param>
			<param name="assemblyName">A <see cref="T:System.String" /> value that specifies the name of the registered assembly that contains the user-defined function that runs when the DDL trigger is raised. </param>
			<param name="className">A <see cref="T:System.String" /> value that specifies the name of the class in the registered assembly.</param>
			<param name="method">A <see cref="T:System.String" /> value that specifies the method within the class that runs when the DDL trigger is raised.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.AnsiNullsStatus">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion ISO NULL est activée dans le déclencheur DDL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether ISO NULL handling is enabled in the DDL trigger. ISO NULL handling requires that any comparison to a NULL value equates to a NULL value.If True, ISO NULL handling is enabled and comparisons to null values equates to False.If False (default), ISO NULL handling is disabled and comparisons to null values equates to True.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.AssemblyName">
			<summary>Obtient ou définit le nom de l'assembly qui contient le code managé exécuté lorsque le déclencheur DDL est déclenché.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.BodyStartIndex">
			<summary>Obtient la valeur d'index qui représente le début du corps du texte du déclencheur DDL.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the index that represents the start of the DDL trigger text body.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ClassName">
			<summary>Obtient ou définit le nom de la classe dans l'assembly qui contient le code managé exécuté lorsque le déclencheur DDL est déclenché.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the class in the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.CreateDate">
			<summary>Obtient la date et l'heure de création du déclencheur DDL de serveur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the server DDL trigger was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du déclencheur DDL de serveur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the server DDL trigger was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.DdlTriggerEvents">
			<summary>Obtient ou définit le jeu d'événements DDL (Data Definition Language) qui déclenche le déclencheur DDL de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet" /> object that specifies the events that raise the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ExecutionContext">
			<summary>Obtient ou définit le type de contexte d'exécution utilisé par le déclencheur DDL de serveur, à savoir exécution par lui-même, par l'appelant ou par une connexion spécifiée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerExecutionContext" /> object that specifies the type of execution context used by the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ExecutionContextLogin">
			<summary>Obtient ou définit la connexion dont le contexte sert pour l'exécution du déclencheur DDL de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet" /> object that specifies the events that raise the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le déclencheur DDL de serveur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the server DDL trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.ImplementationType">
			<summary>Obtient ou définit le type d'implémentation du déclencheur DDL de serveur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ImplementationType" /> object that specifies the implementation type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur DDL de serveur est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the server DDL trigger is enabled.If True, the server DDL trigger is enabled.If False (default), the server DDL trigger is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.IsEncrypted">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le lot ou le code managé Transact-SQL est chiffré.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the trigger code is encrypted.If True, the trigger code is encrypted.If False (default), the trigger code is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.IsSystemObject">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur DDL de serveur est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the server DDL trigger is a system object.If True, the server DDL trigger is a system object.If False (default), the server DDL trigger is user defined.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.MethodName">
			<summary>Obtient ou définit le nom de la méthode possédée par la classe dans l'assembly qui s'exécute lorsque le déclencheur est déclenché.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the method in the class that is owned by the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création.  Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.QuotedIdentifierStatus">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies how quoted identifiers are handled in the server data definition language (DDL) trigger.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger.Text">
			<summary>Obtient ou définit l'instruction Transact-SQL qui définit le déclencheur DDL de serveur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the actual text of the Transact-SQL statement that defines the server DDL trigger.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> qui représentent tous les déclencheurs DDL (Data Definition Language) du serveur définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Add(Microsoft.SqlServer.Management.Smo.ServerDdlTrigger)">
			<summary>Ajoute un déclencheur DDL à la collection.</summary>
			<param name="serverDdlTrigger"><see cref="T:Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ServerDdlTrigger[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object value that represents the server data definition language (DDL) trigger.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object value that represents the server data definition language (DDL) trigger.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerDdlTrigger" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> représente les événements du serveur SQL Server qui peuvent être inclus dans un jeu d'événements de serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.Add(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Retourne un jeu d'événements de serveur après avoir ajouté un nouvel événement de serveur au jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Retourne un <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> comme résultat d'une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> as a result of a bitwise OR operation on two <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> objects.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.Equals(System.Object)">
			<summary>Détermine si l'objet d'événement de serveur référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the reference server event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Crée un jeu d'événements de serveur en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Crée un jeu d'événements de serveur en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Crée un jeu d'événements de serveur en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.ServerEvent)~Microsoft.SqlServer.Management.Smo.ServerEventSet">
			<summary>Crée un jeu d'événements de serveur en effectuant une opération implicite sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="eventValue">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerEvent,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Crée un jeu d'événements de serveur en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AddRoleMember">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddRoleMember" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AddServerRoleMember">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddServerRoleMember" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AddSignature">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddSignature" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AddSignatureSchemaObject">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddSignatureSchemaObject" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterApplicationRole">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterApplicationRole" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterAssembly">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAssembly" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterAsymmetricKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAsymmetricKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterAuthorizationDatabase">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationDatabase" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterAuthorizationServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterBrokerPriority">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterBrokerPriority" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterCertificate">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCertificate" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterCredential">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCredential" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterCryptographicProvider">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCryptographicProvider" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterDatabase">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabase" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterDatabaseAuditSpecification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabaseAuditSpecification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterDatabaseEncryptionKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabaseEncryptionKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterEndpoint">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterEndpoint" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterEventSession">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterEventSession" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterExtendedProperty">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterExtendedProperty" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterFulltextCatalog">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFulltextCatalog" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterFulltextIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFulltextIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterFulltextStoplist">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFulltextStoplist" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterFunction">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFunction" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterInstance">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterInstance" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterLinkedServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterLinkedServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterLogin">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterLogin" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterMasterKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMasterKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterMessage">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMessage" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterMessageType">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMessageType" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterPartitionFunction">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionFunction" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterPartitionScheme">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionScheme" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterPlanGuide">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPlanGuide" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterProcedure">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterProcedure" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterQueue">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterQueue" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterRemoteServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRemoteServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterRemoteServiceBinding">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRemoteServiceBinding" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterResourceGovernorConfig">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterResourceGovernorConfig" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterResourcePool">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterResourcePool" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterRole">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRole" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterRoute">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRoute" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterSchema">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterSchema" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterServerAudit">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServerAudit" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterServerAuditSpecification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServerAuditSpecification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterServerConfiguration">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServerConfiguration" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterService">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterService" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterServiceMasterKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServiceMasterKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterSymmetricKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterSymmetricKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterTable">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTable" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterTrigger">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTrigger" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterUser">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterUser" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterView">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterView" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterWorkloadGroup">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterWorkloadGroup" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterXmlSchemaCollection">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterXmlSchemaCollection" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.BindDefault">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.BindDefault" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.BindRule">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.BindRule" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateApplicationRole">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateApplicationRole" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateAssembly">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateAssembly" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateAsymmetricKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateAsymmetricKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateBrokerPriority">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateBrokerPriority" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateCertificate">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCertificate" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateContract">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateContract" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateCredential">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCredential" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateCryptographicProvider">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCryptographicProvider" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateDatabase">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabase" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateDatabaseAuditSpecification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabaseAuditSpecification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateDatabaseEncryptionKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabaseEncryptionKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateDefault">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDefault" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateEndpoint">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEndpoint" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateEventNotification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEventNotification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateEventSession">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEventSession" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateExtendedProcedure">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateExtendedProcedure" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateExtendedProperty">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateExtendedProperty" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateFulltextCatalog">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFulltextCatalog" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateFulltextIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFulltextIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateFulltextStoplist">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFulltextStoplist" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateFunction">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFunction" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateLinkedServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLinkedServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateLinkedServerLogin">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLinkedServerLogin" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateLogin">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLogin" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateMasterKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMasterKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateMessage">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMessage" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateMessageType">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMessageType" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreatePartitionFunction">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionFunction" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreatePartitionScheme">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionScheme" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreatePlanGuide">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePlanGuide" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateProcedure">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateProcedure" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateQueue">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateQueue" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRemoteServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRemoteServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRemoteServiceBinding">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRemoteServiceBinding" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateResourcePool">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateResourcePool" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRole">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRole" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRoute">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRoute" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateRule">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRule" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateSchema">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSchema" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateServerAudit">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatesServerAudit" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateServerAuditSpecification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateServerAuditSpecification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateService">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateService" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateSpatialIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSpatialIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateStatistics">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateStatistics" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateSymmetricKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSymmetricKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateSynonym">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSynonym" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateTable">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTable" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateTrigger">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTrigger" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateType">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateType" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateUser">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateUser" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateView">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateView" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateWorkloadGroup">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateWorkloadGroup" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateXmlIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.CreateXmlSchemaCollection">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlSchemaCollection" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DenyDatabase">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyDatabase" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DenyServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropApplicationRole">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropApplicationRole" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropAssembly">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropAssembly" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropAsymmetricKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropAsymmetricKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropBrokerPriority">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropBrokerPriority" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropCertificate">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCertificate" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropContract">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropContract" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropCredential">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCredential" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropCryptographicProvider">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCryptographicProvider" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropDatabase">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabase" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropDatabaseAuditSpecification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabaseAuditSpecification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropDatabaseEncryptionKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabaseEncryptionKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropDefault">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDefault" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropEndpoint">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEndpoint" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropEventNotification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEventNotification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropEventSession">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEventSession" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropExtendedProcedure">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropExtendedProcedure" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropExtendedProperty">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropExtendedProperty" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropFulltextCatalog">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFulltextCatalog" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropFulltextIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFulltextIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropFulltextStoplist">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFulltextStoplist" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropFunction">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFunction" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropIndex">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropIndex" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropLinkedServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLinkedServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropLinkedServerLogin">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLinkedServerLogin" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropLogin">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLogin" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropMasterKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMasterKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropMessage">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMessage" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropMessageType">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMessageType" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropPartitionFunction">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionFunction" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropPartitionScheme">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionScheme" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropPlanGuide">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPlanGuide" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropProcedure">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropProcedure" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropQueue">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropQueue" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRemoteServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRemoteServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRemoteServiceBinding">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRemoteServiceBinding" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropResourcePool">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropResourcePool" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRole">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoleMember" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRoleMember">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoleMember" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRoute">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoute" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropRule">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRule" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropSchema">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSchema" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropServerAudit">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropServerAudit" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropServerAuditSpecification">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropServerAuditSpecification" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropServerRoleMember">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropServerRoleMember" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropService">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropService" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropSignature">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSignature" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropSignatureSchemaObject">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSignatureSchemaObject" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropStatistics">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropStatistics" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropSymmetricKey">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSymmetricKey" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropSynonym">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSynonym" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropTable">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTable" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropTrigger">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTrigger" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropType">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropType" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropUser">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropUser" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropView">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropView" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropWorkloadGroup">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropWorkloadGroup" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.DropXmlSchemaCollection">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropXmlSchemaCollection" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.GrantDatabase">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantDatabase" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.GrantServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.Rename">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.Rename" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.RevokeDatabase">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeDatabase" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.RevokeServer">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeServer" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.UnbindDefault">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UnbindDefault" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.UnbindRule">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UnbindRule" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEvent.UpdateStatistics">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UpdateStatistics" /> event that can be included in the server event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventArgs" /> fournit l'accès par programme aux arguments utilisés pour signaler tous les types d'événements qui se produisent sur une instance de SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.EventType">
			<summary>Obtient le type d'événement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventType" /> object value that specifies the type of event.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.PostTime">
			<summary>Obtient la date et l'heure de publication de l'argument.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the argument was posted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.Properties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.EventProperty" /> représente une propriété d'un événement serveur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.EventPropertyCollection" /> object that represents all the properties that are defined on the server event. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.Spid">
			<summary>Obtient l'ID de processus du serveur (SPID) de l'événement.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the event SPID.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventArgs.SqlInstance">
			<summary>Obtient l'instance de SQL Server sur laquelle l'événement s'est produit.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the instance of SQL Server on which the event occurred.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> représente le gestionnaire d'événements utilisé pour gérer des erreurs de serveur.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /><see cref="EventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEvents">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvents" /> object represents the settings required for SQL Server server-level event notification.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.ServerEvents.ServerEvent">
			<summary>Specifies the event raised when an event occurs in <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object and the user has subscribed to the events from that object instance.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.GetEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the set of server events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.GetTraceEventSelection">
			<summary>Returns the currently selected event notifications.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the set of server events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SetCredentials(System.String,System.String)">
			<summary>Sets the credentials required by the instance of Microsoft SQL Server.</summary>
			<param name="username">A <see cref="T:System.String" /> value that specifies the login account name.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password for the login.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.StartEvents">
			<summary>Starts receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.StopEvents">
			<summary>Stops receiving events.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerEventSet)">
			<summary>Specifies the server events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet)">
			<summary>Specifies the server trace events to receive.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that specifies the set of trace events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the server events to receive and the event handler that handles the events.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Specifies the server trace events to receive and the event handler that handles the events.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.UnsubscribeAllEvents">
			<summary>Clears all event settings, and removes all event handlers.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ServerEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet)">
			<summary>Clears the specified event settings, and removes all event handlers.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> représente un jeu d'événements de serveur sur une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies a server event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> avec les événements spécifiés.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> objects that specifies several server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> avec les événements spécifiés.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> that specifies a set of database events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Retourne un jeu d'événements de serveur après avoir ajouté un nouvel événement de serveur au jeu d'événements référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object class.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the event that is to be added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Retourne un jeu d'événements de serveur après avoir ajouté un nouvel événement de serveur au jeu d'événements spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that contains the new <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object class.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the event set to which the new event is added.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the event to be added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Crée un jeu d'événements de serveur en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the server event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Crée un jeu d'événements de serveur en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the server event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Remove(Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies the event set less the event removed.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object value that specifies the event to be removed from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ServerEventSet,Microsoft.SqlServer.Management.Smo.ServerEvent)">
			<summary>Retourne un jeu d'événements de serveur après avoir soustrait un événement de serveur du jeu d'événements spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object value that specifies a set of server events after subtracting the specified event.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object that specifies the server event set from which the event is subtracted.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> object that specifies the server event to be subtracted from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddRoleMember">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un membre est ajouté à un rôle de base de données dans la base de données</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AddRoleMember" />  event is included in the event set. If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddServerRoleMember">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddServerRoleMember" /> event is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddSignature">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AddSignature" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddSignatureSchemaObject">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AddSignatureSchemaObject" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterApplicationRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle d'application est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterApplicationRole event is included in the event set.If True, the event is included in the event set.If False (default) (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAsymmetricKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterSymmetricKey" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une base de données d'autorisations est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterAuthorizationDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterAuthorizationServer">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un serveur d'autorisations est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterAuthorizationServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterBrokerPriority">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterBrokerPriority" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCertificate">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un certificat est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterCertificate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCredential">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterCredential" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterCryptographicProvider">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterCryptographicProvider" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une base de données est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabaseAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterDatabaseAuditSpecification" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterDatabaseEncryptionKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterDatabaseEncryptionKey" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterEndpoint">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un point de terminaison est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterEndpoint event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterEventSession">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterEventSession" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterExtendedProperty">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterExtendedProperty" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFulltextCatalog">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFulltextCatalog" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFulltextIndex" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFulltextStoplist">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterFulltextStoplist" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterInstance">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.   </summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="P:Microsoft.SqlServer.Management.Smo.ServerEvent.AlterInstance" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterLinkedServer">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterLinkedServer" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterLogin">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une connexion est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMasterKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterMasterKey" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMessage">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterMessage" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterMessageType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type de message est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterMessageType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction de partition est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterPartitionFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPartitionScheme">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma de partition est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterPartitionScheme event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterPlanGuide">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterPlanGuide" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque la file d'attente est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRemoteServer">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterRemoteServer" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRemoteServiceBinding">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des liaisons de service distant sont modifiées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterResourceGovernorConfig">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterResourceGovernorConfig" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterResourcePool">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterResourcePool" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterRoute">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un itinéraire est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterRoute event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterSchema">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterSchema event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServerAudit">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServerAudit" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServerAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServerAuditSpecification" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServerConfiguration">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServerConfiguration" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterService">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un service est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterService event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterServiceMasterKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterServiceMasterKey" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterSymmetricKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterSymmetricKey" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une table est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterTable event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterTrigger">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un déclencheur est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterTrigger event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterUser">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterUser event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une vue est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterView event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterWorkloadGroup">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AlterWorkloadGroup" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.AlterXmlSchemaCollection">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une collection de schémas XML est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterXmlSchemaCollection event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.BindDefault">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.BindDefault" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.BindRule">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.BindRule" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateApplicationRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle d'application est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateApplicationRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateAsymmetricKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Sdk.Sfc.DatabasePermissionSetValue.CreateAsymmetricKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateBrokerPriority">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateBrokerPriority" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCertificate">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un certificat est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateCertificate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateContract">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un contrat est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateContract event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCredential">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateCredential" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateCryptographicProvider">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateCryptographicProvider" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une base de données est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabaseAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.AuditSpecification" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDatabaseEncryptionKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateDatabaseEncryptionKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateDefault">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateDefault" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEndpoint">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un point de terminaison est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateEndpoint event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEventNotification">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une notification d'événements est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateEventNotification event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateEventSession">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateEventSession" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateExtendedProcedure">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateExtendedProcedure" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateExtendedProperty">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateExtendedProperty" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFulltextCatalog">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.DatabasePermissionSetValue.CreateFulltextCatalog" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateFulltextIndex" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFulltextStoplist">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateFulltextStoplist" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLinkedServer">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateLinkedServer" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLinkedServerLogin">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the   <see cref="P:Microsoft.SqlServer.Management.Smo.ServerDdlTriggerEventSet.CreateLinkedServerLogin" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateLogin">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une connexion est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMasterKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateMasterKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMessage">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateMessage" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateMessageType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type de message est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateMessageType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction de partition est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreatePartitionFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePartitionScheme">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma de partition est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreatePartitionScheme event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreatePlanGuide">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreatePlanGuide" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRemoteServer">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateRemoteServer" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRemoteServiceBinding">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des liaisons de service distant sont créées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateResourcePool">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateResourcePool" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRoute">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un itinéraire Service Broker est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateRoute event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateRule">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Sdk.Sfc.DatabasePermissionSetValue.CreateRule" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSchema">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateSchema event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateServerAudit">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateServerAudit" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateServerAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateServerAuditSpecification" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateService">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un service Service Broker est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateService event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSpatialIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateSpatialIndex" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un compteur des statistiques est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSymmetricKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="P:Microsoft.SqlServer.Management.Smo.DatabaseEventSet.CreateSymmetricKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateSynonym">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un synonyme est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateSynonym event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une table est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateTable event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateTrigger">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un déclencheur est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateTrigger event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateUser">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateUser event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une vue est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateView event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateWorkloadGroup">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.CreateWorkloadGroup" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index XML est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateXmlIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.CreateXmlSchemaCollection">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une collection de schémas XML est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateXmlSchemaCollection event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de refus de base de données sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DenyDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DenyServer">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de refus de serveur sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DenyServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropApplicationRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle d'application est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropApplicationRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropAsymmetricKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropAsymmetricKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropBrokerPriority">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropBrokerPriority" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCertificate">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un certificat est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropCertificate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropContract">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un contrat Service Broker est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropContract event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCredential">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropCredential" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropCryptographicProvider">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropCryptographicProvider" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une base de données est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabaseAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropDatabaseAuditSpecification" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDatabaseEncryptionKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropDatabaseEncryptionKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropDefault">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropDefault" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEndpoint">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un point de terminaison est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropEndpoint event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEventNotification">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une notification d'événements est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropEventNotification event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropEventSession">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropEventSession" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropExtendedProcedure">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropExtendedProcedure" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropExtendedProperty">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropExtendedProperty" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFulltextCatalog">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropFulltextCatalog" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropFulltextIndex" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFulltextStoplist">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropFulltextStoplist" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un index est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropIndex event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLinkedServer">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropLinkedServer" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLinkedServerLogin">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropLinkedServerLogin" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropLogin">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une connexion est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMasterKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropMasterKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMessage">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropMessageType" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropMessageType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type de message est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropMessageType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une fonction de partition est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropPartitionFunction event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPartitionScheme">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma de partition est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropPartitionScheme event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropPlanGuide">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropPlanGuide" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure stockée est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRemoteServer">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropRemoteServer" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRemoteServiceBinding">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des liaisons de service distant sont supprimées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRemoteServiceBinding event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropResourcePool">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropResourcePool" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRole">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un rôle est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRole event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoleMember">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropRoleMember" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRoute">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un itinéraire Service Broker est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropRoute event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropRule">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropRule" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSchema">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un schéma est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropSchema event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropServerAudit">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropServerAudit" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropServerAuditSpecification">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropServerAuditSpecification" /> is included in the server event set.If True, the event is included in the event set.If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropServerRoleMember">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropServerRoleMember" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropService">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de suppression de service sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropService event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSignature">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropSignature" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSignatureSchemaObject">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropSignatureSchemaObject" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un compteur des statistiques est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSymmetricKey">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropSymmetricKey" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropSynonym">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un synonyme est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropSynonym event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une table est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropTable event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropTrigger">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un déclencheur est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropTrigger event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropType">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un type est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropType event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropUser">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropUser event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une vue est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropView event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropWorkloadGroup">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.DropWorkloadGroup" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.DropXmlSchemaCollection">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une collection de schémas XML est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropXmlSchemaCollection event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements d'autorisation de base de données sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the GrantDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.GrantServer">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements d'autorisation de serveur sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the GrantServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.NumberOfElements">
			<summary>Obtient le nombre d'événements dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the number of events in the Server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.Rename">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.Rename" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de révocation de base de données sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the RevokeDatabase event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.RevokeServer">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de révocation de serveur sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the RevokeServer event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UnbindDefault">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.UnbindDefault" />  is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UnbindRule">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that represents if the  <see cref="F:Microsoft.SqlServer.Management.Smo.EventType.UnbindRule" /> is included in the server event set.If True, the event is included in the event set. If False, the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerEventSet.UpdateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de mise à jour de statistiques sont inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UpdateStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerPermission">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> représente une autorisation SQL Server de niveau serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.Add(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Retourne un jeu d'autorisations de serveur après avoir ajouté une nouvelle autorisation de serveur à un jeu existant d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a set of server permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Associe deux autorisations de serveur à l'aide d'un ORinclusif.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> that includes all the permissions from both permission objects.</returns>
			<param name="permissionLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /></param>
			<param name="permissionRight"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.Equals(System.Object)">
			<summary>Détermine si l'objet d'autorisation de serveur référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the reference server permission object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_Addition(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Crée un jeu d'autorisations de serveur en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a set of server permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Crée un jeu d'autorisations de serveur en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a set of server permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_Equality(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Crée un jeu d'autorisations de serveur en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a set of server permissions.</returns>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_Implicit(Microsoft.SqlServer.Management.Smo.ServerPermission)~Microsoft.SqlServer.Management.Smo.ServerPermissionSet">
			<summary>Transforme une autorisation de serveur unique en un jeu d'autorisations de serveur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /></returns>
			<param name="permission"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerPermission,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Crée un jeu d'autorisations de serveur en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a set of server permissions.</returns>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermission.ToServerPermissionSet(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Retourne un jeu d'autorisations de serveur en fonction d'une autorisation de serveur unique, en convertissant un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> en un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a single server permission.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permission.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AdministerBulkOperations">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AdministerBulkOperations" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyConnection">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyConnection" />permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyCredential">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyCredential" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyDatabase">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyDatabase" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyEndpoint">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEndpoint" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyEventNotification">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEventNotification" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyLinkedServer">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLinkedServer" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyLogin">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLogin" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterAnyServerAudit">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyServerAudit" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterResources">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterResources" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterServerState">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterServerState" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterSettings">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterSettings" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AlterTrace">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterTrace" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.AuthenticateServer">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AuthenticateServer" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ConnectSql">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ConnectSql" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ControlServer">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ControlServer" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateAnyDatabase">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateAnyDatabase" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateDdlEventNotification">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateDdlEventNotification" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateEndpoint">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateEndpoint" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.CreateTraceEventNotification">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateTraceEventNotification" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ExternalAccessAssembly">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ExternalAccessAssembly" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.Shutdown">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Shutdown" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.UnsafeAssembly">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.UnsafeAssembly" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ViewAnyDatabase">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDatabase" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ViewAnyDefinition">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDefinition" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermission.ViewServerState">
			<summary>Obtient une autorisation qui peut être incluse dans le jeu d'autorisations de serveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewServerState" /> permission that can be included in the server permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo" /> représente les informations relatives à une autorisation de niveau serveur SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionInfo.PermissionType">
			<summary>Obtient le type d'autorisation.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a type of permission.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> représente un jeu d'autorisations de serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> selon l'autorisation spécifiée.</summary>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies a single permission for a set of permissions with a single member.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerPermission[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> selon le jeu d'autorisations spécifié.</summary>
			<param name="permissions">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> objects that specify the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> selon le jeu d'autorisations spécifié.</summary>
			<param name="oServerPermissionSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies a set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Retourne un jeu d'autorisations de serveur après l'ajout d'une nouvelle autorisation de serveur au jeu d'autorisations référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that includes the new permission.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the permission to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Add(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Retourne un jeu d'autorisations de serveur après l'ajout d'une nouvelle autorisation de serveur au jeu d'autorisations spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies a set of server permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Equals(System.Object)">
			<summary>Détermine si l'objet d'autorisation de serveur référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the reference server permission object is equal to the specified object.If True, the objects are equal.If False (default), the objects are not equal.</returns>
			<param name="o">An <see cref="T:System.Object" /> system object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure Microsoft SQL Server 2005 et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Crée un jeu d'autorisations de serveur en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies a set of server permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Equality(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Détermine si deux objets sont égaux en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are equal.If True, the two specified objects are equal.If False (default), the two specified objects are unequal.</returns>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission.</param>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermissionSet)">
			<summary>Détermine si deux objets sont inégaux en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that specifies whether the two specified objects are unequal.If True, the two specified objects are unequal.If False (default), the two specified objects are equal.</returns>
			<param name="p1">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission.</param>
			<param name="p2">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Crée un jeu d'autorisations de serveur en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies a set of server permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Remove(Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Supprime une autorisation du jeu d'autorisations.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the permission set after the permission is removed.</returns>
			<param name="permission">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the permission to remove.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Subtract(Microsoft.SqlServer.Management.Smo.ServerPermissionSet,Microsoft.SqlServer.Management.Smo.ServerPermission)">
			<summary>Retourne un jeu d'autorisations de serveur après la soustraction d'une nouvelle autorisation de serveur du jeu d'autorisations spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object value that specifies a set of server permissions.</returns>
			<param name="permissionLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermissionSet" /> object that specifies the server permission set.</param>
			<param name="permissionRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerPermission" /> object that specifies the server permissions.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AdministerBulkOperations">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ADMINISTER BULK OPERATIONS (ADBO) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'effectuer des opérations d'insertion en bloc sur l'instance de SQL Server, comme l'importation de données à l'aide de la commande bcp, à l'aide de l'instruction INSERT BULK ou à l'aide de l'instruction INSERT…SELECT * FROM OPENROWSET(BULK…).</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ADMINISTER BULK OPERATIONS (ADBO) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyConnection">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY CONNECTION (ALCO) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les connexions sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY CONNECTION permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyCredential">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY CREDENTIAL (ALCD) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les informations d'identification sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY CREDENTIAL (ALCD) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyDatabase">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY DATABASE (ALDB) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les bases de données sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY DATABASE (ALDB) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEndpoint">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY ENDPOINT (ALHE) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les points de terminaison sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY ENDPOINT (ALHE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyEventNotification">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY EVENT NOTIFICATION (ALES) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les notifications d'événements sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY EVENT NOTIFICATION (ALES) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLinkedServer">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY LINKED SERVER (ALLS) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les serveurs liés sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY LINKED SERVER (ALLS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyLogin">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY LOGIN (ALLG) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les serveurs liés sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY LOGIN (ALLG) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterAnyServerAudit">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER ANY SERVER AUDIT dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'arrêter, démarrer ou suspendre l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER ANY SERVER AUDIT permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterResources">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER RESOURCES (ALRS) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les ressources sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER RESOURCES (ALRS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterServerState">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER SERVER STATE (ALSS) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'arrêter, démarrer ou suspendre l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER SERVER STATE (ALSS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterSettings">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER SETTINGS (ASLT) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de modifier les paramètres sur l'instance de SQL Server, comme le répertoire de base de données par défaut.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER SETTINGS (ASLT) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AlterTrace">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER TRACE (ALTR) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de démarrer ou d'arrêter les exécutions des traces ou de modifier les options de trace sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER TRACE (ALTR) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.AuthenticateServer">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation ALTER TRACE (ALTR) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de démarrer ou d'arrêter les exécutions des traces ou de modifier les options de trace sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ALTER TRACE (ALTR) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ConnectSql">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CONNECT SQL (COSQ) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de se connecter à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CONNECT SQL (COSQ) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ControlServer">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CONTROL SERVER (CL) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'accorder des autorisations sur les éléments sécurisables sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CONTROL SERVER (CL) permission in the permission set.If True, the permission is included in the permission set. If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateAnyDatabase">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE ANY DATABASE (CRDB) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer, modifier ou supprimer les bases de données sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE ANY DATABASE (CRDB) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateDdlEventNotification">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE DDL EVENT NOTIFICATION (CRDE) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer des notifications d'événements DDL (Data Definition Language) sur l'instance de SQL Server, comme l'événement déclenché lorsqu'une base de données est créée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE DDL EVENT NOTIFICATION (CRDE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateEndpoint">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE ENDPOINT (CRHE) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer des points de terminaison sur l'instance de SQL Server pour SOAP, Transact-SQL, la mise en miroir de bases de données et Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE ENDPOINT (CRHE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.CreateTraceEventNotification">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation CREATE TRACE EVENT NOTIFICATION (CRTE) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de créer des notifications d'événements de trace sur l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the CREATE TRACE EVENT NOTIFICATION (CRTE) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ExternalAccessAssembly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation EXTERNAL ACCESS (XA) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'accéder aux ressources système externes, telles que les fichiers d'assembly, les réseaux, les variables d'environnement et le Registre. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the EXTERNAL ACCESS (XA) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.Shutdown">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation SHUTDOWN (SHDN) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'arrêter le service SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the SHUTDOWN (SHDN) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.UnsafeAssembly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation UNSAFE dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire d'accéder de façon illimitée aux ressources, à la fois au sein et à l'extérieur de SQL Server, y compris les appels au code non managé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the UNSAFE permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDatabase">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation VIEW ANY DATABASE (VWDB) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter la définition (métadonnées) de toutes les bases de données sur l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the VIEW ANY DATABASE (VWDB) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewAnyDefinition">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation VIEW ANY DEFINITION (VWAD) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter la définition de tous les serveurs qui sont sécurisables sur l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the ViewAnyDefinition permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerPermissionSet.ViewServerState">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure l'autorisation VIEW SERVER STATE (VWSS) dans le jeu d'autorisations. Cette autorisation permet au bénéficiaire de consulter l'état de l'instance de SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the VIEW SERVER STATE (VWSS) permission in the permission set.If True, the permission is included in the permission set.If False (default), the permission is excluded from the permission set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount" /> représente l'implémentation d'un compte proxy sur une instance de SQL Server. L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> autorise l'emprunt d'identité de l'exécution d'une étape de travail. Créé par l'administrateur système, il peut être ultérieurement affecté à une connexion, à un rôle serveur ou à un rôle de base de données, et à l'un des sous-systèmes, à l'exception de Transact-SQL.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.Alter">
			<summary>Met à jour toutes les modifications apportées à la propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount" /> sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetAccount(System.String,System.Security.SecureString)">
			<summary>Définit le nom et le mot de passe sécurisé du compte proxy sur l'instance de SQL Server.</summary>
			<param name="windowsAccount">A <see cref="T:System.String" /> value that specifies the name of the account.</param>
			<param name="password">A <see cref="T:System.Security.SecureString" /> value that specifies the password for the account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetAccount(System.String,System.String)">
			<summary>Définit le nom et le mot de passe du compte proxy sur l'instance de SQL Server.</summary>
			<param name="windowsAccount">A <see cref="T:System.String" /> value that specifies the name of the account.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password for the account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetPassword(System.Security.SecureString)">
			<summary>Définit le mot de passe du compte proxy sur la chaîne sécurisée spécifiée.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString" /> value that specifies the password for the account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.SetPassword(System.String)">
			<summary>Définit le mot de passe du compte proxy sur la chaîne spécifiée.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password for the account.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte proxy est activé sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> object value that specifies the whether the proxy account is enabled on the instance of SQL Server.If True, the proxy account is enabled on the instance of SQL Server.If False (default), the proxy account is not enabled on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerProxyAccount" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerProxyAccount.WindowsAccount">
			<summary>Obtient le nom du compte proxy.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the proxy account.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerRole">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> représente un rôle de sécurité Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.AddMember(System.String)">
			<summary>Ajoute une connexion à l'appartenance au rôle serveur fixe.</summary>
			<param name="loginname">A <see cref="T:System.String" /> value that specifies the login that is to be added to the fixed server role membership.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.DropMember(System.String)">
			<summary>Supprime une connexion de l'appartenance au rôle serveur fixe.</summary>
			<param name="loginname">A <see cref="T:System.String" /> value that specifies the login that is to be removed from the fixed server role membership.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.EnumAgentProxyAccounts">
			<summary>Énumère les comptes d'agent proxy SQL Server auxquels le rôle serveur appartient.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of information about SQL Server Agent proxy accounts to which the referenced server role belongs.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.EnumServerRoleMembers">
			<summary>Énumère les membres du rôle serveur fixe.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains an enumerated list of information about the members of the fixed server role.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRole.EnumServerRolePermissions">
			<summary>Retourne la liste des autorisations du serveur attribuées au rôle serveur référencé.</summary>
			<returns>An array of <see cref="T:System.Data.DataTable" /> object values that contain information about server permissions assigned to the server role. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description ServerRole<see cref="T:System.String" />The fixed server role, for example, sysadmin.Permission<see cref="T:System.String" />The description of the server role permission.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRole.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le rôle serveur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the server role.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRole.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> qui représentent tous les rôles serveur définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Add(Microsoft.SqlServer.Management.Smo.ServerRole)">
			<summary>Ajoute un nouveau rôle serveur à la collection de rôles serveur.</summary>
			<param name="serverRole"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.ServerRole[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object value that represents the server role.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object value that represents the server role.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRoleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerRoleCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerRole" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter">
			<summary>Facette de sécurité qui étend ServerAdapterBase.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une instance de ServerSecurityAdapter.</summary>
			<param name="obj">Server instance </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.Alter">
			<summary>Modifie les propriétés de la carte sécurisée du serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.Refresh">
			<summary>Provoque un rafraîchissement des propriétés de la carte sécurisée du serveur.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.CmdExecRightsForSystemAdminsOnly">
			<summary>Obtient la valeur de la propriété booléenne qui spécifie si cette propriété est activée ou désactivée.</summary>
			<returns><see cref="T:System.Booolean" />If True property is active.If False property is not active.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.ProxyAccountEnabled">
			<summary>Obtient la valeur de la propriété booléenne qui spécifie si cette propriété est activée ou désactivée.</summary>
			<returns><see cref="T:System.Booolean" />If True property is active.If False property is not active</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.ProxyAccountIsGrantedToPublicRole">
			<summary>Obtient la valeur de la propriété booléenne qui spécifie si cette propriété est activée ou désactivée.</summary>
			<returns><see cref="T:System.Booolean" />If True property is active.If False property is not active</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.PublicServerRoleIsGrantedPermissions">
			<summary>Obtient la valeur de la propriété booléenne qui spécifie si cette propriété est activée ou désactivée.</summary>
			<returns><see cref="T:System.Booolean" />If True property is active.If False property is not active</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSecurityAdapter.ReplaceAlertTokensEnabled">
			<summary>Obtient ou définit la valeur de la propriété booléenne qui spécifie si cette propriété est activée ou désactivée.</summary>
			<returns><see cref="T:System.Booolean" />If True property is active.If False property is not active</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter">
			<summary>Fournit des options de sélection pour une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter" />.</summary>
			<param name="obj">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.BuildNumber">
			<summary>Obtient le numéro de build du serveur.</summary>
			<returns>An integer value that contains the build number of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.Edition">
			<summary>Obtient l'édition du serveur.</summary>
			<returns>An integer value that contains the edition of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.IsCaseSensitive">
			<summary>Obtient une valeur booléenne qui spécifie si le serveur utilise une syntaxe qui respecte la casse.</summary>
			<returns>A Boolean value, True if the server uses case-sensitive syntax, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.Language">
			<summary>Obtient une valeur de chaîne qui spécifie la langue utilisée par le serveur.</summary>
			<returns>A string value that specifies the language used by the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.OSVersion">
			<summary>Obtient une valeur de chaîne qui spécifie la version du système d'exploitation de l'ordinateur qui héberge le serveur.</summary>
			<returns>A string value that specifies the operating system version for the computer hosting the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.Platform">
			<summary>Obtient une valeur de chaîne qui spécifie la plateforme du système d'exploitation qui héberge le serveur.</summary>
			<returns>A string value that specifies the platform of the operating system hosting the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.VersionMajor">
			<summary>Obtient une valeur <see cref="T:System.Int32" /> qui contient les chiffres majeurs du numéro de version.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the major digits of the version number.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSelectionAdapter.VersionMinor">
			<summary>Obtient une valeur <see cref="T:System.Int32" /> qui contient les chiffres mineurs du numéro de version.</summary>
			<returns>An <see cref="T:System.Int32" /> value that contains the minor digits of the version number.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter">
			<summary>Un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter" /> représente un adaptateur d'installation du serveur. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter" /> TEST.</summary>
			<param name="obj">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the instance of SQL Server that is associated with the adapter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.Refresh">
			<summary>Met à jour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.AgentDomainGroup">
			<summary>Obtient ou définit le groupe de domaines de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the domain group for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.AgentServiceAccount">
			<summary>Obtient ou définit le compte de service Agent SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the SQL Server service account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.AgentStartMode">
			<summary>Obtient ou définit le mode de démarrage du service Agent SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> object value that specifies the start mode for the SQL Server Agent service. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.EngineServiceAccount">
			<summary>Obtient ou définit le compte de service Agent SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the SQL Server service account. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.ServiceInstanceIdSuffix">
			<summary>Obtient le suffixe d'ID du service SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the SQL Server service instance ID suffix. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.TempdbLogPath">
			<summary>Obtient le chemin d'accès du journal de base de données temporaire SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the SQL Server temporary database log path. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.TempdbPrimaryFilePath">
			<summary>Obtient le chemin d'accès du journal de base de données primaire SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the SQL Server primary database log path. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSetupAdapter.WindowsUsersAndGroupsInSysadminRole">
			<summary>Obtient un tableau de valeurs <see cref="T:System.String" /> qui spécifient les utilisateurs et les groupes dans un rôle sysadmin.</summary>
			<returns>An array of <see cref="T:System.String" /> values that specify the users and groups in a sysadmin role.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerStatus">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.ServerStatus" /> enumeration contains values that are used to specify the status of the instance of SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServerStatus.Offline">
			<summary>The instance of SQL Server is offline.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServerStatus.OfflinePending">
			<summary>The instance of SQL Server is waiting to go offline.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServerStatus.Online">
			<summary>The instance of SQL Server is online.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServerStatus.OnlinePending">
			<summary>The instance of SQL Server is waiting to come online.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter">
			<summary>Un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter" /> représente un adaptateur de la surface d'exposition du serveur. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter.#ctor(Microsoft.SqlServer.Management.Smo.Server)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter" />.</summary>
			<param name="obj">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that specifies the instance of SQL Server that is associated with the adapter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter.AlterEndpoints">
			<summary>Implémente les méthodes setter retardées pour les propriétés de point de terminaison.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter.Refresh">
			<summary>Met à jour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter.RefreshEndpoints">
			<summary>Actualise chaque point de terminaison sur le serveur.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter.ServiceBrokerEndpointActive">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si les points de terminaison Service Broker sont actifs.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Service Broker endpoints are active.Returns True if Service Broker endpoints are active; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerSurfaceAreaAdapter.SoapEndpointsEnabled">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si les points de terminaison SOAP sont actifs.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether SOAP endpoints are enabled.Returns True if SOAP endpoints are enabled; otherwise, False.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> représente les événements de trace de serveur SQL Server qui peuvent être inclus dans un jeu d'événements de trace de serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Add(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Retourne un jeu d'événements de trace de serveur par l'ajout de deux événements de trace de serveur. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object value that specifies a set of two server trace events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Retourne un nouvel événement de trace de serveur qui inclut les deux événements de trace de serveur nommés.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Equals(System.Object)">
			<summary>Détermine si l'objet d'événement de trace de serveur référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the reference server trace event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the server trace event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure Microsoft SQL Server 2005 et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Crée un jeu d'événements de trace de serveur en effectuant une opération d'ajout sur deux objets d'événement de trace de serveur. </summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Crée un jeu d'événements de trace de serveur en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object value that specifies a set of server trace events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies one server trace event.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the other server trace event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Crée un jeu d'événements de trace de serveur en comparant deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object value that specifies a set of server trace events that are common to both <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> objects.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.ServerTraceEvent)~Microsoft.SqlServer.Management.Smo.ServerTraceEventSet">
			<summary>Convertit un événement de trace de serveur unique en un jeu d'événements de trace de serveur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /></returns>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ServerTraceEvent,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Crée un jeu d'événements de serveur en comparant deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object value that specifies a set of server trace events that are not in both <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> objects.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AssemblyLoad">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AssemblyLoad" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddDBUserEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddDBUserEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddloginEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddloginEvent" />  event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddLoginToServerRoleEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddLoginToServerRoleEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddMemberToDBRoleEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddMemberToDBRoleEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAddRoleEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddRoleEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditAppRoleChangePasswordEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAppRoleChangePasswordEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditBackupRestoreEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditBackupRestoreEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditChangeAuditEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeAuditEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditChangeDatabaseOwner">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeDatabaseOwner" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseManagementEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseManagementEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectAccessEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectAccessEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectGdrEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectGdrEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectManagementEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectManagementEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseObjectTakeOwnershipEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectTakeOwnershipEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseOperationEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseOperationEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabasePrincipalImpersonationEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalImpersonationEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabasePrincipalManagementEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalManagementEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDatabaseScopeGdrEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseScopeGdrEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditDbccEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDbccEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditFulltext">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditFulltext" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLogin">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginGdrEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginChangePasswordEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePasswordEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginChangePropertyEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePropertyEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginFailed">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginFailed" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLoginGdrEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginGdrEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditLogout">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLogout" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectAccessEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectAccessEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectGdrEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectGdrEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectManagementEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectManagementEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditSchemaObjectTakeOwnershipEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectTakeOwnershipEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerAlterTraceEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerAlterTraceEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerObjectGdrEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectGdrEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerObjectManagementEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectManagementEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerObjectTakeOwnershipEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectTakeOwnershipEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerOperationEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerOperationEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerPrincipalImpersonationEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalImpersonationEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerPrincipalManagementEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalManagementEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.AuditServerScopeGdrEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerScopeGdrEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.BitmapWarning">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.BitmapWarning" />  event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.BlockedProcessReport">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.BlockedProcessReport" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.CpuThresholdExceeded">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.CpuThresholdExceeded" />  event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DatabaseMirroringStateChange">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DatabaseMirroringStateChange" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DatabaseSuspectDataPage">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the  <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DatabaseSuspectDataPage" />  event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DataFileAutoGrow">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoGrow" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DataFileAutoShrink">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoShrink" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DeadlockGraph">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeadlockGraph" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DeprecationAnnouncement">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationAnnouncement" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.DeprecationFinalSupport">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationFinalSupport" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Errorlog">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Errorlog" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Eventlog">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Eventlog" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Exception">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Exception" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ExchangeSpillEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExchangeSpillEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ExecutionWarnings">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExecutionWarnings" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.FtCrawlAborted">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlAborted" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.FtCrawlStarted">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStarted" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.FtCrawlStopped">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStopped" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.HashWarning">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.HashWarning" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LockDeadlock">
			<summary>Obtient un événement de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlockChain" /> event that can be included in the server event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LockDeadlockChain">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlockChain" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LockEscalation">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockEscalation" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LogFileAutoGrow">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoGrow" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.LogFileAutoShrink">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoShrink" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.MissingColumnStatistics">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingColumnStatistics" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.MissingJoinPredicate">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingJoinPredicate" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.MountTape">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MountTape" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ObjectAltered">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectAltered" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ObjectCreated">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectCreated" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ObjectDeleted">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectDeleted" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbCallEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbCallEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbDatareadEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbDatareadEvent" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbErrors">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbErrors" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbProviderInformation">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbProviderInformation" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbQueryinterfaceEvent">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the  <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.OledbQueryinterfaceEvent" />  event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_dynamics">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_dynamics" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_parameterTable">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_parameterTable" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_subscription">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_subscription" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Qn_template">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_template" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ServerMemoryChange">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ServerMemoryChange" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanAllForQueryCompile">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanAllForQueryCompile" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanXml">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXml" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanXmlForQueryCompile">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXmlForQueryCompile" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.ShowplanXmlStatisticsProfile">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXmlStatisticsProfile" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SortWarnings">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SortWarnings" />event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpCacheinsert">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheinsert" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpCachemiss">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCachemiss" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpCacheremove">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheremove" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SpRecompile">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpRecompile" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.SqlStmtrecompile">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SqlStmtrecompile" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceAllEvents">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceAllEvents" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceClr">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceClr" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceDatabase">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDatabase" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceDeprecation">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDeprecation" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceErrorsAndWarnings">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceErrorsAndWarnings" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceFileClose">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFileClose" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceFullText">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFullText" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceLocks">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceLocks" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceObjects">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceObjects" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceOledb">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceOledb" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TracePerformance">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TracePerformance" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceQueryNotifications">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceQueryNotifications" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceSecurityAudit">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceSecurityAudit" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceServer">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceServer" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceStoredProcedures">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceStoredProcedures" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceTsql">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceTsql" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.TraceUserConfigurable">
			<summary>Obtient une catégorie d'événements de trace de serveur qui peut être incluse dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceUserConfigurable" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable0">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable0" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable1">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable1" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable2">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable2" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable3">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable3" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable4">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable4" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable5">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable5" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable6">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable6" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable7">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable7" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable8">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable8" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.Userconfigurable9">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable9" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.UserErrorMessage">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.UserErrorMessage" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEvent.XqueryStaticType">
			<summary>Obtient un événement de trace de serveur qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.XqueryStaticType" /> event that can be included in the server trace event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> représente un jeu d'événements de trace de serveur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies a server trace event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerTraceEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> avec le jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> objects that specifies several server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> avec le jeu d'événements spécifié.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> that specifies a set of data definition language (DDL) server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Retourne un jeu d'événements de trace après avoir ajouté un événement de trace à un jeu d'événements existant.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> that represents the new event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Add(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Retourne un jeu d'événements de trace après avoir ajouté un événement de trace à un jeu d'événements existant.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> that represents the new event set.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Crée un jeu d'événements de trace en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object value that specifies a set of server trace events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Crée un jeu d'événements de trace en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object value that specifies a set of server trace events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the server trace events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Remove(Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that represents the server trace event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ServerTraceEventSet,Microsoft.SqlServer.Management.Smo.ServerTraceEvent)">
			<summary>Retourne un jeu d'événements de trace après avoir soustrait un événement de trace d'un jeu d'événements existant.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> that represents the new event set.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object that specifies the server trace event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AssemblyLoad">
			<summary>Obtient ou définit une valeur booléenne qui spécifie si l'événement est inclus dans le jeu d'événements. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AsemblyLoad event is included in the event set.If True, the AssemblyLoad event is included in the event set.If False (default), the AssemblyLoad event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddDBUserEvent">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditAddDBUser event is included in the event set.If True, the AuditAddDBUser event is included in the event set.If False (default), the AuditAddDBUser event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddloginEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une nouvelle connexion est ajoutée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditAddLoginEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddLoginToServerRoleEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une connexion est ajoutée à un rôle serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditAddLoginToServerRoleEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddMemberToDBRoleEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un nouveau membre est ajouté à un rôle de base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditAddMemberToDBRoleEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAddRoleEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un nouveau rôle est ajouté.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditAddRoleEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditAppRoleChangePasswordEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque le mot de passe d'un rôle d'application est modifié. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditAppRoleChangePasswordEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditBackupRestoreEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération de sauvegarde et de restauration est émise.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditBackupRestoreEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeAuditEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des modifications de trace d'audit sont effectuées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditChangeAuditEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditChangeDatabaseOwner">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque le propriétaire de base de données est modifié. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditChangeDatabaseOwner event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseManagementEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lors de la création, de la modification ou de la suppression d'une base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabaseManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectAccessEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un objet de base de données, tel qu'un schéma, est accédé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabaseObjectAccessEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectGdrEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération d'octroi, de refus ou de révocation est émise sur un objet de base de données, tel qu'un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabaseObjectGdr event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectManagementEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lors de la création, de la modification ou de la suppression d'un objet de base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabaseObjectManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseObjectTakeOwnershipEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque la propriété d'un objet dans l'étendue de la base de données est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabaseObjectTakeOwnershipEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseOperationEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération de base de données, telle qu'un point de contrôle, se produit.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabaseOperationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalImpersonationEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lors d'un emprunt d'identité dans l'étendue de la base de données, tel que SETUSER ou EXECUTE AS USER.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabasePrincipalImpersonationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabasePrincipalManagementEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un principal, tel qu'un utilisateur, est créé, modifié ou supprimé de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabasePrincipalManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDatabaseScopeGdrEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération d'octroi, de refus ou de révocation est émise dans l'étendue de la base de données. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDatabaseScopeGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditDbccEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des commandes DBCC sont émises.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditDbccEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditFulltext">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditFulltext event is included in the event set.If True, the AuditFulltext event is included in the event set.If False (default), the AuditFulltext event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLogin">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur ouvre avec succès une session sur Microsoft SQL Server. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePasswordEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un mot de passe de connexion SQL Server est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditLoginChangePasswordEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginChangePropertyEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une propriété de connexion, autre que le mot de passe, est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditLoginChangePropertyEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginFailed">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une connexion à SQL Server échoue. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditFailedLogin event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLoginGdrEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération d'octroi, de refus ou de révocation est émise sur un objet de connexion. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditLoginGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditLogout">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un utilisateur se déconnecte avec succès de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditLogout event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectAccessEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une autorisation relative aux objets (par exemple, SELECT) est utilisée, de manière réussie ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditSchemaObjectAccessEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectGdrEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération d'octroi, de refus ou de révocation d'objet est émise. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditSchemaObjectGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectManagementEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lors de la création, de la modification ou de la suppression d'un objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditSchemaObjectManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditSchemaObjectTakeOwnershipEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une commande ALTER AUTHORIZATION est utilisée pour modifier le propriétaire d'un objet.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditSchemaObjectTakeOwnershipEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerAlterTraceEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une instruction vérifie l'autorisation ALTER TRACE.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerAlterTraceEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectGdrEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération d'octroi, de refus ou de révocation est émise sur un objet de schéma, tel qu'une table ou une fonction. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerObjectGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectManagementEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lors de la création, de la modification ou de la suppression d'un objet serveur. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerObjectManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerObjectTakeOwnershipEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque la propriété des objets est modifiée dans l'étendue du serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerObjectTakeOwnershipEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerOperationEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des opérations d'audit de sécurité, telles que la modification de paramètres, de ressources, d'accès externe ou d'autorisation sont utilisées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerOperationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalImpersonationEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit en cas d'emprunt d'identité dans l'étendue du serveur, comme EXECUTE AS LOGIN.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerPrincipalImpersonationEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerPrincipalManagementEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lors de la création, de la modification ou de la suppression d'un principal de serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerPrincipalManagementEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.AuditServerScopeGdrEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération d'octroi, de refus ou de révocation d'une autorisation est émise dans l'étendue du serveur, comme la création d'une connexion.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AuditServerScopeGdrEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.BitmapWarning">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the BitmapWarning event is included in the event set.If True, the BitmapWarning event is included in the event set.If False (default), the BitmapWarning event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.BlockedProcessReport">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une tâche a été bloquée plus longtemps qu'une durée spécifiée. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the BlockedProcessReport event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.CpuThresholdExceeded">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CpuThresholdExceeded event is included in the event set.If True, the CpuThresholdExceeded event is included in the event set.If False (default), the CpuThresholdExceeded event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DatabaseMirroringStateChange">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque l'état d'une base de données mise en miroir change.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DatabaseMirroringStateChange event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DatabaseSuspectDataPage">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DatabaseSuspectDataPage event is included in the event set.If True, the DatabaseSuspectDataPage event is included in the event set.If False (default), the DatabaseSuspectDataPage event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoGrow">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un fichier de données est étendu automatiquement par le serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DataFileAutoGrow event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DataFileAutoShrink">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un fichier de données est réduit automatiquement par le serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DataFileAutoShrink event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeadlockGraph">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une tentative d'obtention d'un verrou est annulée, car cette tentative faisait partie d'un blocage et a été choisie comme victime. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DeadlockGraph event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationAnnouncement">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque vous utilisez une fonction qui sera supprimée d'une version ultérieure de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DeprecationAnnouncement event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.DeprecationFinalSupport">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque vous utilisez une fonction qui sera supprimée de la prochaine version principale de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DeprecationFinalSupport event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Errorlog">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des événements d'erreurs sont enregistrés dans le journal des erreurs SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Errorlog event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Eventlog">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des événements d'erreurs sont enregistrés dans l'application SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Eventlog event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Exception">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une exception se produit dans SQL Server</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Exception event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExchangeSpillEvent">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des tampons de communication d'un plan de requêtes parallèle ont été temporairement écrits dans la base de données tempdb.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ExchangeSpillEvent event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ExecutionWarnings">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des avertissements surviennent lors de l'exécution d'une instruction ou d'une procédure stockée SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ExecutionWarning event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlAborted">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une exception est détectée au cours d'une analyse de texte intégral. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the FtCrawlAborted event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStarted">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une analyse de texte intégral (alimentation) démarre. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the FtCrawlStarted event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.FtCrawlStopped">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une analyse de texte intégral (alimentation) démarre. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the FtCrawlStopped event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.HashWarning">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une opération de hachage qui n'est pas en cours sur une partition du tampon bascule vers un plan de rechange. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the HashWarning event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlock">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque deux transactions concurrentes se sont bloquées mutuellement en tentant d'obtenir des verrous incompatibles sur des ressources détenues par l'autre transaction. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the LockDeadlock event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockDeadlockChain">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit pour chaque événement entraînant un blocage.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the LockDeadlockChain event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LockEscalation">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un verrou de granularité fine est converti en verrou de granularité grossière (par exemple, un verrou de page promu ou converti en verrou de table).</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the LockEscalation event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoGrow">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un fichier journal est étendu automatiquement par le serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the LogFileAutoGrow event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.LogFileAutoShrink">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un fichier journal est réduit automatiquement par le serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the LogFileAutoShrink event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingColumnStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque des statistiques de colonne qui auraient pu être utiles pour l'optimiseur ne sont pas disponibles.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the MissingColumnStatistics event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MissingJoinPredicate">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une demande qui n'a aucun prédicat de jointure est exécutée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the MissingJoinPredicate event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.MountTape">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lors de la réception d'une demande de montage de bande.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the MountTape event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.NumberOfElements">
			<summary>Obtient le nombre d'éléments dans le jeu d'événements.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of elements in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectAltered">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un objet est modifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ObjectAltered event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectCreated">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un objet est créé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ObjectCreated event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ObjectDeleted">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un objet est supprimé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ObjectDeleted event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbCallEvent">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OledbCallEvent event is included in the event set.If True, the OledbCallEvent event is included in the event set.If False (default), the OledbCallEvent event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbDatareadEvent">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OledbDatareadEvent event is included in the event set.If True, the OledbDatareadEvent event is included in the event set.If False (default), the OledbDatareadEvent event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbErrors">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une erreur OLE DB se produit.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OledbErrors event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbProviderInformation">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OledbProviderInformation event is included in the event set.If True, the OledbProviderInformation event is included in the event set.If False (default), the OledbProviderInformation event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.OledbQueryinterfaceEvent">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the OledbQueryinterfaceEvent event is included in the event set.If True, the OledbQueryinterfaceEvent event is included in the event set.If False (default), the OledbQueryinterfaceEvent event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_dynamics">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Qn_dynamics event is included in the event set.If True, the Qn_dynamics event is included in the event set.If False (default), the Qn_dynamics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_parameterTable">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Qn_parameterTable event is included in the event set.If True, the Qn_parameterTable event is included in the event set.If False (default), the Qn_parameterTable event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_subscription">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Qn_subscription event is included in the event set.If True, the Qn_subscription event is included in the event set.If False (default), the Qn_subscription event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Qn_template">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Qn_template event is included in the event set.If True, the Qn_template event is included in the event set.If False (default), the Qn_template event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ServerMemoryChange">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsque l'utilisation de la mémoire de SQL Server a augmenté ou diminué, soit de 1 mégaoctet (Mo), soit de 5 % de la taille maximale de la mémoire du serveur, selon la valeur qui est la plus importante.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ServerMemoryChange event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanAllForQueryCompile">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une instruction SQL compile et affiche des données de compilation complètes.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ShowplanAllForQueryCompile event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXml">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ShowplanXml event is included in the event set.If True, the ShowplanXml event is included in the event set.If False (default), the ShowplanXml event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXmlForQueryCompile">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une instruction SQL exécute et affiche les données de compilation complètes. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ShowplanXmlForQueryCompile event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.ShowplanXmlStatisticsProfile">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the ShowplanXmlStatisticsProfile event is included in the event set.If True, the ShowplanXmlStatisticsProfile event is included in the event set.If False (default), the ShowplanXmlStatisticsProfile event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SortWarnings">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un message « Attention » est généré. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SortWarnings event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheinsert">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un élément est inséré dans le cache de procédure.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SpCacheinsert event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCachemiss">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure stockée est introuvable dans le cache de procédure.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SpCachemiss event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpCacheremove">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un élément est supprimé du cache de procédure.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SpCacheremove event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SpRecompile">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure est recompilée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SpRecompile event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.SqlStmtrecompile">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SqlStmtrecompile event is included in the event set.If True, the SqlStmtrecompile event is included in the event set.If False (default), the SqlStmtrecompile event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceAllEvents">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si tous les événements sont inclus dans la trace ou pas.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether all events are included in the trace or not.If True, all events are included in the trace.If False (default), all events are not included in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceClr">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the TraceClr event is included in the event set.If True, the TraceClr event is included in the event set.If False (default), the TraceClr event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDatabase">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Base de données sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Database events are included in the trace.If True, Database events are included in the trace.If False (default), Database events are not included in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceDeprecation">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Désapprobation (Deprecation) sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Deprecation events are included in the trace. If True, Deprecation events are included in the trace.If False (default), Deprecation events are not included in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceErrorsAndWarnings">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les erreurs et les avertissements sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether errors and warnings are included in the trace.If True, errors and warnings are recorded in the trace.If False (default), errors and warnings are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFileClose">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit si un fichier de trace se ferme lorsqu'une transaction est restaurée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the TraceFileClose event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceFullText">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Texte complet sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Full Text events are included in the trace.If True, Full Text events are recorded in the trace.If False (default), Full Text events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceLocks">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Verrou sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Lock category events are included in the trace.If True, Lock category events are recorded in the trace.If False (default), Lock category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceObjects">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Objet sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Object category events are included in the trace.If True, Object category events are recorded in the trace.If False (default), Object category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceOledb">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie OLE DB sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether OLE DB category events are included in the trace.If True, OLE DB category events are recorded in the trace.If False (default), OLE DB category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TracePerformance">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Performance sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Performance category events are included in the trace.If True, Performance category events are recorded in the trace.If False (default), Performance category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceQueryNotifications">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the TraceQueryNotifications event is included in the event set.If True, the TraceQueryNotifications event is included in the event set.If False (default), the TraceQueryNotifications event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceSecurityAudit">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Audit de sécurité sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Security Audit category events are included in the trace.If True, Security Audit category events are recorded in the trace.If False (default), Security Audit category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceServer">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Serveur sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Server category events are included in the trace.If True, Server category events are recorded in the trace.If False (default), Server category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceStoredProcedures">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Procédure stockée sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Stored Procedure category events are included in the trace.If True, Stored Procedure category events are recorded in the trace.If False (default), Stored Procedure category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceTsql">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Transact-SQL sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Transact-SQL category events are included in the trace.If True, Transact-SQL category events are recorded in the trace.If False (default), Transact-SQL category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.TraceUserConfigurable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les événements de catégorie Verrou sont enregistrés dans la trace.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether Lock category events are included in the trace.If True, Lock category events are recorded in the trace.If False (default), Lock category events are not recorded in the trace.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable0">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Userconfigurable0 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable1">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable1 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable2">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable2 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable3">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable3 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable4">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable4 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable5">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable4 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable6">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable5 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable7">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable7 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable8">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable8 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.Userconfigurable9">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement est configuré par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserConfigurable9 event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.UserErrorMessage">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un message d'erreur utilisateur est émis, est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UserErrorMessage event is included in the event set.If True, the UserErrorMessage event is included in the event set.If False (default), the UserErrorMessage event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServerTraceEventSet.XqueryStaticType">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the XqueryStaticType event is included in the event set.If True, the XqueryStaticType event is included in the event set.If False (default), the XqueryStaticType event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload" /> représente une charge utile SQL Server Service Broker.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.Certificate">
			<summary>Obtient ou définit le certificat utilisé pour chiffrer la charge utile Service Broker.</summary>
			<returns>A T:System.String value that specifies the certificate that is used to encrypt the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.EndpointAuthenticationOrder">
			<summary>Obtient ou définit le type d'authentification et l'ordre dans lequel il s'applique à la charge utile Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointAuthenticationOrder" /> value that specifies the type of authentication and the order in which it is applied to the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.EndpointEncryption">
			<summary>Obtient ou définit l'état de chiffrement de la charge utile Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.EndpointEncryption" /> value that specifies the state of encryption for the Service Broker payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.EndpointEncryptionAlgorithm">
			<summary>Obtient ou définit un algorithme de chiffrement de point de terminaison.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.EndpointEncryptionAlgorithm" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.IsMessageForwardingEnabled">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si le transfert de messages est activé sur la charge utile Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether message forwarding is enabled.If True, message forwarding is enabled.If False (default), message forwarding is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.IsSystemObject">
			<summary>Obtient ou définit une valeur booléenne spécifiant si l'objet est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether message forwarding is enabled.If True, if object is a System Object.If False (default), if object is not a System Object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload.MessageForwardingSize">
			<summary>Obtient ou définit la taille des messages transférés.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the size of message forwarding supported by the Service Broker payload.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey" /> représente une clé principale du service Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.ChangeAccount(System.String,System.String)">
			<summary>Chiffre la clé principale du service avec les nouvelles informations d'identification spécifiées.</summary>
			<param name="newAccount">A <see cref="T:System.String" /> value that specifies the account with which to open the service master key.</param>
			<param name="newPassword">A <see cref="T:System.String" /> value that specifies the associated password for the account which is used to open the service master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Export(System.String,System.String)">
			<summary>Enregistre la clé principale du service à l'emplacement indiqué par le chemin d'accès au système spécifié, avec le mot de passe spécifié.</summary>
			<param name="path">A <see cref="T:System.String" /> value that specifies the system path location of the file to which to save the service master key.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password with which to encrypt and decrypt the service master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Import(System.String,System.String)">
			<summary>Charge la clé principale du service à partir du fichier indiqué par le chemin d'accès au système spécifié, en utilisant le mot de passe spécifié pour déchiffrer la clé principale.</summary>
			<param name="path">A <see cref="T:System.String" /> value that specifies the system path location of the file to which to save the service master key.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password supplied when the service master key was saved to file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Recover(System.String,System.String)">
			<summary>Récupère une clé principale de service, au cas où la clé principale de service a été modifiée à l'extérieur de SQL Server.</summary>
			<param name="oldAccount">A <see cref="T:System.String" /> value that specifies the old account that was used to open the service master key.</param>
			<param name="oldPassword">A <see cref="T:System.String" /> value that specifies the associated password for the account that was used to open the service master key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Regenerate">
			<summary>Régénère la clé principale de la base de données à l'aide du nouveau mot de passe spécifié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Regenerate(System.Boolean)">
			<summary>Régénère la clé principale du service avec l'option pour forcer la régénération et supprime tous les éléments qui ne peuvent pas être déchiffrés avec succès. </summary>
			<param name="forceRegeneration">A <see cref="T:System.Boolean" /> value that specifies whether to drop the items that cannot be successfully regenerated.If True, regeneration of the master key is forced and all items that cannot be regenerated are dropped.If False, regeneration of the master key is not forced.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceMasterKey.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceMasterKey" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> représente les événements de mise en file d'attente du service Service Broker qui peuvent être inclus dans un jeu d'événements de mise en file d'attente de service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Retourne un jeu d'événements de mise en file d'attente Service Broker créé en ajoutant deux événements spécifiés à la fois.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of Service Broker queue events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies a Service Broker queue event.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies another Service Broker queue event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Crée un jeu d'événements de mise en file d'attente de service en effectuant une opération OR au niveau du bit sur deux objets ServiceQueueEvent.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.Equals(System.Object)">
			<summary>Détermine si l'objet d'événement de mise en file d'attente de service référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced service queue event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the service queue event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Crée un jeu d'événements de mise en file d'attente de service en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of service queue events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Crée un jeu d'événements de mise en file d'attente de service en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of service queue events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Crée un jeu d'événements de mise en file d'attente de service en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of service queue events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)~Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet">
			<summary>Effectue une conversion de type d'un événement de mise en file d'attente de service en jeu d'événements de mise en file d'attente de service.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /></returns>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Crée un jeu d'événements de mise en file d'attente de service en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of service queue events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.AlterQueue">
			<summary>Obtient un événement de mise en file d'attente du service qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.AlterQueue" /> event that can be included in the service queue event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.BrokerQueueDisabled">
			<summary>Obtient un événement de mise en file d'attente du service qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.BrokerQueueDisabled" /> event that can be included in the service queue event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.DropQueue">
			<summary>Obtient un événement de mise en file d'attente du service qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that represents the DropQueue event that can be included in the service queue event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent.QueueActivation">
			<summary>Obtient un événement de mise en file d'attente du service qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.QueueActivation" /> event that can be included in the service queue event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> représente un jeu d'événements de mise en file d'attente du service SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies a data definition language (DDL) server event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> avec les événements spécifiés.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> objects that specifies several data definition language (DDL) server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> avec les événements spécifiés.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> that specifies a set of data definition language (DDL) server events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Retourne un jeu d'événements de mise en file d'attente Service Broker après avoir ajouté le nouvel événement de mise en file d'attente référencé au jeu.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> that represents the event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Add(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Retourne un jeu d'événements de mise en file d'attente Service Broker après avoir ajouté le nouvel événement de mise en file d'attente spécifié au jeu.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> that represents the event set after the new event is added.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the event set to which the event is added.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the event that is added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Crée un jeu d'événements de trace de file d'attente de service en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of service queue events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the service queue event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Crée un jeu d'événements de trace de file d'attente de service en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of service queue events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the service queue event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Remove(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that represents the service queue event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServiceQueueEvent)">
			<summary>Retourne un jeu d'événements de mise en file d'attente Service Broker après avoir soustrait un événement de mise en file d'attente du jeu spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object value that specifies a set of Service Broker queue events after the event is subtracted.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the event set from which the event is subtracted.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEvent" /> object that specifies the service queue event to subtract from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.AlterQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.BrokerQueueDisabled">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est désactivée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the BrokerQueueDisabled event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.DropQueue">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropQueue event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.NumberOfElements">
			<summary>Obtient le nombre d'événements dans le jeu d'événements.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet.QueueActivation">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une file d'attente Service Broker est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the QueueActivation event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException" /> représente l'exception déclenchée lorsqu'une erreur se produit pendant une demande de service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceRequestException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceRequestException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException" /> avec le message spécifié. </summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Service Request exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceRequestException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceRequestException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Service Request exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object that specifies the inner exception for the Service Request exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ServiceRequestException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Définit l'objet SerializationInfo avec les informations relatives à l'exception.</summary>
			<param name="info">The <see cref="T:System.Runtime.Serialization." /><see cref="SerializationInfo" /> that holds the serialized object data about the exception being thrown. </param>
			<param name="context">The <see cref="T:System.Runtime.Serialization." /><see cref="StreamingContext" /> that contains contextual information about the source or destination. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceRequestException.ErrorCode">
			<summary>Obtient le code d'erreur généré par le système lorsque l'exception de demande de service est déclenchée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the error code.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceRequestException.Message">
			<summary>Obtient le message qui décrit l'exception active.</summary>
			<returns>A <see cref="T:System.String" /> that specifies the current exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ServiceRequestException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> contient des valeurs utilisées pour spécifier la méthode utilisée pour démarrer un service.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServiceStartMode.Auto">
			<summary>Le service est démarré automatiquement. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServiceStartMode.Boot">
			<summary>Le service est démarré lorsque le système d'exploitation est démarré. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServiceStartMode.Disabled">
			<summary>Le service est désactivé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServiceStartMode.Manual">
			<summary>Le service doit être démarré manuellement.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ServiceStartMode.System">
			<summary>Le service est démarré par le système.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Settings">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> représente un groupe de paramètres configurables sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Settings.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Settings.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer les paramètres SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Settings.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer les paramètres SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.AuditLevel">
			<summary>Obtient ou définit le niveau d'audit pour l'instance de Microsoft SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies audit level. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.BackupDirectory">
			<summary>Obtient le répertoire de sauvegarde par défaut de l'instance de Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default backup directory path for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.DefaultFile">
			<summary>Obtient ou définit le répertoire par défaut des fichiers de données de l'instance de Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default data file directory for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.DefaultLog">
			<summary>Obtient ou définit le répertoire par défaut des fichiers journaux de l'instance de Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default log file directory for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.LoginMode">
			<summary>Obtient ou définit le mode d'ouverture de session pour SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerLoginMode" /> object value that specifies the logon mode for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.MailProfile">
			<summary>Obtient ou définit le profil de messagerie pour l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the mail profile for the instance of SQL Server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.NumberOfLogFiles">
			<summary>Obtient ou définit le nombre de fichiers journaux utilisés par les bases de données sur l'instance de SQL Server. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of log files. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.OleDbProviderSettings">
			<summary>Référence une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettings" /> représente un paramètre du fournisseur OLE DB.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.OleDbProviderSettingsCollection" /> that represents all the OLE DB provider settings defined on the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Settings" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.PerfMonMode">
			<summary>Obtient le comportement d'interrogation de l'analyseur de performances sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PerfMonMode" /> object that specifies the polling behavior in Performance Monitor.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Settings.TapeLoadWaitTime">
			<summary>Obtient ou définit le temps d'attente pour qu'une bande se charge sur une unité de sauvegarde sur bande.</summary>
			<returns>An <see cref="T:System.Int32" /> value that indicates the number of seconds to wait for the tape to be loaded.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SfcDependencyException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SfcDependencyException" /> représente une exception levée par un échec de l'opération de dépendance SFC.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SfcDependencyException.#ctor">
			<summary>Initialise une nouvelle instance par défaut de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SfcDependencyException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SfcDependencyException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SfcDependencyException" /> avec le message d'erreur spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Service Request exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SfcDependencyException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SfcDependencyException" /> avec le message d'erreur et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Service Request exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object that specifies the inner exception for the Service Request exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SfcDependencyException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.ShrinkMethod" /> contient des valeurs spécifiant la méthode utilisée pour réduire un fichier de base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.Default">
			<summary>Les données des pages situées à la fin d'un fichier sont déplacées vers les pages précédentes du fichier. Les fichiers sont tronqués pour refléter l'espace alloué.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.EmptyFile">
			<summary>Permet la migration de toutes les données du fichier référencé vers d'autres fichiers dans le même groupe de fichiers. (objets <see cref="T:Microsoft.SqlServer.Management.Smo.DataFile" /> et <see cref="T:Microsoft.SqlServer.Management.Smo.LogFile" /> uniquement).</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.NoTruncate">
			<summary>Les données des pages situées à la fin d'un fichier sont déplacées vers les pages précédentes du fichier.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.ShrinkMethod.TruncateOnly">
			<summary>La distribution des données n'est pas affectée. Les fichiers sont tronqués pour refléter l'espace alloué, et l'espace libre à la fin des fichier est récupéré.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase" /> est une classe de base utilisée dans la construction d'objets de collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase.Contains(System.String)">
			<summary>Vérifie si l'objet spécifié existe dans la collection.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the specified object exists in the collection.If True, the specified object does exist in the collection.If False, the specified object does not exist in the collection.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase.InitInnerCollection">
			<summary>Initialise la collection.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication" /> class represents an SMO application with respect to event management. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication" /> class.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.EnumAvailableSqlServers">
			<summary>Enumerates a list of available instances of SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of information about the available instances of SQL Server. The following table describes the different columns of the returned <see cref="T:System.Data.DataTable" />: Column Data type Description Name<see cref="T:System.String" />The name of the instance of SQL Server.Server<see cref="T:System.String" />The name of the server on which the instance of SQL Server is installed.Instance<see cref="T:System.String" />The instance of SQL Server.IsClustered<see cref="T:System.Boolean" />A Boolean value that is True if the instance is participating in failover clustering, or False if it is not.Version<see cref="T:System.String" />The version of the instance of SQL Server.IsLocal<see cref="T:System.Boolean" />A Boolean value that is True if the instance is local, or False if the instance is remote.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.EnumAvailableSqlServers(System.Boolean)">
			<summary>Enumerates a list of local available instances of SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of information about the available instances of SQL Server. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the instance of SQL Server.Server<see cref="T:System.String" />The name of the server on which the instance of SQL Server is installed.Instance<see cref="T:System.String" />The instance of SQL Server.IsClustered<see cref="T:System.Boolean" />A Boolean value that is True if the instance is participating in failover clustering, or False if it is not.Version<see cref="T:System.String" />The version of the instance of SQL Server.IsLocal<see cref="T:System.Boolean" />A Boolean value that is True if the instance is local, or False if the instance is remote.</returns>
			<param name="localOnly">A <see cref="T:System.Boolean" /> value that specifies whether local instances are listed or all instances available on the network.If True, only local instances are listed.If False, all instances are listed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoApplication.EnumAvailableSqlServers(System.String)">
			<summary>Enumerates a list of available instances of SQL Server that are installed on the computer with the specified instance name.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of information about the available instances of SQL Server on the specified computer.If a single instance of SQL Server is specified in the name parameter, instead of a computer name, results are returned for the specified instance only. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Name<see cref="T:System.String" />The name of the instance of SQL Server.Server<see cref="T:System.String" />The name of the server on which the instance of SQL Server is installed.Instance<see cref="T:System.String" />The instance of SQL Server.IsClustered<see cref="T:System.Boolean" />A Boolean value that is True if the instance is participating in failover clustering, or False if it is not.Version<see cref="T:System.String" />The version of the instance of SQL Server.IsLocal<see cref="T:System.Boolean" />A Boolean value that is True if the instance is local, or False if the instance is remote.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the computer on which the instances of SQL Server are installed or a single instance of SQL Server.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler" /> représente le gestionnaire d'événements utilisé pour gérer les événements d'un objet.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.Smo" /><see cref="EventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.DatabaseEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.DatabaseEventHandler" /> représente le gestionnaire d'événements qui gère des événements de base de données.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectAlteredEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectAlteredEventHandler" /> représente le gestionnaire d'événements utilisé pour gérer les événements qui se produisent lorsqu'un objet est modifié.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectAlteredEventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectCreatedEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectCreatedEventHandler" /> représente le gestionnaire d'événements utilisé pour gérer des événements lorsqu'un objet est créé.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.Smo" /><see cref="EventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectDroppedEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectDroppedEventHandler" /> représente le gestionnaire d'événements utilisé pour gérer des événements lorsqu'un objet est supprimé.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.Smo" /><see cref="EventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectRenamedEventHandler">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.ObjectRenamedEventHandler" /> représente le gestionnaire d'événements qui gère les événements qui se produisent lorsqu'un objet est renommé.</summary>
			<param name="sender">An <see cref="T:System.Object" /> value that specifies the source of the event.</param>
			<param name="e">A <see cref="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs" /> object that contains the event data. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase">
			<summary>The <see cref="T:Microsoft.SqlServer.Management.Smo.SmoCollectionBase" /> class is a base class that is used in the construction of SMO collection classes and contains members that are common to them.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetCollectionElementType">
			<summary>Gets the Collection Element Type.</summary>
			<returns><see cref="T:System.Type" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetEnumerator">
			<summary>Returns an <see cref="T:System.Collections.IEnumerator" /> interface that allows you to iterate through the objects in the collection. </summary>
			<returns>An <see cref="T:System.Collections.IEnumerator" /> system interface for the referenced collection object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetItemById(System.Int32)">
			<summary>Extracts a member from the referenced collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:System.Object" /> system object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the object that is a member of the referenced collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetItemById(System.Int32,System.String)">
			<summary>Extracts a member from the referenced collection using a system-defined, unique identifier and name.</summary>
			<returns>An <see cref="T:System.Object" /> system object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the object that is a member of the referenced collection.</param>
			<param name="idPropName">A <see cref="T:System.String" /> value that specifies the name of the property.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.GetObjectByIndex(System.Int32)">
			<summary>Extracts a member from the referenced collection using a system-defined, unique identifier.</summary>
			<returns>An <see cref="T:System.Object" /> system object that has the specified index value.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position of the object in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.ImplAddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<param name="obj">An <see cref="T:System.Int32" /> value that specifies the index position of the object in the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.InitializeChildCollection">
			<summary>Initializes the child collections of the referenced collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.InitializeChildCollection(System.Boolean)">
			<summary>Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection.</summary>
			<param name="refresh">A <see cref="T:System.Boolean" /> value that specifies whether to refresh the referenced collection.If True, child objects are refreshed.If False, child objects are not refreshed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.Refresh">
			<summary>Refreshes the referenced collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.Refresh(System.Boolean)">
			<summary>Refreshes the referenced collection with the option to refresh child objects of the referenced collection.</summary>
			<param name="refreshChildObjects">A <see cref="T:System.Boolean" /> value that specifies whether to refresh the child objects.If True, child objects are refreshed.If False, child objects are not refreshed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements from an instance to an array beginning at the index indicated.</summary>
			<param name="array"><see cref="T.System.Array" /> specifying the array to be copied to.</param>
			<param name="index"><see cref="T:System.Int32" /> specifying the starting array index where the collection will be copied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.ValidateParentObject(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Validates the parent object exists.</summary>
			<param name="obj"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.Count">
			<summary>Gets the number of objects in the referenced collection.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of objects in the referenced collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.IsSynchronized">
			<summary>Gets the <see cref="T:System.Boolean" /> property value that specifies whether access to the collection is synchronized and therefore thread-safe.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether access to the collection is synchronized and thread-safe.If True, access to the collection is synchronized.If False (default), access to the collection is not synchronized.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoCollectionBase.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoDmfAdapter">
			<summary>Implémente <see cref="M:Microsoft.SqlServer.Management.Dmf.ExpressionNode.Evaluate(Microsoft.SqlServer.Management.Facets.IBaseManagementFacet)" /></summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoDmfAdapter.#ctor">
			<summary>Implémente <see cref="M:Microsoft.SqlServer.Management.Dmf.ExpressionNode.Evaluate(Microsoft.SqlServer.Management.Facets.IBaseManagementFacet)" /></summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs" /> fournit l'accès par programme aux arguments utilisés pour signaler les événements qui se produisent dans les applications SMO.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoEventArgs.#ctor(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoEventArgs" /> avec l'adresse Uniform Resource Name (URN) spécifiée.</summary>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the URN address.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoEventArgs.Urn">
			<summary>Obtient l'adresse Uniform Resource Name (URN) de l'événement SMO.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the URN address.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException" /> représente l'exception déclenchée lorsqu'une erreur se produit pendant une opération SMO.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException" /> avec le message spécifié. </summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the SMO exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException" /> avec les informations de sérialisation et le contexte de diffusion en continu spécifiés. </summary>
			<param name="info">A <see cref="T:System.RunTime.Serialization.SerializationInfo" /> object that specifies the serialization information.</param>
			<param name="context">A <see cref="T:System.RunTime.Serialization.StreamingContext" /> context that specifies the streaming context.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the SMO exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object that specifies the exception on which to base the referenced object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoException.SetHelpContext(System.String)">
			<summary>Définit la valeur de contexte d'aide pour l'exception référencée.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoException" /> object value that specifies the exception with the Help context.</returns>
			<param name="resource">A <see cref="T:System.String" /> value that specifies the resource file that contains the Help context for the referenced exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoException.HelpLink">
			<summary>Obtient le lien d'aide de Microsoft pour des informations complémentaires à propos de l'exception SMO.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Help link.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoException.ProdVer">
			<summary>Obtient la version de produit de l'instance de SQL Server qui a généré l'exception SMO.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the product version.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> contient des valeurs utilisées pour spécifier le type d'exception SMO.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.CollectionNotAvailableException">
			<summary>Spécifie l'exception levée lorsqu'une collection n'est pas disponible.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.FailedOperationException">
			<summary>Spécifie l'exception levée lorsqu'une opération échoue.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.InternalSmoErrorException">
			<summary>Spécifie l'exception levée lorsqu'une erreur SMO interne se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.InvalidSmoOperationException">
			<summary>Spécifie l'exception levée lorsqu'une opération SMO qui n'est pas valide est appelée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.InvalidVersionSmoOperationException">
			<summary>Spécifie l'exception levée lorsqu'une version non valide d'une opération SMO est appelée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.MissingObjectException">
			<summary>Spécifie l'exception levée lorsqu'un objet est absent.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyCannotBeRetrievedException">
			<summary>Spécifie l'exception levée lorsqu'une propriété ne peut pas être récupérée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyNotSetException">
			<summary>Spécifie l'exception levée lorsqu'une propriété n'est pas définie et il est requis qu'elle le soit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyReadOnlyException">
			<summary>Spécifie l'exception levée en cas de tentative de modification d'une propriété en lecture seule.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyTypeMismatchException">
			<summary>Spécifie l'exception levée en cas de tentative de mise à jour d'une propriété avec un type de données incorrect.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.PropertyWriteException">
			<summary>Spécifie l'exception levée lorsqu'une erreur se produit pendant la mise à jour d'une propriété.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.ServiceRequestException">
			<summary>Spécifie l'exception levée lorsqu'une erreur se produit pendant une demande de service.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.SfcDependencyException">
			<summary>Spécifie l'exception levée lorsque l'espace de noms Sfc n'est pas accessible. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.SmoException">
			<summary>Spécifie l'exception levée lorsqu'une exception SMO se produit.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnknownPropertyException">
			<summary>Spécifie l'exception levée lorsqu'une propriété inconnue est demandée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnsupportedEngineTypeException">
			<summary>Spécifie l'exception levée lorsqu'une opération qui n'est pas prise en charge sur le type de moteur actuel est tentée. Le type de moteur est soit SQL Azure, soit une instance du moteur de base de données SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnsupportedFeatureException">
			<summary>Spécifie l'exception levée lorsqu'une fonctionnalité n'est pas prise en charge.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnsupportedObjectNameException">
			<summary>Spécifie l'exception levée lorsqu'un nom d'objet n'est pas pris en charge.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.UnsupportedVersionException">
			<summary>Spécifie l'exception levée lorsqu'une version non prise en charge est rencontrée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SmoExceptionType.WrongPropertyValueException">
			<summary>Spécifie l'exception levée en cas de tentative de modification d'une propriété avec un type de valeur incorrect.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoObjectBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoObjectBase" /> est une classe de base héritée par la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoObjectBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoObjectBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoObjectBase.Validate(System.String,System.Object[])">
			<returns><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState" /></returns>
			<param name="methodName"><see cref="T:System.String" /></param>
			<param name="arguments"><see cref="T:System.Object" /> array</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoObjectBase.State">
			<summary>Obtient l'état de l'objet référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState" /> object value that specifies the state of the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SmoObjectBase.UserData">
			<summary>Obtient ou définit des données associées à l'objet référencé définies par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Object" /> system object that contains user-defined data.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SmoObjectExtender`1">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoObjectExtender`1" /> ajoute des méthodes et des propriétés à une instance de classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoObjectExtender`1.#ctor">
			<summary>Crée une nouvelle instance par défaut de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoObjectExtender`1" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoObjectExtender`1.#ctor(`0)">
			<summary>Crée une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SmoObjectExtender`1" /> qui étend l'objet spécifié.</summary>
			<param name="obj"> The <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> to be extended.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SmoObjectExtender`1.GetParentSfcPropertySet">
			<summary>Retourne une instance du jeu de propriétés d'objets parents.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet" /> object containing the parent objects property set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase" /> est une classe de base héritée par les objets de la collection de méthodes SOAP et qui fournit l'accès par programme à la collection de méthodes SOAP qui existent dans la configuration SOAP.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.Contains(System.String)">
			<summary>Vérifie si l'objet spécifié existe dans la collection.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that verifies whether the specified object exists in the collection.If True, the specified object exists in the collection.If False, the specified object does not exist in the collection.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the SOAP method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.Contains(System.String,System.String)">
			<summary>Vérifie si l'objet spécifié existe dans la collection référencée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that verifies whether the specified object exists in the referenced collection.If True, the specified object exists in the referenced collection.If False, the specified object does not exist in the referenced collection.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the SOAP method.</param>
			<param name="methodNamespace">A <see cref="T:System.String" /> value that specifies the namespace of the SOAP method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.InitInnerCollection">
			<summary>Initialise la collection référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.Remove(System.String)">
			<summary>Supprime de la collection référencée l'objet spécifié.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the object that is to be removed from the referenced collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase.Remove(System.String,System.String)">
			<summary>Supprime de la collection référencée l'objet spécifié.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the SOAP method that is to be removed from the referenced collection.</param>
			<param name="methodNamespace">A <see cref="T:System.String" /> value that specifies the namespace of the SOAP method.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapMethodObject">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapMethodObject" /> fournit l'accès par programme à la méthode SOAP référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapMethodObject.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapMethodObject" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapMethodObject.Namespace">
			<summary>Obtient ou définit l'espace de noms de la méthode SOAP.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the namespace of the SOAP method.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapPayload">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> représente une charge utile SOAP SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.DefaultDatabase">
			<summary>Obtient ou définit la base de données par défaut de la charge utile SOAP.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default database for the SOAP payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.DefaultNamespace">
			<summary>Obtient ou définit l'espace de noms par défaut de la charge utile SOAP.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default namespace for the SOAP payload.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.IsSessionEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la session SOAP est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SOAP session is enabled.If True, the session is enabled.If False (default), the session is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.IsSqlBatchesEnabled">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si les requêtes ad hoc sont autorisées à l'aide de la méthode sqlbatch.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether ad-hoc queries are allowed using the sqlbatch method.If True, ad hoc queries are allowed using the sqlbatch method.If False (default), ad-hoc queries are not allowed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.IsSystemObject">
			<summary>Obtient une valeur booléenne qui spécifie si l'objet est un objet système.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SessionNeverTimesOut">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si la session n'arrive jamais à expiration.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the session never times out.If True, the session never times out.If False (default), the session times out after the specified period in the <see cref="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SessionTimeout" /> property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SessionTimeout">
			<summary>Obtient ou définit le nombre de secondes pendant lesquelles une session doit rester inactive avant d'être arrêtée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the inactive session time-out period in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.SoapPayloadMethods">
			<summary>Référence une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> représente une méthode de charge utile SOAP.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" /> that specifies all the SOAP payload methods.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.WsdlGeneratorOption">
			<summary>Obtient ou définit les options du générateur de l'outil WSDL (Web Services Description Language).</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.WsdlGeneratorOption" /> object value that specifies the WSDL settings for the referenced HTTP endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.WsdlGeneratorProcedure">
			<summary>Obtient ou définit la procédure WSDL.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the WSDL procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.XmlFormatOption">
			<summary>Obtient ou définit les options de format XML.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlFormatOption" /> object value that specifies the XML format for the referenced HTTP endpoint.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayload.XsdSchemaOption">
			<summary>Obtient ou définit l'option de schéma XSD qui spécifie la façon dont les résultats sont retournés d'un schéma XSD inséré.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XsdSchemaOption" /> object value that specifies the method for returning results from an inline XSD schema.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> représente une méthode de charge utile SOAP pour le point de terminaison HTTP référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> avec les paramètres de configuration SOAP spécifiés et avec le nom spécifié.</summary>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> object value that specifies the SOAP configuration settings.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the SOAP payload method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> avec les paramètres de configuration SOAP spécifiés et avec le nom et l'espace de noms de méthode spécifiés.</summary>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> object value that specifies the SOAP configuration settings.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the SOAP payload method.</param>
			<param name="methodNamespace">A <see cref="T:System.String" /> value that specifies the method namespace.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> avec les paramètres de configuration SOAP spécifiés et avec le nom, la méthode, la base de données et le schéma spécifiés.</summary>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> object value that specifies the SOAP configuration settings.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the SOAP payload method.</param>
			<param name="database">A <see cref="T:System.String" /> value that specifies the database.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the method.</param>
			<param name="sqlMethod">A <see cref="T:System.String" /> value that specifies the Microsoft SQL Server method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.#ctor(Microsoft.SqlServer.Management.Smo.SoapPayload,System.String,System.String,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> avec les paramètres de configuration SOAP spécifiés et avec le nom, la base de données, la méthode de schéma et l'espace de noms de méthode spécifiés.</summary>
			<param name="soapPayload">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> object value that specifies the SOAP configuration settings.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the SOAP payload method.</param>
			<param name="database">A <see cref="T:System.String" /> value that specifies the database.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the method.</param>
			<param name="sqlMethod">A <see cref="T:System.String" /> value that specifies the Microsoft SQL Server method.</param>
			<param name="methodNamespace">A <see cref="T:System.String" /> value that specifies the method namespace.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Create">
			<summary>Crée une méthode de charge utile SOAP sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Drop">
			<summary>Supprime la méthode de charge utile SOAP des paramètres de charge utile SOAP.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.SetSqlMethod(System.String,System.String,System.String)">
			<summary>Définit le nom de la base de données, le schéma et le nom de la procédure stockée ou de la fonction définie par l'utilisateur liés à la méthode de charge utile SOAP référencée.</summary>
			<param name="database">A <see cref="T:System.String" /> value that specifies the database required by the stored procedure or user-defined function that is bound to the referenced SOAP payload method. </param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the stored procedure or user-defined function that is bound to the referenced SOAP payload method.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the stored procedure or user-defined function that is bound to the referenced SOAP payload method.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.IsSystemObject">
			<summary>Obtient une valeur booléenne qui spécifie si l'objet est un objet système.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.MethodLoginType">
			<summary>Obtient ou définit le type de connexion de la méthode pour la charge utile SOAP.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MethodLoginType" /> object value that specifies the login type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.MethodXsdSchemaOption">
			<summary>Obtient ou définit l'option de schéma XSD de la méthode qui spécifie la façon dont le schéma XSD des résultats de la méthode est retourné dans la réponse de charge utile SOAP.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.MethodXsdSchemaOption" /> object value that specifies how the XSD schema for the method result is returned in the SOAP payload response.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.ResultFormat">
			<summary>Obtient ou définit le format des résultats, à savoir s'il faut retourner tous les résultats y compris les messages d'informations ou les ensembles de lignes uniquement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ResultFormat" /> object value that specifies whether to return all results including information messages or row sets only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod.SqlMethod">
			<summary>Obtient le nom de la procédure stockée ou de la fonction définie par l'utilisateur liée à la méthode de charge utile SOAP.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the stored procedure or user-defined function that is bound to the SOAP payload method.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> qui représentent toutes les méthodes de charge utile SOAP définies sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Add(Microsoft.SqlServer.Management.Smo.SoapPayloadMethod)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" />.</summary>
			<param name="soapMethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SoapPayloadMethod[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Remove(Microsoft.SqlServer.Management.Smo.SoapPayloadMethod)">
			<summary>Supprime de la collection un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" />.</summary>
			<param name="soapMethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object that specifies the object to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object value that represents the SOAP payload method.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object value that represents the SOAP payload method.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> dans la collection spécifiée par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object value that represents the SOAP payload method.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" /> collection.</param>
			<param name="methodNamespace">A <see cref="T:System.String" /> value that specifies the namespace of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod" /> object to find.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayload" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SortedListCollectionBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SortedListCollectionBase" /> est une classe de base utilisée dans la construction de classes de collection de listes triées.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SortedListCollectionBase.AddImpl(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Ajoute l'objet spécifié à cette collection.</summary>
			<param name="obj"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SortedListCollectionBase.ImplAddExisting(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Ajoute un objet spécifié existant à cette collection</summary>
			<param name="obj"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /></param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SortOrder">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.SortOrder" /> contient des valeurs qui spécifient comment les objets sont triés dans une liste énumérée.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SortOrder.Name">
			<summary>Les objets sont triés par nom.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SortOrder.Schema">
			<summary>Les objets sont triés par schéma.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SortOrder.Type">
			<summary>Les objets sont triés par type d'objet.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SortOrder.Urn">
			<summary>Les objets sont triés par leurs valeurs URN.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssembly">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> représente un assembly dans l'environnement Microsoft .NET. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> avec le nom spécifié et sur la base de données spécifiée.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database on which the assembly is to be registered.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> sur l'instance de SQL Server avec des options supplémentaires. </summary>
			<param name="assemblyAlterMethod">An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions" /> object value that specifies the options for altering the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions,System.String)">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> sur l'instance de SQL Server avec des options supplémentaires. </summary>
			<param name="assemblyAlterMethod">An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions" /> object value that specifies the options for altering the assembly.</param>
			<param name="primaryAssemblyServerPath">A <see cref="T:System.String" /> value that specifies the server path (which can be a network share) of a single module assembly that contains a manifest. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Alter(Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions,System.String[])">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> sur l'instance de SQL Server avec des options supplémentaires. </summary>
			<param name="assemblyAlterMethod">An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions" /> object value that specifies the options for altering the assembly.</param>
			<param name="assemblyLocalPaths">A <see cref="T:System.String" /> array value that specifies the server paths (which can be a network share) of a single module assemblies that contain manifests. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Create(System.String)">
			<summary>Crée un assembly sur l'instance de SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" />.</summary>
			<param name="primaryAssemblyServerPath">A <see cref="T:System.String" /> value that specifies the server path (which can be a network share) of a single module assembly that contains a manifest. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Create(System.String[])">
			<summary>Crée un assembly sur l'instance de SQL Server.</summary>
			<param name="assemblyLocalPaths">A <see cref="T:System.String" /> array value that specifies the server paths (which can be a network share) of a single module assemblies that contain manifests. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the assembly.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the assembly.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the assembly.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Drop">
			<summary>Supprime l'assembly de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour l'assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the assembly. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur l'assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the assembly. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur l'assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the assembly. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur l'assembly.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the assembly. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'accorder l'accès à d'autres utilisateurs sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the assembly.If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'accorder l'accès à d'autres utilisateurs sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the assembly. If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur l'assembly, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur l'assembly, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the assembly.If True, the grantee is given the ability to grant the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the assembly. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur l'assembly.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur l'assembly et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the assembly.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur l'assembly et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the assembly.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur l'assembly et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the assembly.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur l'assembly et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the assembly.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the assembly.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the assembly.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the assembly.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the assembly. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'assembly.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssembly.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'assembly comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.AssemblySecurityLevel">
			<summary>Obtient ou définit le niveau de sécurité pour l'assembly.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.AssemblySecurityLevel" /> object value that specifies the security level for the assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.CreateDate">
			<summary>Obtient la date et l'heure d'enregistrement de l'assembly avec la base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies when the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Culture">
			<summary>Obtient les informations relatives à la culture qui concernent l'assembly référencé. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies culture information for the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Events">
			<summary>Obtient les événements associés à l'assembly référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents" /> object that specifies the events associated with the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.ExtendedProperties">
			<summary>Référence une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies all the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique l'assembly référencé.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.IsSystemObject">
			<summary>Obtient une valeur booléenne qui spécifie si l'assembly est un objet système.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.IsVisible">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si l'assembly est visible après l'inscription.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the assembly is visible after registration.If True, the assembly is visible.If False (default), the assembly is not visible.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value: True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Owner">
			<summary>Obtient ou définit l'utilisateur (principal) qui est le propriétaire de l'assembly référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.PublicKey">
			<summary>Obtient la clé publique de l'assembly référencé.</summary>
			<returns>A <see cref="T:System.Uint8" /> value that specifies the public key for the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.SqlAssemblyFiles">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> représente un fichier d'assembly associé à l'assembly référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" /> that specifies all the assembly files associated with the referenced assembly.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssembly.Version">
			<summary>Obtient la version de l'assembly référencé.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the version value of the referenced assembly.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> qui représentent tous les assemblys définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Add(Microsoft.SqlServer.Management.Smo.SqlAssembly)">
			<summary>Ajoute un SqlAssembly à la collection.</summary>
			<param name="sqlAssembly"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SqlAssembly[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object value that represents the assembly.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object value that represents the assembly.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> représente les événements de l'assembly SQL Server qui peuvent être inclus dans un jeu d'événements d'assembly.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Retourne un jeu d'événements d'assembly SQL créé en ajoutant deux événements d'assembly SQL ensemble.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies a set of two assembly events.</returns>
			<param name="eventLeft">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly event to add.</param>
			<param name="eventRight">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the other assembly event to add.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Retourne un SqlAssemblyEventSet suite à une opération OR au niveau du bit sur deux événements d'assembly Sql.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.Equals(System.Object)">
			<summary>Détermine si l'objet d'événement d'assembly référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced assembly event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_Addition(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Crée un jeu d'événements d'assembly en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies a set of two assembly events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly event.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Crée un jeu d'événements d'assembly en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies a set of assembly events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_Equality(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Crée un jeu d'événements d'assembly en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies a set of assembly events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)~Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet">
			<summary>Effectue une conversion de type sur un SqlAssemblyEvent unique, comme un SqlAssemblyEventSet.</summary>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Crée un jeu d'événements d'assembly en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies a set of assembly events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.AlterAssembly">
			<summary>Obtient un événement d'assembly qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.AlterAssembly" /> event that can be included in the assembly event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent.DropAssembly">
			<summary>Obtient un événement d'assembly qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.DropAssembly" /> event that can be included in the assembly event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents" /> représente les paramètres requis pour la notification d'événements d'assembly SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that specifies the set of assembly events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet)">
			<summary>Spécifie les événements d'assembly à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements d'assembly à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> représente un jeu d'événements d'assembly.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies an assembly event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> objects that specifies a list of assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> that specifies a set of assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Retourne un jeu d'événements d'assembly SQL après avoir ajouté un nouvel événement d'assembly SQL au jeu d'événements référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Retourne un jeu d'événements d'assembly SQL après avoir ajouté un nouvel événement d'assembly SQL au jeu d'événements spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object to which the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> event object is added.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Crée un jeu d'événements d'assembly en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies a set of assembly events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that specifies the assembly event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Crée un jeu d'événements d'assembly en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies a set of assembly events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that specifies the assembly event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Remove(Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that represents the assembly event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.Subtract(Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet,Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent)">
			<summary>Retourne un jeu d'événements d'assembly SQL après avoir soustrait un nouvel événement d'assembly SQL du jeu d'événements spécifié.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object value that specifies the set of SQL assembly events after the event has been subtracted.</returns>
			<param name="eventSet">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object that specifies the assembly event set from which to subtract the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object.</param>
			<param name="anEvent">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent" /> object that specifies the assembly event to subtract from the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.AlterAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est modifié. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.DropAssembly">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'un assembly est supprimé. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropAssembly event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet.NumberOfElements">
			<summary>Obtient le nombre d'éléments dans le jeu d'événements.</summary>
			<returns>An <see cref="T:System.In32" /> value that specifies the number of elements in event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> représente un fichier d'assembly qui stocke un assembly.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.#ctor(Microsoft.SqlServer.Management.Smo.SqlAssembly,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> pour l'assembly spécifié et avec le nom spécifié.</summary>
			<param name="sqlAssembly">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object that specifies the assembly for which to create the assembly file. </param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the assembly file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.GetFileBytes">
			<summary>Retourne les octets dans le fichier d'assembly.</summary>
			<returns>A <see cref="T:System.Uint8" /> array value that contains the bytes of the assembly file.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.GetFileText">
			<summary>Retourne les octets dans le fichier d'assembly dans une représentation hexadécimale.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the bytes in the assembly file in hexadecimal representation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.ID">
			<summary>Obtient la valeur d'ID qui identifiede façon unique le fichier d'assembly.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the assembly file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> qui représentent tous les fichiers d'assembly définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Add(Microsoft.SqlServer.Management.Smo.SqlAssemblyFile)">
			<summary>Ajoute un fichier d'assembly Sql à la collection.</summary>
			<param name="file"><see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SqlAssemblyFile[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> object value that represents the assembly file.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> object value that represents the assembly file.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssembly" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlAssemblyFileCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlDataType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.SqlDataType" /> contient des valeurs utilisées pour spécifier un type de données SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.BigInt">
			<summary>Entier signé 64 bits.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Binary">
			<summary>Tableau d'octets de longueur fixe qui aligne entre 1 et 8 000 octets.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Bit">
			<summary>Valeur binaire non signée qui peut être 0, 1 ou une référence Null.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Char">
			<summary>Tableau d'octets de longueur fixe de caractères non-Unicode (page de codes 256) alignant entre 1 et 8 000 caractères.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Date">
			<summary>L'objet Date représente une date du calendrier grégorien valide dans la plage de dates« 0001–01–01 » à « 9999–12–31 ». </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.DateTime">
			<summary>Valeur d'objet système <see cref="T:System.DateTime" /> qui spécifie une date et une heure entre le 1er janvier 1753 et le 31 décembre 9999, avec une précision de 3,33 millisecondes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.DateTime2">
			<summary>DateTime2 est considéré une extension de l'objet DATETIME existant et a une plage de dates importantes et une grande précision de fraction par défaut. Valeurs qui représentent une date du calendrier grégorien valide dans la plage « 0001–01–01 » à « 9999–12–31 », avec une heure valide selon une horloge de 24 heures.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.DateTimeOffset">
			<summary>DateTimeOffset retourne la date du calendrier grégorien valide dans la plage « 0001–01–01 » à « 9999–12–31 », avec l'heure valide selon une horloge de 24 heures, dans la plage « 00:00:00 » et « 23:59:59:9999999 » au maximum. Un décalage de fuseau horaire qui doit être compris dans une plage de «-14: 00 » et « +14: 00 » est inclus dans DateTimeOffset.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Decimal">
			<summary>Valeur numérique ayant une précision et une échelle fixes, comprise entre -1038 -1 et +1038 -1. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Float">
			<summary>Nombre à virgule flottante à 8 octets, compris entre -1,79E +308 et 1,79E +308.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Geography">
			<summary>Le type spatial GEOGRAPHY représente des données dans un système de coordonnées de monde sphérique. Le type de données GEOGRAPHY SQL Server stocke des données ellipsoïdes, telles que des coordonnées de latitude et de longitude GPS. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Geometry">
			<summary>Le type spatial GEOGRAPHY représente des données dans un système de coordonnées euclidien (plat). </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.HierarchyId">
			<summary>Le type HierarchyID représente des données dans une structure de hiérarchie. Pour plus d'informations, consultez Tutorial: Using the HierarchyId Data Type.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Image">
			<summary>Tableau d'octets de longueur variable qui varie de 0 à 231 -1 (ou 2 147 483 647) octets.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Int">
			<summary>Entier signé 32 bits.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Money">
			<summary>Valeur d'objet système <see cref="T:System.Decimal" /> qui spécifie une valeur de devise comprise entre -263 (ou -922 337 203 685 477,5808) et 263 -1 (ou +922 337 203 685 477,5807) avec une précision d'un dix-millième d'unité monétaire.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NChar">
			<summary>Tableau d'octets de longueur fixe de caractères Unicode alignant entre 1 et 4 000 caractères.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.None">
			<summary>Aucun type de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NText">
			<summary>Tableau d'octets de longueur variable de données Unicode ne pouvant pas dépasser 230 - 1 (ou 1 073 741 823) caractères.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Numeric">
			<summary>Valeur numérique ayant une précision et une échelle fixes, comprise entre -1038 -1 et +1038 -1. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NVarChar">
			<summary>Tableau d'octets de longueur variable de caractères Unicode alignant entre 1 et 2^63 caractères.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.NVarCharMax">
			<summary>Type NVARCHAR (MAX).</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Real">
			<summary>Nombre à virgule flottante à 4 bits compris entre -3.40E +38 et 3.40E +38.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SmallDateTime">
			<summary>Valeur d'objet système <see cref="T:System.DataTime" /> qui spécifie une date et une heure entre le 1er janvier 1900 et le 6 juin 2079, avec une précision d'une minute.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SmallInt">
			<summary>Entier signé 16 bits.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SmallMoney">
			<summary>Valeur d'objet système décimale qui spécifie une valeur de devise comprise entre -214 748,3648 et +214 748,3647 avec une précision d'un dix-millième d'unité monétaire.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.SysName">
			<summary>Chaîne du nom système.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Text">
			<summary>Tableau d'octets de longueur variable de données non-Unicode (page de codes 256) ne pouvant pas dépasser 231 -1 (ou 2 147 483 647) caractères.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Time">
			<summary>L'objet Time retourne des valeurs selon une horloge de 24 heures, dans la plage d'heures « 00:00:00 » et « 23:59:59:9999999 » au maximum. </summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Timestamp">
			<summary>Valeur du tableau d'octets générée automatiquement, garantie unique dans une base de données.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.TinyInt">
			<summary>Entier non signé 8 bits.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.UniqueIdentifier">
			<summary>Identificateur global unique (ou GUID).</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.UserDefinedDataType">
			<summary>Type de données défini par l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.UserDefinedTableType">
			<summary>Type de table défini par l'utilisateur CLR (Common Language Runtime) SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.UserDefinedType">
			<summary>Type défini par l'utilisateur CLR (Common Language Runtime) SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarBinary">
			<summary>Tableau d'octets de longueur variable qui aligne entre 1 et 2^64 octets.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarBinaryMax">
			<summary>Type VARBINARY (MAX).</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarChar">
			<summary>Tableau d'octets de longueur variable de caractères non-Unicode (page de codes 256) alignant entre 1 et 2^64 caractères.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.VarCharMax">
			<summary>Type VARCHAR(MAX).</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Variant">
			<summary>Type de données spécial qui peut contenir des valeurs numériques, de chaîne, binaires, des données de date et les valeurs SQL Server Empty et Null. Ce type de données est assumé si aucun autre type n'est déclaré.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlDataType.Xml">
			<summary>Type de données XML.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection" /> est une classe abstraite utilisée pour la gestion des propriétés d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection.EnumPropertyInfo">
			<summary>Retourne une liste énumérée d'informations de propriété.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo" /> object array value that specifies a list of property information for the referenced object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection.EnumPropertyInfo(Microsoft.SqlServer.Management.Smo.SqlServerVersions)">
			<summary>Retourne une liste énumérée d'informations de propriété.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo" /> object array value that specifies a list of property information for the referenced object.</returns>
			<param name="versions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions" /> object value that specifies the version of Microsoft SQL Server to which the results are limited.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection.GetPropertyInfo(System.String)">
			<summary>Obtient les informations de propriété.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo" /> object value that specifies the property information for the referenced object.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the property.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo" /> est une classe abstraite utilisée pour stocker les informations relatives aux propriétés.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.IsExpensive">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la propriété est coûteuse.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the property is expensive.If True, the property is expensive.If False (default), the property is not expensive.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.IsWriteable">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la propriété peut être modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the property can be modified.If True, the property can be modified.If False (default), the property is read-only.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.Name">
			<summary>Obtient le nom de la propriété.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the property.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.PropertyType">
			<summary>Obtient le type de propriété.</summary>
			<returns>A <see cref="T:System.Type" /> system object value that specifies the property type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo.Versions">
			<summary>Obtient la version de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions" /> object value that specifies the version of SQL Server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersion" /> contient des valeurs utilisées pour spécifier la version de l'instance référencée de SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersion.Version100">
			<summary>
        SQL Server 2008.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersion.Version105">
			<summary>
        SQL Server 2008 R2.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersion.Version80">
			<summary>
        SQL Server 2000.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersion.Version90">
			<summary>
        SQL Server 2005.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.SqlServerVersions" /> contient des valeurs utilisées pour spécifier la version de l'instance référencée de SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Unknown">
			<summary>La version de SQL Server est inconnue.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version100">
			<summary>La version de SQL Server est SQL Server 2008.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version105">
			<summary>La version de SQL Server est SQL Server 2008 R2.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version70">
			<summary>La version de SQL Server est SQL Server 7.0.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version80">
			<summary>La version de SQL Server est SQL Server 2000.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlServerVersions.Version90">
			<summary>La version de SQL Server est SQL Server 2005. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> représente tous les objets SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SqlSmoObject.PropertyChanged">
			<summary>Représente l'événement qui se produit lorsqu'une propriété est modifiée.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SqlSmoObject.PropertyMetadataChanged">
			<summary>Représente l'événement qui se produit lorsque les métadonnées de la propriété sont modifiées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoObject.m_ExtendedProperties">
			<summary>Représente une propriété définie pour étendre les propriétés fournies par un <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoObject.singletonParent">
			<summary>Représente le parent de singleton.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.AddDatabaseContext(System.Collections.Specialized.StringCollection)">
			<summary>Ajoute le contexte de base de données à la collection de requêtes identifiée par le paramètre queries.</summary>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection" /> of queries.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.AddDatabaseContext(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Ajoute le contexte de base de données à la collection de requêtes identifiée par le paramètre queries, à l'aide des options de script spécifiées.</summary>
			<param name="queries">A <see cref="T:System.Collections.Specialized.StringCollection" /> of queries.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object describing the scripting options set for the database. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.AlterImpl">
			<summary>Active l'événement d'objet modifié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.AlterImplFinish(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Méthode appelée lorsque l'événement d'objet modifié est terminé.</summary>
			<param name="alterQuery">A <see cref="T:System.Collections.Specialized.StringCollection" /> object.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.AlterImplInit(System.Collections.Specialized.StringCollection@,Microsoft.SqlServer.Management.Smo.ScriptingOptions@)">
			<summary>Méthode appelée lorsque l'événement d'objet modifié est initialisé.</summary>
			<param name="alterQuery">A pointer to <see cref="T:System.Collections.Specialized.StringCollection" />.</param>
			<param name="so">A pointer to <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.AlterImplWorker">
			<summary>Appelle les méthodes de modification.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.BindDefaultImpl(System.String,System.String,System.Boolean)">
			<summary>Lie les éléments par défaut identifiés par les paramètres.</summary>
			<param name="defaultSchema">A string value that specifies the default schema.</param>
			<param name="defaultName">A string value that specifies the default name.</param>
			<param name="bindColumns">A Boolean value that specifies whether to bind columns.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.BindRuleImpl(System.String,System.String,System.Boolean)">
			<summary>Lie le schéma de règle à la règle et aux colonnes identifiées par les paramètres.</summary>
			<param name="ruleSchema">A string value that specifies the rule schema.</param>
			<param name="rule">A string value that specifies the rule.</param>
			<param name="bindColumns">A Boolean value that specifies whether to bind columns.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckCollation(System.String,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Vérifie l'ordre des options de script par la méthode de classement identifiée par le paramètre collationName.</summary>
			<param name="collationName">A string value that specifies the name of the collation method.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckObjectState">
			<summary>Valide l'état de l'objet référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckObjectState(System.Boolean)">
			<summary>Valide l'état de l'objet référencé avec l'option permettant de spécifier qu'une exception est levée si l'objet n'est pas encore créé.</summary>
			<param name="throwIfNotCreated">A <see cref="T:System.Boolean" /> value that specifies whether to throw an exception if the object is not yet created.If True, the method throws an exception if the object is not yet created. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckObjectStateImpl(System.Boolean)">
			<summary>Vérifie l'état de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="throwIfNotCreated">A Boolean value that specifies whether to throw an exception if the object is not created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersion100">
			<summary>Vérifie si la version de SQL Server est SQL Server 2008.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersion80">
			<summary>Vérifie la validité de l'objet sur SQL Server 2000.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersion80SP3">
			<summary>Vérifie la validité de l'objet sur SQL Server 2000 SP3.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersion90">
			<summary>Vérifie la validité de l'objet sur SQL Server 2005.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CheckVersionBelow90">
			<summary>Vérifie si la version de SQL Server est antérieure à SQL Server 2005.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CleanObject">
			<summary>Définit l'objet sur l'état non modifié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CreateImpl">
			<summary>Crée un objet avec les options de script.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CreateImplFinish(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Méthode appelée lorsque l'événement de création est terminé.</summary>
			<param name="createQuery">A <see cref="T:System.Collections.Specialized.StringCollection" />.</param>
			<param name="so">A  <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.CreateImplInit(System.Collections.Specialized.StringCollection@,Microsoft.SqlServer.Management.Smo.ScriptingOptions@)">
			<summary>Méthode appelée lorsque l'événement de création est initialisé.</summary>
			<param name="createQuery">A pointer to <see cref="T:System.Collections.Specialized.StringCollection" /> of queries.</param>
			<param name="so">A pointer to <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Discover">
			<summary>Découvre une liste de <see cref="T:System.Object" />.</summary>
			<returns>A generic list of type <see cref="T:System.Object" />.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.DropImpl">
			<summary>Supprime un <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.DropImplWorker(Microsoft.SqlServer.Management.Sdk.Sfc.Urn@)">
			<summary>Appelle les méthodes de suppression.</summary>
			<param name="urn">A pointer to a <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.EnumScriptImpl(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Énumère des scripts spécifiés par le paramètre so.</summary>
			<returns>An IEnumberable of script strings.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.EnumScriptImplWorker(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Appelle les méthodes qui énumèrent des scripts spécifiés par le paramètre so.</summary>
			<returns>An IEnumberable of script strings.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.EnumScriptImplWorkerSOChanged(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Retourne une chaîne <see cref="T:System.Collections.IEnumerable" /> qui décrit les options de script pour un objet.</summary>
			<returns>An <see cref="T:System.Collections.IEnumerable" /> string describing the scripting options for an object.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object describing the scripting options for the object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.FormatSqlVariant(System.Object)">
			<summary>Met en forme un objet en tant que type <see cref="T: Microsoft.Data.Schema.Sql.DataGenerator.SqlVariant" />.</summary>
			<returns>The <see cref="T: Microsoft.Data.Schema.Sql.DataGenerator.SqlVariant object converted to a string value." /></returns>
			<param name="sqlVariant">A <see cref="T:System.Object" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GenerateDataSpaceFileStreamScript(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.Boolean)">
			<summary>Génère un script pour créer un fichier de données.</summary>
			<param name="parentScript">A <see cref="T:System.Text.StringBuilder" /> object script.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="alterTable">A Boolean value that specifies whether to alter the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GenerateDataSpaceScript(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script pour allouer l'espace dans le fichier de données.</summary>
			<param name="parentScript">A <see cref="T:System.Text.StringBuilder" /> object script.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetBindDefaultScript(Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Boolean)">
			<summary>Obtient le script qui lie les valeurs par défaut spécifiées par les paramètres defName et defSchema.</summary>
			<returns>A string value that contains the binding script.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="defSchema">A string value that specifies the default schema.</param>
			<param name="defName">A string value that specifies the default name.</param>
			<param name="futureOnly">A Boolean value that specifies whether the binding refers only to future bindings.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetBindRuleScript(Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Boolean)">
			<summary>Obtient le script qui spécifie les règles de liaison.</summary>
			<returns>A string value that contains the binding script.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="ruleSchema">A string value that specifies the rule schema.</param>
			<param name="ruleName">A string value that specifies the rule name.</param>
			<param name="futureOnly">A Boolean value that specifies whether the binding refers only to future bindings.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetBoolParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@)">
			<summary>Affecte un paramètre booléen de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetBoolParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@,System.Boolean)">
			<summary>Affecte une propriété booléenne de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
			<param name="valueAsTrueFalse">A Boolean value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetChildType(System.String,System.String)">
			<summary>Obtient le type d'élément enfant.</summary>
			<returns>A <see cref="T:System.Type" /> object.</returns>
			<param name="objectName">A string value that specifies the name of the object to get.</param>
			<param name="parentName">A string value that specifies the name of the parent object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetDateTimeParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@)">
			<summary>Affecte une propriété datetime de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetDateTimeParameterAsInt(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@)">
			<summary>Affecte la propriété datetime de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> comme une valeur entière, si la propriété datetime n'est pas NULL.</summary>
			<returns>A Boolean value that indicates whether the property was assigned, True if the property was not null and was assigned to an integer value, otherwise False.</returns>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetDBName">
			<summary>Obtient le nom de la base de données associée à l'objet.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetEnumParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Type,System.Int32@)">
			<summary>Affecte une propriété enum de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="enumtype">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetFragOptionString(Microsoft.SqlServer.Management.Smo.FragmentationOption)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" /> en tant que valeur de chaîne.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" />.</returns>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetGuidParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@)">
			<summary>Affecte une propriété <see cref="T:System.Guid" /> de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A Boolean value, True if the property exists and is assigned, otherwise False.</returns>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@)">
			<summary>Affecte un paramètre de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@,System.Boolean)">
			<summary>Affecte un paramètre de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
			<param name="throwIfNotSet">A Boolean value that indicates whether to throw and exception if the parameter is not set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetPropValue(System.String)">
			<summary>Obtient une valeur de propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A <see cref="T:System.Object" /> property value.</returns>
			<param name="propName">A string value that specifies the property name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetPropValueOptional(System.String)">
			<summary>Obtient une valeur de propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A <see cref="T:System.Object" /> property value.</returns>
			<param name="propName">A string value that specifies the property name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetPropValueOptionalAllowNull(System.String)">
			<summary>Obtient une valeur de propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A <see cref="T:System.Object" /> property value.</returns>
			<param name="propName">A string value that specifies the property name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetRealValue(Microsoft.SqlServer.Management.Smo.Property,System.Object)">
			<summary>Obtient une valeur de propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A <see cref="T:System.Object" /> property value.</returns>
			<param name="prop">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object.</param>
			<param name="oldValue">A <see cref="T:System.Object" /> that represents the old value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetScriptingOptionsForCreate">
			<summary>Obtient <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetServerName">
			<summary>Obtient le nom de l'instance de SQL Server à laquelle l'objet est associé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the instance of SQL Server.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetServerObject">
			<summary>Obtient le serveur de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetSqlServerVersionName">
			<summary>Obtient la version de l'instance de SQL Server à laquelle l'objet est associé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the version name of the instance of SQL Server.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetStringParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@)">
			<summary>Affecte un paramètre de chaîne de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A Boolean value, True if the method succeeds, otherwise False.</returns>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetStringParameter(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@,System.Boolean)">
			<summary>Affecte un paramètre de chaîne de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A Boolean value, True if the method succeeds, otherwise False.</returns>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
			<param name="throwIfNotSet">A Boolean value that indicates whether to throw and exception if the parameter is not set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetTimeSpanParameterAsInt(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.ScriptingOptions,System.String,System.String,System.Int32@)">
			<summary>Affecte un paramètre d'intervalle de temps de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A Boolean value, True if the method succeeds, otherwise False.</returns>
			<param name="buffer">A <see cref="T:System.Text.StringBuilder" /> object buffer.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
			<param name="propName">A string value that specifies the property name.</param>
			<param name="sqlPropScript">A string value that specifies the script.</param>
			<param name="count">A pointer to <see cref="T:System.Int32" /> that specifies the count.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetTypeFromUrnSkeleton(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Obtient le type depuis l'objet <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> spécifié par le paramètre.</summary>
			<returns>A <see cref="T:System.Type" /> object.</returns>
			<param name="urn">A <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetUrnRecursive(System.Text.StringBuilder)">
			<summary>Affecte un objet <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="urnbuilder">A <see cref="T:System.Text.StringBuilder" /> object. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.GetUrnRecursive(System.Text.StringBuilder,Microsoft.SqlServer.Management.Smo.UrnIdOption)">
			<summary>Affecte un objet <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="urnbuilder">A <see cref="T:System.Text.StringBuilder" /> object.</param>
			<param name="idOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.UrnIdOption" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ImplInitialize(System.String[],Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[])">
			<summary>Initialise les champs de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A Boolean value, True if the method succeeds, otherwise False.</returns>
			<param name="fields">An array of string values that specify the fields to initialize.</param>
			<param name="orderby">An array of <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy" /> objects that specify the ordering of fields.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Initialize">
			<summary>Initialise l'objet et force le chargement des propriétés.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object initialized successfully.If True, the object initialized successfully. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Initialize(System.Boolean)">
			<summary>Initialise l'objet et force le chargement des propriétés.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object initialized successfully.If True, the object initialized successfully. Otherwise, False.</returns>
			<param name="allProperties">A <see cref="T:System.Boolean" /> value that specifies whether to load all the property values.If True, the property values are loaded. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsCollectionDirty(System.Collections.ICollection)">
			<summary>Détermine si un objet dans la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> a été modifié.</summary>
			<returns>A Boolean value, True if any item has been modified, otherwise False.</returns>
			<param name="col">An <see cref="T:System.Collections.ICollection" /> of <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> objects.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsObjectDirty">
			<summary>Vérifie si les propriétés de l'objet ont été modifiées et les modifications n'ont pas encore été rendues persistantes sur l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.If True, changes have been made but not yet persisted. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsObjectInitialized">
			<summary>Vérifie si l'objet a été initialisé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object has been initialized.If True, the object has been initialized. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsObjectInSpace">
			<summary>Vérifie si l'objet est isolé ou est connecté à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object is isolated or connected to the instance of SQL Server.If True, the object is isolated. Otherwise, False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsVersion80SP3">
			<summary>Détermine si la version de SQL Server est SQL Server 2000 avec SP3.</summary>
			<returns>A Boolean value, True if the version of SQL Server is SQL Server 2000 with SP3, otherwise False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsVersion90AndAbove">
			<summary>Détermine si la version de SQL Server est SQL Server 2005 ou une version ultérieure.</summary>
			<returns>A Boolean value, True if the version of SQL Server is SQL Server 2005 or later, otherwise False.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.MarkDropped">
			<summary>Définit le <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState" /> à supprimer.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.MarkForDropImpl(System.Boolean)">
			<summary>Définit le <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState" /> à supprimer.</summary>
			<param name="dropOnAlter">A Boolean value that specifies whether to drop when object is altered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.PostAlter">
			<summary>Méthode activée après la modification de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.PostCreate">
			<summary>Méthode activée après la création de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.PostDrop">
			<summary>Méthode activée après la suppression de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Refresh">
			<summary>Actualise l'objet et récupère les propriétés la prochaine fois que l'objet est accédé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptAlter(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Modifie le <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> d'après les paramètres.</summary>
			<param name="alterQuery">A <see cref="T:System.Collections.Specialized.StringCollection" /> object.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptCreate(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Modifie le <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> d'après les paramètres.</summary>
			<param name="query">A <see cref="T:System.Collections.Specialized.StringCollection" /> object.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptDdl(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Lève <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException" />.</summary>
			<param name="query">A <see cref="T:System.Collections.Specialized.StringCollection" /> object.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptDrop(System.Collections.Specialized.StringCollection,Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Lève <see cref="T:Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException" />.</summary>
			<param name="dropQuery">A <see cref="T:System.Collections.Specialized.StringCollection" /> object.</param>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptImpl">
			<summary>Obtient une collection de scripts de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A collection of string values that contain the scripts.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptImpl(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Obtient une collection de scripts de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A collection of string values that contain the scripts.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScriptImplWorker(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Obtient une collection de scripts de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<returns>A collection of string values that contain the scripts.</returns>
			<param name="so">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.SetParentImpl(Microsoft.SqlServer.Management.Smo.SqlSmoObject)">
			<summary>Définit le parent de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> sur le paramètre newParent.</summary>
			<param name="newParent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ToString">
			<summary>Retourne une chaîne <see cref="T:System.String" /> qui représente l'objet référencé.</summary>
			<returns>A string value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.TouchImpl">
			<summary>Non implémenté.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Trace(System.String)">
			<summary>Suit l'objet.</summary>
			<param name="traceText">A <see cref="T:System.String" /> value that specifies the trace text.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.UnbindDefaultImpl(System.Boolean)">
			<summary>Annule la liaison des colonnes par défaut de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="bindColumns">A Boolean value that specifies whether to bind columns future only.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.UnbindRuleImpl(System.Boolean)">
			<summary>Annule la liaison des règles de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SqlSmoObject.UpdateCollectionState2(System.Collections.ICollection)">
			<summary>Met à jour l'état de la collection de <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" />.</summary>
			<param name="col">A <see cref="T:System.Collections.ICollection" />.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ExecuteForScalar">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'objet est défini selon l'option permettant l'exécution qui retourne une valeur scalaire.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object is set to the execute for scalar option.If True, the object is set for the execute for scalar option. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.IsTouched">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les propriétés de l'objet ont été mises à jour mais n'ont pas encore été rendues persistantes sur le serveur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object properties have been updated.If True, the properties have been updated. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ObjectInSpace">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'objet existe dans l'isolation, ou s'il est connecté directement ou indirectement à l'instance de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the object isolated or is connected to an instance of SQL Server.If True, the object exists in isolation. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Properties">
			<summary>Obtient une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> qui représentent les propriétés de l'objet.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PropertyCollection" /> object value that specifies the collection of properties associated with the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.ScalarResult">
			<summary>Obtient le résultat scalaire pour l'objet référencé.</summary>
			<returns>An <see cref="T:System.Object" /> system object value that specifies the scalar result for the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SqlSmoObject.Urn">
			<summary>Obtient la valeur URN (Uniform Resource Name) qui identifie de façon unique l'objet.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that specifies the URN address that uniquely identifies the object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SqlSmoState">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoState" /> contient des valeurs utilisées pour spécifier l'état d'un objet SMO.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Creating">
			<summary>L'objet a été créé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Dropped">
			<summary>L'objet a été supprimé.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Existing">
			<summary>L'objet existe.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.Pending">
			<summary>L'objet est en attente d'une instruction.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SqlSmoState.ToBeDropped">
			<summary>L'objet est en attente d'être supprimé.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Statistic">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> représente un compteur des statistiques SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> sur l'objet parent spécifié et avec le nom spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Create">
			<summary>Crée un compteur des statistiques sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Drop">
			<summary>Supprime le compteur des statistiques.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.MarkForDrop(System.Boolean)">
			<summary>Marque le compteur des statistiques qui sera supprimé la prochaine fois que son objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> parent est modifié avec la méthode ALTER. </summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to drop the statistics counter when its parent <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object is altered.If True, the statistics counter is dropped when its parent is altered with the Alter method.If False, the statistics counter is not dropped when its parent is altered with the Alter method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la base de données.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la base de données comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.SetScanOptions(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Définit les options d'analyse pour le compteur des statistiques.</summary>
			<param name="type">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> object that specifies the type of statistic scan to perform.</param>
			<param name="no">An <see cref="T:System.Int32" /> value that specifies the size of the sample value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Update">
			<summary>Met à jour les statistiques pour l'objet référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType)">
			<summary>Met à jour les informations relatives à la distribution de valeurs de clé.</summary>
			<param name="scanType"><see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Met à jour les informations relatives à la distribution de valeurs de clé.</summary>
			<param name="scanType"><see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /></param>
			<param name="sampleValue"><see cref="T:System.Int32" /> - Specifies the percentage of the table or indexed view, or the number of rows to sample when collecting statistics for larger tables or views.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Statistic.Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32,System.Boolean)">
			<summary>Met à jour les informations relatives à la distribution de valeurs de clé.</summary>
			<param name="scanType"><see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /></param>
			<param name="sampleValue"><see cref="T:System.Int32" /> - Specifies the percentage of the table or indexed view, or the number of rows to sample when collecting statistics for larger tables or views.</param>
			<param name="recompute"><see cref="T:System.Boolean" /> - Specifies if statistics that are out of date are automatically recomputed</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.Events">
			<summary>Obtient les événements associés à la base de données. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticEvents" /> object that represents the statistic counter events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.FileGroup">
			<summary>Obtient ou définit le groupe de fichiers dans lequel le compteur des statistiques est stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the file group in which the statistic counter is stored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.FilterDefinition">
			<summary>Obtient ou définit la définition du filtre de compteurs de statistiques.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that contains the filter definition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.HasFilter">
			<summary>Obtient une valeur qui indique si un filtre est associé au compteur des statistiques.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the statistics counter has a filter.If True, the statistics counter has a filter.If False (default), the statistics counter does not have a filter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le compteur des statistiques.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the statistic counter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.IsAutoCreated">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compteur des statistiques est créé automatiquement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the statistic counter is automatically created.If True, the statistic counter is created automatically.If False (default), the statistic counter is created manually. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.IsFromIndexCreation">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compteur des statistiques a été généré à partir de la création d'un index.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the statistic counter was generated from the creation of an index.If True, the statistic counter was generated from the creation of an index.If False (default), the statistic counter was not generated from the creation of an index.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.LastUpdated">
			<summary>Obtient la date et l'heure de la dernière mise à jour du compteur des statistiques.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the statistic counter was last updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.NoAutomaticRecomputation">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compteur des statistiques est recalculé automatiquement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the statistics counter recomputed automatically.If True, the statistics counter is not recomputed automatically.If False (default), the statistics counter is recomputed automatically.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Statistic.StatisticColumns">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> représente une colonne définie sur le compteur des statistiques.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object that represents all the statistic columns defined on the statistics counter. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> qui représentent tous les compteurs des statistiques définis sur la table ou la vue.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.Add(Microsoft.SqlServer.Management.Smo.Statistic)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" />.</summary>
			<param name="statistic">A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object value that specifies the statistic counter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Statistic[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.Remove(Microsoft.SqlServer.Management.Smo.Statistic)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" />.</summary>
			<param name="statistic">A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object value that specifies the statistic counter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> that specifies the name of statistic counter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object value that represents the statistic counter.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object value that represents the statistic counter.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticColumn">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> représente une colonne définie dans un compteur des statistiques SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumn.#ctor(Microsoft.SqlServer.Management.Smo.Statistic,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> pour le compteur des statistiques spécifié, avec le nom spécifié.</summary>
			<param name="statistic">A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object that specifies the statistic counter on which the statistic column is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the column.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumn.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la colonne associée aux statistiques.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the statistic column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumn.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumn.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> qui représentent toutes les colonnes statistiques définies sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Add(Microsoft.SqlServer.Management.Smo.StatisticColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" />.</summary>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object value that specifies the statistic counter column to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Add(Microsoft.SqlServer.Management.Smo.StatisticColumn,System.Int32)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" />.</summary>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object into the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Add(Microsoft.SqlServer.Management.Smo.StatisticColumn,System.String)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" />.</summary>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.CopyTo(Microsoft.SqlServer.Management.Smo.StatisticColumn[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Remove(Microsoft.SqlServer.Management.Smo.StatisticColumn)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" />.</summary>
			<param name="statisticColumn">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object value that specifies the statistic counter column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object value that represents the statistic column.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object value that represents the statistic column.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StatisticColumnCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticColumn" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticEvents" /> représente les paramètres requis pour une notification d'événements de compteur des statistiques SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.StatisticEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of statistic counter events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de compteur des statistique à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de compteur des statistiques qui seront reçus et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StatisticEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> contient des valeurs qui spécifient la façon dont les statistiques sont collectées depuis les tables ou les vues pendant la création ou la mise à jour d'un compteur des statistiques.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Default">
			<summary>Valeur = 5. Spécifie qu'un pourcentage de la table ou de la vue indexée est utilisé lors de la collecte des statistiques. Le pourcentage réel est calculé automatiquement par le moteur SQL Server.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.FullScan">
			<summary>Valeur = 3. Spécifie que toutes les lignes de la table ou de la vue sont lues lors de la collecte des statistiques. Cette option doit être utilisée si une vue est spécifiée et si elle référence plusieurs tables.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Percent">
			<summary>Valeur = 1. Spécifie qu'un pourcentage de la table ou de la vue indexée est utilisé lors de la collecte des statistiques. Cette option ne peut pas être utilisée si une vue est spécifiée et si elle référence plusieurs tables. Si spécifié, utilisez l'argument sampleValue pour indiquer le nombre de lignes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Resample">
			<summary>Valeur = 4. Spécifie que le ratio de pourcentage de la table ou de la vue indexée utilisé lors de la collecte des statistiques est hérité des statistiques existantes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsScanType.Rows">
			<summary>Valeur = 2. Spécifie que plusieurs lignes de la table ou de la vue indexée sont utilisées lors de la collecte des statistiques. Cette option ne peut pas être utilisée si une vue est spécifiée et si elle référence plusieurs tables. Si spécifié, utilisez l'argument sampleValue pour indiquer le nombre de lignes.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget" /> contient des valeurs qui spécifient le type de statistique ciblée pour l'opération de mise à jour.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsTarget.All">
			<summary>Valeur = 3. Les statistiques sont recueillies pour les colonnes et les index. Cette option est celle par défaut.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsTarget.Column">
			<summary>Valeur = 1. Les statistiques sont recueillies uniquement pour les colonnes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.StatisticsTarget.Index">
			<summary>Valeur = 2. Les statistiques sont recueillies uniquement pour les index.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedure">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> représente une procédure stockée SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database in which to create the stored procedure.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database in which to create the stored procedure.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the stored procedure.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the database in which to create the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.ChangeSchema(System.String)">
			<summary>Modifie le schéma pour la procédure stockée.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Create">
			<summary>Crée une procédure stockée sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the stored procedure.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Drop">
			<summary>Supprime la procédure stockée de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour la procédure stockée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the stored procedure. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur la procédure stockée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the stored procedure. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur la procédure stockée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the stored procedure. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié et pour une autorisation spécifiée sur la procédure stockée.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the stored procedure. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure. If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la procédure stockée, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la procédure stockée, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the stored procedure.If True, the grantee is given the ability to grant the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the stored procedure. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.ReCompileReferences">
			<summary>Recompile une procédure stockée ou un déclencheur qui dépend de l'objet SMO de base.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Rename(System.String)">
			<summary>Renomme la procédure stockée.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the stored procedure.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la procédure stockée.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la procédure stockée et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la procédure stockée et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la procédure stockée et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la procédure stockée et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the stored procedure.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the stored procedure.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the stored procedure.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the stored procedure.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the stored procedure. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la procédure stockée.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la procédure stockée tel que spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedure.ScriptHeader(System.Boolean)">
			<summary>Retourne l'en-tête de texte avec l'option de modification du texte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.AnsiNullsStatus">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion ISO NULL est activée dans la procédure stockée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the ISO NULL handing is enabled or not.If True, comparisons to null values equates to false.If False (default), comparisons to null values equates to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.AssemblyName">
			<summary>Obtient ou définit le nom de l'assembly .NET requis par la procédure stockée référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the assembly that is required by the referenced stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ClassName">
			<summary>Obtient ou définit le nom de la classe appelée par la procédure stockée référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the class called by the referenced stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.CreateDate">
			<summary>Obtient la date et l'heure de création de la procédure stockée.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the stored procedure was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la procédure stockée.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the stored procedure was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Events">
			<summary>Obtient les événements associés à la procédure stockée. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents" /> object that represents the stored procedure events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ExecutionContext">
			<summary>Obtient ou définit le contexte d'exécution pour la procédure stockée.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionContext" /> object value that specifies the execution context of the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ExecutionContextPrincipal">
			<summary>Obtient ou définit le principal du contexte d'exécution pour la procédure stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the server principal context in which the object is executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ForReplication">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée est disponible pour la réplication.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the stored procedure is available for publishing by Microsoft SQL Server replication services.If True, the stored procedure is available for replication.If False (default), the stored procedure is not available for replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la procédure stockée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ImplementationType">
			<summary>Obtient ou définit le type d'implémentation de la procédure stockée.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.ImplementationType" /> object value that specifies the implementation type of the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.IsEncrypted">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée est chiffrée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether stored procedure is encrypted.If True, the stored procedure is encrypted.If False (default), the stored procedure is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.IsSchemaOwned">
			<summary>Obtient une propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée est possédée par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> property that specifies whether the stored procedure is owned by a schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.IsSystemObject">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the stored procedure is a system object or not.If True, the stored procedure is a system object.If False (default), the stored procedure is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.MethodName">
			<summary>Obtient le nom de la méthode pour la procédure stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the method name for the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.NumberedStoredProcedures">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedure" /> représente une procédure stockée numérotée définie pour la procédure stockée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureCollection" /> object that represents all the numbered stored procedures defined for the stored procedure. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Owner">
			<summary>Obtient ou définit le propriétaire de la procédure stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the login name of the stored procedures owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Parameters">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> représente un paramètre défini pour la procédure stockée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object that represents all the parameter defined for the stored procedure. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.QuotedIdentifierStatus">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies how quoted identifies are handled in the stored procedure.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Recompile">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée est recompilée avant l'exécution.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the stored procedure is recompiled before execution.If True, the stored procedure is recompiled before every execution.If False (default), the stored procedure is not recompiled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.Startup">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la procédure stockée s'exécute lorsque l'instance de Microsoft SQL Server démarre.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the stored procedure runs when the instance of SQL Server starts up.If True, the stored procedure runs at startup time.If False (default), the stored procedure does not run at startup time.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.TextBody">
			<summary>Obtient ou définit la chaîne Transact-SQL qui définit la procédure stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Transact-SQL string that defines the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.TextHeader">
			<summary>Obtient ou définit la partie d'en-tête de la chaîne Transact-SQL qui définit la procédure stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header from the definition of the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedure.TextMode">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si l'en-tête de texte est modifiable en tant que texte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> qui représentent toutes les procédures stockées définies sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedure)">
			<summary>Ajoute une procédure stockée à la collection.</summary>
			<param name="storedProcedure"><see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.CopyTo(Microsoft.SqlServer.Management.Smo.StoredProcedure[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object value that represents the stored procedure.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object value that represents the stored procedure.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object value that represents the stored procedure.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> représente les événements de procédure stockée SQL Server qui peuvent être inclus dans un jeu d'événements de procédure stockée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Retourne le jeu d'événements de procédure stockée créé lorsque deux événements de procédure stockée sont ajoutés.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of two stored procedures that are created when two events were added together.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies a stored procedure event.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies another stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Crée un jeu d'événements de procédure stockée en combinant deux événements de procédure stockée à l'aide d'une opération OR au niveau du bit.</summary>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.Equals(System.Object)">
			<summary>Détermine si l'objet événement de procédure stockée référencé est égal à l'objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced stored procedure event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_Addition(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Crée un jeu d'événements de procédure stockée en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of stored procedure events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Crée un jeu d'événements de procédure stockée en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of stored procedure events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_Equality(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Crée un jeu d'événements de procédure stockée en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of stored procedure events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)~Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet">
			<summary>Effectue une conversion de type sur un événement de procédure stockée unique pour obtenir un jeu d'événements de procédure stockée.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /></returns>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Crée un jeu d'événements de procédure stockée en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of stored procedure events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.AlterProcedure">
			<summary>Obtient un événement de procédure stockée pouvant être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.AlterProcedure" /> event that can be included in the stored procedure event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent.DropProcedure">
			<summary>Obtient un événement de procédure stockée pouvant être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that represents the <see cref="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.DropProcedure" /> event that can be included in the stored procedure event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents" /> représente les paramètres requis pour la notification d'événements de procédure stockée SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the set of stored procedure events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet)">
			<summary>Spécifie les événements de procédure stockée à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de procédure stockée à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> représente un jeu d'événements de procédure stockée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies a stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> objects that specifies a list of stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> that specifies a set of stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Retourne un jeu d'événements de procédure stockée après avoir ajouté un nouvel événement de procédure stockée au jeu d'événements référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the stored procedure event set after the new event is added.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that is added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Retourne un jeu d'événements de procédure stockée après avoir ajouté un nouvel événement de procédure stockée au jeu d'événements spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the stored procedure event set after the new event is added.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the event set to which the event is added.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that is added to the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Crée un jeu d'événements de procédure stockée en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of stored procedure events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the stored procedure event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Crée un jeu d'événements de procédure stockée en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of stored procedure events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the stored procedure event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Remove(Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that represents the stored procedure event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.Subtract(Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet,Microsoft.SqlServer.Management.Smo.StoredProcedureEvent)">
			<summary>Retourne un jeu d'événements de procédure stockée après avoir soustrait un événement de procédure stockée du jeu d'événements spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object value that specifies a set of stored procedure events after the stored procedure event is subtracted.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object that specifies the stored procedure event set from which to subtract the stored procedure event.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEvent" /> object that specifies the stored procedure event to be subtracted from the event set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.AlterProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure stockée est modifiée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.DropProcedure">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement est inclus dans le jeu d'événements. L'événement se produit lorsqu'une procédure stockée est supprimée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropProcedure event is included in the event set.If True, the event is included in the event set.If False (default), the event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureEventSet.NumberOfElements">
			<summary>Obtient le nombre d'événements dans le jeu d'événements.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of events in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> représente un paramètre de la procédure stockée SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedure,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> pour la procédure stockée spécifiée, avec le nom spécifié.</summary>
			<param name="storedProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object value that specifies the stored procedure on which the parameter is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the stored procedure parameter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.#ctor(Microsoft.SqlServer.Management.Smo.StoredProcedure,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> pour la procédure stockée spécifiée, avec le nom et le type de données spécifiés.</summary>
			<param name="storedProcedure">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object value that specifies the stored procedure on which the parameter is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the stored procedure parameter.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> system object value that specifies the data type of the stored procedure parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.IsCursorParameter">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si le paramètre est un paramètre de curseur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the stored procedure parameter is an cursor parameter.If True, the referenced stored procedure parameter is a cursor parameter.If False (default), the referenced stored procedure parameter is not a cursor parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.IsOutputParameter">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si le paramètre est un paramètre de sortie.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the stored procedure parameter is an output parameter.If True, the referenced stored procedure parameter is an output parameter, which contains returned results after the stored procedure is called.If False (default), the referenced stored procedure parameter is an input parameter, which contains arguments that are used within the stored procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> qui représentent tous les paramètres de procédure stockée définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" />.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object value that specifies the statistic counter column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter,System.Int32)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" />.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object into the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Add(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter,System.String)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" />.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.StoredProcedureParameter)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" />.</summary>
			<param name="storedProcedureParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object value that specifies the statistic counter column to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object value that represents the stored procedure parameter.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object value that represents the stored procedure parameter.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.StoredProcedureParameterCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedure" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.StoredProcedureParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SymmetricKey">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> représente une clé symétrique SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the symmetric key.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.AddKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption)">
			<summary>Ajoute le chiffrement à clé à la clé symétrique.</summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies one encryption mechanism to be added to the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.AddKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[])">
			<summary>Ajoute le chiffrement à clé à la clé symétrique.</summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object array value that specifies two or more encryption mechanisms to be added to the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Alter">
			<summary>Met à jour toutes les modifications apportées à la propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Close">
			<summary>Ferme la clé symétrique.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies the encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object array value that specifies more than one encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.Security.SecureString)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies the encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.Security.SecureString" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies the encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.Security.SecureString)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object array value that specifies more than one encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.Security.SecureString" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object array value that specifies more than one encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,System.String,System.String,Microsoft.SqlServer.Management.Smo.CreateDispositionType)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies the encryption type.</param>
			<param name="providerAlgorithm">A <see cref="T:System.String" /> value that identifies the name of the Provider Algorithm.</param>
			<param name="providerKeyName">A <see cref="T:System.String" /> value that identifies the name of the key as designated by the provider</param>
			<param name="createDispositionType">The <see cref="T:Microsoft.SqlServer.Management.Smo.CreateDispositionType" /> object specifies an existing or a new Extensible Key Management key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.Security.SecureString,System.String)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies the encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.Security.SecureString" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="identityPhrase">A <see cref="T:System.String" /> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption,Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String,System.String)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryption">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies the encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="identityPhrase">A <see cref="T:System.String" /> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.Security.SecureString,System.String)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object array value that specifies more than one encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.Security.SecureString" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="identityPhrase">A <see cref="T:System.String" /> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Create(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[],Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm,System.String,System.String)">
			<summary>Crée une clé symétrique sur la base de données avec le type et la méthode de chiffrement spécifiés. </summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object array value that specifies more than one encryption type.</param>
			<param name="keyEncryptionAlgorithm">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> value that specifies the encryption method.</param>
			<param name="passPhrase">A <see cref="T:System.String" /> value that specifies the pass phrase from which the symmetric key can be derived.</param>
			<param name="identityPhrase">A <see cref="T:System.String" /> value that specifies the identity phrase used to tag data that is encrypted with the key. Either passPhrase or identityPhrase can be null, but at least one needs to be set.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the symmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the symmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the symmetric key.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Drop">
			<summary>Supprime une clé symétrique de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Drop(System.Boolean)">
			<summary>Supprime une clé symétrique et la clé du fournisseur associé de l'instance de SQL Server.</summary>
			<param name="removeProviderKey">Specifies whether to remove the provider key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.DropKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption)">
			<summary>Supprime le chiffrement à clé spécifié de la clé symétrique.</summary>
			<param name="keyEncryption">An <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object value that specifies the key encryption to be removed from the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.DropKeyEncryption(Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[])">
			<summary>Supprime les chiffrements à clé spécifiés de la clé symétrique.</summary>
			<param name="keyEncryptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> object array value that specifies the key encryptions to be removed from the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumKeyEncryptions">
			<summary>Énumère les chiffrements à clé associés à la clé symétrique.</summary>
			<returns>An <see cref="T:System.Data.DataTable" /> system object value that contains a list of key encryptions associated with the symmetric key. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour la clé symétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the symmetric key. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur la clé symétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the symmetric key. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur la clé symétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the symmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur la clé symétrique.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the symmetric key. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">An array of <see cref="T:System.String" /> values that specify the grantees to be granted the specified set of permissions on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the symmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key. If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la clé symétrique, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la clé symétrique, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the symmetric key.If True, the grantee is given the ability to grant the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the symmetric key. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Open(System.String)">
			<summary>Ouvre la clé symétrique.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password required to open the symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.OpenWithCertificate(System.String)">
			<summary>Ouvre la clé symétrique avec un certificat.</summary>
			<param name="certificateName">A <see cref="T:System.String" /> value that specifies the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.OpenWithCertificate(System.String,System.String)">
			<summary>Ouvre la clé symétrique avec un certificat.</summary>
			<param name="certificateName">A <see cref="T:System.String" /> value that specifies the certificate.</param>
			<param name="privateKeyPassword">A <see cref="T:System.String" /> value that specifies the password that was used to encrypt the private key of the certificate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.OpenWithSymmetricKey(System.String)">
			<summary>Ouvre la clé symétrique avec une autre clé symétrique.</summary>
			<param name="symmetricKeyName">A <see cref="T:System.String" /> value that specifies the other symmetric key.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la clé symétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la clé symétrique et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the symmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la clé symétrique et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the symmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la clé symétrique et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the symmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKey.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la clé symétrique et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the symmetric key.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the symmetric key.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the symmetric key.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the symmetric key.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the symmetric key. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.CreateDate">
			<summary>Obtient la date et l'heure de création de la clé symétrique.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies when the symmetric key was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la clé symétrique.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the symmetric key was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.EncryptionAlgorithm">
			<summary>Obtient ou définit l'algorithme de chiffrement à clé symétrique.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm" /> object value that specifies the encryption algorithm used by the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la clé symétrique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.IsOpen">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la clé symétrique est ouverte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the symmetric key is open.If True, the symmetric key is open.If False (default), the symmetric key is closed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.KeyGuid">
			<summary>Obtient la valeur GUID qui identifie de façon unique et globalement la clé symétrique.</summary>
			<returns>A <see cref="T:System.Guid" /> system object value that specifies the GUID that uniquely identifies the symmetric key globally.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.KeyLength">
			<summary>Obtient la longueur de la clé symétrique en bits.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the length of the symmetric key in bits.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.Owner">
			<summary>Obtient ou définit le propriétaire de la clé symétrique.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKey.ProviderName">
			<summary>Obtient ou définit le nom du fournisseur de clés.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> qui représentent toutes les clés symétriques sur la base de données référencée. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.Add(Microsoft.SqlServer.Management.Smo.SymmetricKey)">
			<summary>Ajoute une clé symétrique à la base de données.</summary>
			<param name="symmetricKey"><see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SymmetricKey[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> object value that represents the symmetric key.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> object value that represents the symmetric key.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKey" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> représente le type de chiffrement utilisé lors du chiffrement de clés symétriques.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.#ctor(Microsoft.SqlServer.Management.Smo.KeyEncryptionType,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption" /> avec le type de chiffrement spécifié et avec la valeur spécifiée.</summary>
			<param name="encryptionType">An <see cref="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType" /> object value that specifies the key encryption type.</param>
			<param name="value">A <see cref="T:System.String" /> value that specifies the value of the key encryption.</param>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.KeyEncryptionType">
			<summary>Obtient ou définit le type de chiffrement à clé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.KeyEncryptionType" /> object value that specifies the type of encryption used on the symmetric key.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption.ObjectNameOrPassword">
			<summary>Obtient ou définit le nom d'objet ou le mot de passe associé au chiffrement de clé symétrique.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the object name or password associated with the symmetric key encryption.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Synonym">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> représente un synonyme SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the synonym belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the synonym belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the synonym.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema for the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> sur la base de données spécifiée et qui a le nom et l'objet de base spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the synonym belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the synonym.</param>
			<param name="baseServer">A <see cref="T:System.String" /> value that specifies the instance of SQL Server on which the synonym base object exists.</param>
			<param name="baseDatabase">A <see cref="T:System.String" /> value that specifies database on which the synonym base object exists.</param>
			<param name="baseSchema">A <see cref="T:System.String" /> value that specifies the schema for the synonym base object.</param>
			<param name="baseObject">A <see cref="T:System.String" /> value that specifies the synonym base object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String,System.String,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> sur la base de données spécifiée et qui a le nom, le schéma et l'objet de base spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the synonym belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the synonym.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the synonym.</param>
			<param name="baseServer">A <see cref="T:System.String" /> value that specifies the instance of SQL Server on which the synonym base object exists.</param>
			<param name="baseDatabase">A <see cref="T:System.String" /> value that specifies database on which the synonym base object exists.</param>
			<param name="baseSchema">A <see cref="T:System.String" /> value that specifies the schema for the synonym base object.</param>
			<param name="baseObject">A <see cref="T:System.String" /> value that specifies the synonym base object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> sur l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Create">
			<summary>Crée un synonyme sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the synonym.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the synonym.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the synonym.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Drop">
			<summary>Supprime le synonyme de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour le synonyme.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the synonym. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur le synonyme.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the synonym. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur le synonyme.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the synonym. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur le synonyme.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the synonym. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the synonym.If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the synonym. If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le synonyme, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le synonyme, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the synonym.If True, the grantee is given the ability to grant the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the synonym. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur le synonyme.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le synonyme et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the synonym.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le synonyme et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the synonym.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le synonyme et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the synonym.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le synonyme et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the synonym.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the synonym.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the synonym.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the synonym.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the synonym. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le synonyme.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Synonym.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le synonyme comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseDatabase">
			<summary>Obtient ou définit la base de données de base sur laquelle l'objet de base réside.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the base database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseObject">
			<summary>Obtient ou définit l'objet de base pour lequel le synonyme est défini.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the base object for the synonym.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseSchema">
			<summary>Obtient ou définit le schéma de l'objet de base.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema of the base object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseServer">
			<summary>Obtient ou définit l'instance de SQL Server sur laquelle l'objet de base réside.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the instance of SQL Server on which the base object resides.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.BaseType">
			<summary>Spécifie le type de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymBaseType" /> enumeration value that specifies the type of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.CreateDate">
			<summary>Obtient la date et l'heure de création du synonyme.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the synonym was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du synonyme.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the synonym was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.Events">
			<summary>Obtient les événements pris en charge par le synonyme.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymEvents" /> object value that specifies the events supported by the synonym.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Dts.Runtime.ExtendedProperty" /> qui contiennent les informations relatives aux propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le synonyme.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the synonym.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.IsSchemaOwned">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui spécifie si l'objet Synonym est possédé par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the Synonym object is owned by a schema.Returns True if the synonym is owned by a schema; otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.Owner">
			<summary>Obtient ou définit le propriétaire de <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the login name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Synonym.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SynonymCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> qui représentent tous les synonymes sur la base de données référencée. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymCollection.Add(Microsoft.SqlServer.Management.Smo.Synonym)">
			<summary>Ajoute une synonyme à la collection.</summary>
			<param name="synonym"><see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Synonym[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object value that represents the synonym.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object value that represents the synonym.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object value that represents the synonym.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the synonym.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SynonymCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SynonymEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SynonymEvents" /> représente les paramètres requis pour la notification d'événements de synonyme SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.SynonymEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Synonym" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of synonym events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de synonyme à recevoir.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de synonyme à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SynonymEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemDataType">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> représente un type de données système pris en charge. <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> représente tous les types de données système pris en charge.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.AllowIdentity">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données système autorise une valeur d'identité.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the system data type allows an identity value.If True, the system data type allows an identity value.If False, the system data type does not allow an identity value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.AllowLength">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données système autorise une spécification de longueur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the system data type allows a length specification.If True, the system data type allows a length specification.If False, the system data type does not allow a length specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.AllowNulls">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données système autorise des valeurs NULL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the system data type allows null values.If True, the system data type allows null values.If False, the system data type does not allow null values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.Collation">
			<summary>Obtient la valeur <see cref="T:System.String" /> qui spécifie le classement pour le type de données système.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the collation for the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le type de données système.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.MaximumLength">
			<summary>Obtient la longueur maximale du type de données système.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum length of the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.NumericPrecision">
			<summary>Obtient la précision numérique du type de données système.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the numeric precision of the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.NumericScale">
			<summary>Obtient l'échelle numérique du type de données système.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the numeric scale of the system data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataType.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> qui représentent tous les types de données système sur la base de données référencée. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.Add(Microsoft.SqlServer.Management.Smo.SystemDataType)">
			<summary>Ajoute un type de données système à la collection.</summary>
			<param name="dataType"><see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SystemDataType[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> object value that represents the system data type.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> object value that represents the system data type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemDataTypeCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemMessage">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> représente des messages définis par le système.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le message système écrit.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the system message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.IsLogged">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le message système est entré dans le journal des événements de Microsoft Windows.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the system message is logged in the Windows event log.If True, the system message is logged in the Windows event log.If False, the system message is not logged in the Windows event log.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Language">
			<summary>Obtient le langage dans lequel le message système est écrit.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the language in which the system message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.LanguageID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le langage dans lequel le message système est écrit.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the language in which the system message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Severity">
			<summary>Obtient la gravité du message système.</summary>
			<returns>A <see cref="T:System.Uint8" /> value that specifies the severity of the system message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessage.Text">
			<summary>Obtient le texte du message système.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text of the system message.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> qui représentent tous les messages système sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.CopyTo(Microsoft.SqlServer.Management.Smo.SystemMessage[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.GetCollectionElementType">
			<summary>Retourne le type d'élément de collection.</summary>
			<returns><see cref="T:System.Type" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.ItemByIdAndLanguage(System.Int32,System.String)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> à l'aide d'un identificateur unique défini par le système et de la langue spécifiée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> collection.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language in which the system message is written. Language name formats are listed in sys.syslanguages system table, us_english, British, and Deutsch for example.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.ItemByIdAndLanguageId(System.Int32,System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> à l'aide d'un identificateur unique défini par le système et de l'ID de langue spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> collection.</param>
			<param name="languageID">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the language in which the system message is written. The language ID values are listed in sys.syslanguages system table, us_english is 0, and Deutsch is 1 for example.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object value that represents the system message.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.Item(System.Int32,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessage" /> object value that represents the system message.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies an ID value that uniquely identifies the system message.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language in which the system message is written.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.SystemMessageCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.SystemMessageCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Table">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> représente une table SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Table" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> sur la base de données spécifiée et qui a le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database in which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the table to be created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database in which to create the <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the schema for the table to be created.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema for the table to be created.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.AlterWithNoCheck">
			<summary>Met à jour les modifications apportées à la propriété de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> sur l'instance de SQL Server sans vérifier les valeurs de la propriété auparavant. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.ChangeSchema(System.String)">
			<summary>Modifie le schéma sur la table référencée.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.CheckIdentityValue">
			<summary>Vérifie l'intégrité de toutes les colonnes d'identité dans la table référencée.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains the current identity value and the current column value.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.CheckTable">
			<summary>Teste l'intégrité des pages de base de données de la table et des index définis sur la table.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains the results of the checking the integrity of the table, including the number of rows and the number of pages.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.CheckTableDataOnly">
			<summary>Teste l'intégrité des pages de base de données pour les données de la table définies sur la table.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains the results of the checking the integrity of the table,. This includes the number of rows and the number of pages.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Create">
			<summary>Crée une table sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié pour les bénéficiaires spécifiés sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the table.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether the users to whom the grantee granted the specified set of permission are also denied access to the specified set of permissions on the table.If True, the grantee and the users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire, sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns for which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse l'autorisation spécifiée aux bénéficiaires spécifiés sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the table.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires, sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the table.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the table.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.DisableAllIndexes">
			<summary>Désactive tous les index qui sont sur la table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Drop">
			<summary>Supprime la table de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnableAllIndexes(Microsoft.SqlServer.Management.Smo.IndexEnableAction)">
			<summary>Active tous les index.</summary>
			<param name="action">An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexEnableAction" /> object value that specifies how to enable the indexes.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions">
			<summary>Énumère les autorisations au niveau des colonnes de la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the table. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations au niveau des colonnes pour une autorisation spécifiée sur la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified permission on the table. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions(System.String)">
			<summary>Énumère les autorisations au niveau des colonnes pour un bénéficiaire spécifié sur la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified grantee on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations au niveau des colonnes pour un bénéficiaire spécifié et une autorisation spécifiée sur la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified grantee and permission on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumForeignKeys">
			<summary>Énumère les clés primaires dans lesquelles la table est référencée en tant que clé étrangère.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about where this table is referenced as a foreign key. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. Column Data type Description Table_Schema<see cref="T:System.String" />The name of the schema associated with the table that contains the foreign key.Table_Name<see cref="T:System.String" />The name of the table that contains the foreign key.Name<see cref="T:System.String" />The name of the foreign key.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumLastStatisticsUpdates">
			<summary>Énumère les informations relatives aux mises à jour des statistiques les plus récentes.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about the most recent statistics updates.ColumnData typeDescriptionName<see cref="T:System.String" />The name of the key or index on which the statistic counter is based.LastUpdated<see cref="T:System.DateTime" />The date and time when the statistics were last updated.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumLastStatisticsUpdates(System.String)">
			<summary>Énumère les informations relatives aux mises à jour des statistiques les plus récentes pour le compteur des statistiques spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about the most recent statistics updates.Column Data type Description Name<see cref="T:System.String" />The name of key or index on which the statistic counter is based.LastUpdated<see cref="T:System.DateTime" />The date and time when the statistics were last updated.</returns>
			<param name="statname">A <see cref="T:System.String" /> value that specifies the statistic counter to which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets de la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the table. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the table. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur la table.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the table. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumScript">
			<summary>Retourne un objet IEnumerable&lt;string&gt; qui a le script pour les objets passés.</summary>
			<returns><see cref="T:System.Collections.Generic.IEnumerable&lt;T&gt;" /> Interface.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.EnumScript(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Retourne un objet IEnumerable&lt;string&gt; qui a le script pour les objets passés.</summary>
			<returns><see cref="T:System.Collections.Generic.IEnumerable&lt;T&gt;" /> Interface.</returns>
			<param name="scriptingOptions"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations au bénéficiaire spécifié sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Octroie l'accès à l'autorisation spécifiée sur les colonnes spécifiées au bénéficiaire spécifié sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations aux bénéficiaires spécifiés sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table. If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires pour les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la table, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Octroie au bénéficiaire l'autorisation spécifiée et la capacité d'octroyer le jeu spécifié d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table. If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la table, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu spécifié d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table. If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la table, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la table, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the table.If True, the grantee is given the ability to grant the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Rebuild">
			<summary>Reconstruit la table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Rebuild(System.Int32)">
			<summary>Reconstruit la partition de table spécifiée.</summary>
			<param name="partitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition number to rebuild.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.RebuildIndexes(System.Int32)">
			<summary>Reconstruit les index sur la table.</summary>
			<param name="fillFactor">An <see cref="T:System.Int32" /> value that specifies the fillfactor value as a percentage.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.RecalculateSpaceUsage">
			<summary>Recalcule l'espace utilisé sur la table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Rename(System.String)">
			<summary>Renomme la table.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies the new name of the table.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur les colonnes spécifiées sur la table.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la table et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the table.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la table et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the table.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the table.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la table et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées sur la table et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la table et tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées sur la table et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table. Otherwise, False..</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur les colonnes spécifiées sur la table et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées sur la table et tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the table.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the table. Otherwise, False.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the table.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the table. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(Microsoft.SqlServer.Management.Smo.Table)">
			<summary>Bascule la partition de la table sur la table cible spécifiée.</summary>
			<param name="targetTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that specifies the table that is in the required partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(System.Int32,Microsoft.SqlServer.Management.Smo.Table)">
			<summary>Bascule la partition spécifiée de la table sur la table cible spécifiée (on suppose que la table cible n'est pas partitionnée).</summary>
			<param name="sourcePartitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition number of the source partition.</param>
			<param name="targetTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that specifies the table that is in the required partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(Microsoft.SqlServer.Management.Smo.Table,System.Int32)">
			<summary>Bascule la table sur la partition ayant le numéro spécifié de la table cible spécifiée.</summary>
			<param name="targetTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that specifies the table that is in the required partition.</param>
			<param name="targetPartitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition number of the target partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.SwitchPartition(System.Int32,Microsoft.SqlServer.Management.Smo.Table,System.Int32)">
			<summary>Bascule la partition source de la table spécifiée sur la cible spécifiée de la table cible spécifiée.</summary>
			<param name="sourcePartitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition number of the source partition.</param>
			<param name="targetTable">A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that specifies the table that is in the required partition.</param>
			<param name="targetPartitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition number of the target partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Table.TruncateData">
			<summary>Tronque les données dans la table.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.AnsiNullsStatus">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion ISO NULL est activée sur la table.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the ISO NULL handing is enabled or not.If True, comparisons to null values equate to False. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.ChangeTrackingEnabled">
			<summary>Spécifie si le suivi des modifications est activé ou désactivé pour la table.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Checks">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Check" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> représente une contrainte de validation définie sur la table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> object that represents all the check constraints that are defined on the table. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.CreateDate">
			<summary>Obtient la date et l'heure de création de la table.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the table was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.DataSpaceUsed">
			<summary>Obtient l'espace de stockage utilisé par les lignes de la table référencée, en kilo-octets.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the storage space of the rows of data in the table, in kilobytes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la table.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the table was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Events">
			<summary>Obtient les événements associés à la table. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvents" /> object that represents the table events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.FakeSystemTable">
			<summary>Obtient la valeur <see cref="T:System.Boolean" /> qui spécifie si la table référence une table système. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the table references a system table.If True, the table references a system table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.FileGroup">
			<summary>Obtient ou définit le groupe de fichiers dans lequel la table est stockée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the filegroup in which the table is stored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.FileStreamFileGroup">
			<summary>Obtient ou définit le groupe de fichiers des données FILESTREAM.</summary>
			<returns>A <see cref="T:System.String" /> that represents the current group name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.FileStreamPartitionScheme">
			<summary>Obtient ou définit le schéma partitionné des données FILESTREAM.</summary>
			<returns>A <see cref="T:System.String" /> that represents the current partition scheme name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.ForeignKeys">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> représente une clé étrangère définie sur la table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ForeignKey" /> object that represents all the foreign keys defined on the table. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasAfterTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table a des déclencheurs AFTER. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there are any after triggers defined on the table.If True, at least one of the table's triggers is defined as an after trigger.If False (default), there are no after triggers defined on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasClusteredIndex">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table a un index cluster. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is a clustered index defined on the table.If True, there is a clustered index defined on the table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasCompressedPartitions">
			<summary>Obtient une valeur qui indique si la table utilise des partitions compressées</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the table has compressed partitions. If True, the table has compressed partitions. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasDeleteTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table a un déclencheur DELETE. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there are any delete triggers defined on the table.If True, there is a delete trigger defined on the table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasIndex">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table a au moins un index. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is at least one index defined on the table.If True, there is an index defined on the table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasInsertTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table a un déclencheur INSERT. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there are any insert triggers defined on the table.If True, there is an insert trigger defined on the table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasInsteadOfTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table a des déclencheurs INSTEAD OF. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there are any instead of triggers defined on the table.If True, at least one of the table's triggers is defined as an instead of trigger. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.HasUpdateTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table a un déclencheur UPDATE. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is an update trigger defined on the table.If True, there is an update trigger defined on the table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la table.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Indexes">
			<summary>Obtient une collection d'index.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IndexSpaceUsed">
			<summary>Obtient l'espace utilisé par l'index, en kilo-octets.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies space used by the index, in KB.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsIndexable">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si un index peut être placé sur la table. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether an index can be placed on the table.If True, an index can be placed on the table. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsPartitioned">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table est partitionnée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the table is partitioned.If True, the table is partitioned. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsSchemaOwned">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le schéma de la table a un propriétaire.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the table schema is owned.If True, the table schema is owned. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsSystemObject">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la table est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the table is a system object.If True, the table is a system object. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.IsVarDecimalStorageFormatEnabled">
			<summary>Spécifie si le format de stockage VarDecimal est activé.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.LockEscalation">
			<summary>Obtient ou définit le type d'escalade de verrous utilisé sur la table. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LockEscalationType" /> value that specifies the type of lock escalation that is used on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.MaximumDegreeOfParallelism">
			<summary>Obtient ou définit le nombre maximal de processeurs à utiliser dans une exécution de plan parallèle qui inclut la table. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of processors to use in a parallel plan execution.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création.  Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.OnlineHeapOperation">
			<summary>Obtient ou définit la valeur <see cref="T:System.Boolean" /> qui détermine si la table prend en charge un segment de mémoire en ligne ou des opérations d'index. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the table supports online heap or index operations.If True, the table supports online heap operations. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Owner">
			<summary>Obtient ou définit le propriétaire de la table. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.PartitionScheme">
			<summary>Obtient ou définit le nom du schéma partitionné configuré pour la table.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the partition scheme that is configured on the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.PartitionSchemeParameters">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> représente un paramètre de schéma partitionné défini sur la table.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PartitionSchemeParameter" /> object that represents all the partition scheme parameters that are defined on the table. The partition scheme parameters represent the file groups on which the partition scheme is placed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.PhysicalPartitions">
			<summary>Obtient les partitions physiques dans lesquelles les données de la table sont stockées. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection" /> value that identifies the collection of physical partitions in which the table data is stored.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.QuotedIdentifierStatus">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies how quoted identifies are handled for the table.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.Replicated">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si la table est répliquée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the table is replicated.If True, the table is replicated. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.RowCount">
			<summary>Obtient le nombre de lignes de la table.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of rows in the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.RowCountAsDouble">
			<summary>Obtient le nombre de lignes de la table selon une valeur à virgule flottante.</summary>
			<returns>A <see cref="T:System.Float64" /> value that specifies the number of rows in the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.TextFileGroup">
			<summary>Obtient ou définit le groupe de fichiers utilisé pour maintenir des données de type Long, de longueur variable, stockées dans la table.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies filegroup where long, variable-length data is stored in the table.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Table.TrackColumnsUpdatedEnabled">
			<summary>Indique si Moteur de base de données effectue un suivi des colonnes mises à jour.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> qui représentent toutes les tables sur la base de données référencée. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableCollection.Add(Microsoft.SqlServer.Management.Smo.Table)">
			<summary>Ajoute une table à la collection de tables.</summary>
			<param name="table"><see cref="T:Microsoft.SqlServer.Management.Smo.Table" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Table[],System.Int32)">
			<summary>Copie la collection d'objets vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value in the collection to start copying. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that represents the table.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that represents the table.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object value that represents the table.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the table.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" />.</summary>
			<returns>A <see cref="T:System.Boolean" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.TableCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> représente les événements de table SQL Server qui peuvent être inclus dans un jeu d'événements de table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.Add(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Ajoute deux événements qui créent un ensemble d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Associe deux événements de table à l'aide d'une opération OR au niveau du bit pour créer un nouveau jeu d'événements de table.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.Equals(System.Object)">
			<summary>Détermine si l'objet d'événement de table référencé est égal à un objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced table event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object value that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.GetHashCode">
			<summary>Obtient le code de hachage pour un événement.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_Addition(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Crée un jeu d'événements de table en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object value that specifies a set of table events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Crée un jeu d'événements de table en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object value that specifies a set of table events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_Equality(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Crée un jeu d'événements de table en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object value that specifies a set of table events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.TableEvent)~Microsoft.SqlServer.Management.Smo.TableEventSet">
			<summary>Effectue une conversion de type sur un événement de table unique pour obtenir un jeu d'événements de table.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /></returns>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.TableEvent,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Crée un jeu d'événements de table en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object value that specifies a set of table events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.AlterFulltextIndex">
			<summary>Obtient l'événement de modification de l'index de recherche en texte intégral.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.AlterIndex">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the AlterIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.AlterTable">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the AlterTable event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateFulltextIndex">
			<summary>Obtient l'événement de création de l'index de recherche en texte intégral.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateIndex">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the CreateIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateSpatialIndex">
			<summary>Obtient l'événement de création de l'index spatial.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateStatistics">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the CreateStatistics event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.CreateXmlIndex">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the CreateXmlIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.DropFulltextIndex">
			<summary>Obtient l'événement de suppression de l'index de recherche en texte intégral.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.DropIndex">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the DropIndex event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.DropStatistics">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the DropStatistics event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.DropTable">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the DropTable event that can be included in the table event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEvent.UpdateStatistics">
			<summary>Obtient un événement de table qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that represents the UpdateStatistics event that can be included in the table event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvents" /> représente les paramètres requis pour la notification d'événements de table SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.TableEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that specifies the set of table events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.TableEventSet)">
			<summary>Spécifie les événements de table à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de table à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.TableEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> représente un jeu d'événements de table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor(Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies an table event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor(Microsoft.SqlServer.Management.Smo.TableEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies a list of table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.#ctor(Microsoft.SqlServer.Management.Smo.TableEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> that specifies a set of table events</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Add(Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Add(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Ajoute un événement au jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /></param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Crée un jeu d'événements de table en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object value that specifies a set of table events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that specifies the table event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Crée un jeu d'événements de table en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object value that specifies a set of table events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that specifies the table event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the table events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Remove(Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object that represents the table event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.Subtract(Microsoft.SqlServer.Management.Smo.TableEventSet,Microsoft.SqlServer.Management.Smo.TableEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /></param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.TableEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableEventSet.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.TableEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.AlterFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index de recherche en texte intégral est modifié ou créé, est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFullTextIndex event is included in the event set.If True, the AlterFullTextIndex event is included in the event set.If False (default), the AlterFullTextIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.AlterIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index est modifié est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterIndex event is included in the event set.If True, the AlterIndex event is included in the event set.If False (default), the AlterIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.AlterTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'une table est modifiée est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterTable event is included in the event set.If True, the AlterTable event is included in the event set.If False (default), the AlterTable event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index de recherche en texte intégral est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the event is included in the event set.If True, the CreateFulltextIndex event is included in the event set.If False (default), the CreateFulltextIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateIndex event is included in the event set.If True, the CreateIndex event is included in the event set.If False (default), the CreateIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateSpatialIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index spatial est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the event is included in the event set.If True, the CreateSpatialIndex event is included in the event set.If False (default), the CreateSpatialIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un compteur des statistiques est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateStatistics event is included in the event set.If True, the CreateStatistics event is included in the event set.If False (default), the CreateStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.CreateXmlIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index XML est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateXmlIndex event is included in the event set.If True, the CreateXmlIndex event is included in the event set.If False (default), the CreateXmlIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.DropFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index de recherche en texte intégral est supprimé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the event is included in the event set.If True, the DropFulltextIndex event is included in the event set.If False (default), the DropFulltextIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.DropIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index est supprimé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropIndex event is included in the event set.If True, the DropIndex event is included in the event set.If False (default), the DropIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.DropStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un compteur des statistiques est supprimé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropStatistics event is included in the event set.If True, the DropStatistics event is included in the event set.If False (default), the DropStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.DropTable">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'une table est supprimée est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropTable event is included in the event set.If True, the DropTable event is included in the event set.If False (default), the DropTable event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.NumberOfElements">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsque plusieurs éléments sont modifiés est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the NumberOfElements event is included in the event set.If True, the NumberOfElements event is included in the event set.If False (default), the NumberOfElements event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableEventSet.UpdateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsque les statistiques sont mises à jour est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UpdateStatistics event is included in the event set.If True, the UpdateStatistics event is included in the event set.If False (default), the UpdateStatistics event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableViewBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.TableViewBase" /> est une classe de base utilisée dans la construction de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> et de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.View" />. Elle contient des fonctionnalités qui sont communes aux deux classes.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.TableViewBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.EnumFragmentation">
			<summary>Énumère les informations relatives aux fragments des données stockées dans une table ou une vue.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about the fragmented data in the table or view.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption)">
			<summary>Énumère les informations relatives aux fragments des données qui sont stockées dans une table ou une vue avec l'option permettant de spécifier le niveau de détail des résultats.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about the fragmented data in the table or view.</returns>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" /> object value that specifies the level of detail returned in the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.EnumFragmentation(Microsoft.SqlServer.Management.Smo.FragmentationOption,System.Int32)">
			<summary>Énumère les informations relatives aux fragments des données qui sont stockées dans une table ou une vue sur une partition spécifiée, avec l'option permettant de spécifier le niveau de détail des résultats.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of information about the fragmented data in the table or view.</returns>
			<param name="fragmentationOption">A <see cref="T:Microsoft.SqlServer.Management.Smo.FragmentationOption" /> object value that specifies the level of detail returned in the results.</param>
			<param name="partitionNumber">An <see cref="T:System.Int32" /> value that specifies the partition.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.ReCompileReferences">
			<summary>Recompile une vue ou un déclencheur qui dépend de l'objet SMO de base. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.Refresh">
			<summary>Actualise les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> ou de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics">
			<summary>Met à jour les statistiques de la table ou de la vue.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsTarget,Microsoft.SqlServer.Management.Smo.StatisticsScanType)">
			<summary>Met à jour les statistiques de la table ou de la vue avec l'option permettant de spécifier la cible et le type d'analyse effectuée.</summary>
			<param name="affectType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget" /> object value that specifies the target of the statistics update, such as columns or indexes.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> object value that specifies the way in which statistical information is gathered.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsTarget,Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32)">
			<summary>Met à jour les statistiques de la table ou de la vue avec l'option permettant de spécifier la cible, le type d'analyse effectuée et la taille de l'exemple.</summary>
			<param name="affectType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget" /> object value that specifies the target of the statistics update, such as columns or indexes.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> object value that specifies the way in which statistical information is gathered.</param>
			<param name="sampleValue">An <see cref="T:System.Int32" /> value that specifies the sample size. The units are dependent on the scan type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewBase.UpdateStatistics(Microsoft.SqlServer.Management.Smo.StatisticsTarget,Microsoft.SqlServer.Management.Smo.StatisticsScanType,System.Int32,System.Boolean)">
			<summary>Met à jour les statistiques de la table ou de la vue avec l'option permettant de spécifier la cible, le type d'analyse effectuée, la taille de l'exemple et s'il faut recalculer les statistiques.</summary>
			<param name="affectType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsTarget" /> object value that specifies the target of the statistics update, such as columns or indexes.</param>
			<param name="scanType">A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticsScanType" /> object value that specifies the way in which statistical information is gathered.</param>
			<param name="sampleValue">An <see cref="T:System.Int32" /> value that specifies the sample size. The units are dependent on the scan type.</param>
			<param name="recompute">A <see cref="T:System.Boolean" /> value that specifies whether to recompute the statistics.If True, the statistics are recomputed.If False, the statistics are not recomputed.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.FullTextIndex">
			<summary>Obtient l'index de texte intégral sur la table ou la vue.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.FullTextIndex" /> object that represents the full text index on the table of view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.Statistics">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Statistic" /> représente un compteur des statistiques défini sur la table ou la vue.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.StatisticCollection" /> object that represents all the statistic counters defined on the table or view. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewBase.Triggers">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> représente un déclencheur défini sur la table ou la vue.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> object that represents all the triggers that are defined on the table or view. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase">
			<summary>Classe de base pour les types de vues de table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.#ctor">
			<summary>Classe de base pour les types de vues de table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.MarkDropped">
			<summary>Marque un type de vue de table comme supprimé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.Refresh">
			<summary>Actualise la vue.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'objet de base de données.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" />.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'objet de base de données avec les options de script spécifiées. </summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.Columns">
			<summary>Obtient une collection de colonnes.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.ExtendedProperties">
			<summary>Obtient une collection de propriétés étendues.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase.Indexes">
			<summary>Obtient une collection d'index.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TcpProtocol">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TcpProtocol" /> fournit l'accès par programme aux protocoles pris en charge par Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TcpProtocol.Create">
			<summary>Crée un protocole TCP sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TcpProtocol" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TcpProtocol.IsDynamicPort">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le port utilisé par le protocole est dynamique ou statique.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the port is dynamic.If True, the port is dynamic.If False (default), the port is static.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TcpProtocol.IsSystemObject">
			<summary>Spécifie si TcpProtocol est un objet système.</summary>
			<returns><see cref="T:System.Boolean" />Returns True if the TcpProtocol is a System Object.Returns False if the TcpProtocol is not a System Object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TcpProtocol.ListenerIPAddress">
			<summary>Obtient ou définit l'adresse IP de l'écouteur pour le protocole TCP.</summary>
			<returns>An <see cref="T:System.Net.IPAddress" /> system object value that specifies the IP address of the listener.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TcpProtocol.ListenerPort">
			<summary>Obtient ou définit l'adresse de port de l'écouteur pour le protocole TCP.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the port address of the listener.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TerminationClause">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.TerminationClause" /> contient des valeurs constantes qui spécifient l'action effectuée lorsque les transactions sont terminées.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TerminationClause.FailOnOpenTransactions">
			<summary>La méthode échouera si des transactions sont ouvertes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TerminationClause.RollbackTransactionsImmediately">
			<summary>Toutes les transactions ouvertes seront restaurées immédiatement.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TransactionTypes">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.TransactionTypes" /> contient des valeurs constantes qui spécifient la méthode d'enregistrement des transactions.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TransactionTypes.Both">
			<summary>Spécifie les transactions avec et sans version.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TransactionTypes.UnVersioned">
			<summary>Spécifie uniquement les transactions sans version.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.TransactionTypes.Versioned">
			<summary>Spécifie uniquement les transactions avec version.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Trigger">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> représente un déclencheur SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> sur l'objet spécifié et avec le nom spécifié.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the parent of the trigger.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the trigger.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> sur une instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Create">
			<summary>Crée un déclencheur sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Drop">
			<summary>Supprime le déclencheur de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.MarkForDrop(System.Boolean)">
			<summary>Marque le déclencheur à supprimer.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to drop the trigger next time the Alter method is run on the parent object.If True, the trigger is dropped when the Alter method of the parent object is run.If False, the trigger is not dropped on alter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.ReCompileReferences">
			<summary>Recompile une procédure stockée ou un déclencheur qui dépend de l'objet SMO de base.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le déclencheur.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le déclencheur tel que spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Trigger.ScriptHeader(System.Boolean)">
			<summary>Retourne l'en-tête de texte avec l'option de modification du texte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.AnsiNullsStatus">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion ISO NULL est activée dans le déclencheur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether ISO NULL handling is enabled in the trigger.If True, ISO NULL handling is enabled in the trigger.If False (default), ISO NULL handling is disabled in the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.AssemblyName">
			<summary>Obtient ou définit le nom de l'assembly .NET requis par le déclencheur référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the assembly that is required by the referenced trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ClassName">
			<summary>Obtient ou définit le nom de la classe appelée par le déclencheur référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the class that is called by the referenced trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.CreateDate">
			<summary>Obtient la date et l'heure de création du déclencheur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the trigger was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du déclencheur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the trigger was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Delete">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est exécuté lorsque des enregistrements sont supprimés de la table.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is executed when records are deleted.If True, the trigger is executed when records are deleted.If False (delete), the trigger is not executed when records are deleted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.DeleteOrder">
			<summary>Obtient ou définit l'ordre dans lequel le déclencheur et l'opération de suppression sont exécutés.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ActivationOrder" /> object value that specifies whether the trigger is executed before or after the records are deleted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Events">
			<summary>Obtient les événements associés au déclencheur. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerEvents" /> object that represents the trigger events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ExecutionContext">
			<summary>Obtient ou définit le contexte d'exécution. </summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionContext" /> object value that specifies the execution context.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ExecutionContextPrincipal">
			<summary>Obtient ou définit le principal du contexte d'exécution. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the execution context principal.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ID">
			<summary>Obtient la valeur d'ID qui identifie le déclencheur de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.ImplementationType">
			<summary>Obtient ou définit le type d'implémentation du déclencheur.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Trigger.ImplementationType" /> object value that specifies the implementation type of the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Insert">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est activé lorsque des enregistrements sont insérés dans la table.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is executed when records are inserted .If True, the trigger is executed when records are inserted.If False (delete), the trigger is not executed when records are inserted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.InsertOrder">
			<summary>Obtient ou définit l'ordre dans lequel le déclencheur et l'opération d'insertion sont exécutés.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ActivationOrder" /> object value that specifies whether the trigger is executed before or after the records are inserted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.InsteadOf">
			<summary>Obtient ou définit une propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est exécuté au lieu de l'opération d'insertion, de suppression ou de mise à jour.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is executed instead of the insert, delete, or update operation.If True, the trigger is executed instead of the insert, delete, or update operation.If False (default), the trigger is executed as well as the insert, delete, or update operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is enabled.If True, the trigger is enabled.If False (default), the trigger is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.IsEncrypted">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est chiffré.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is encrypted .If True, the trigger is encrypted.If False (default), the trigger is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.IsSystemObject">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is a system object.If True, the trigger is a system object.If False (default), the trigger is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.MethodName">
			<summary>Obtient le nom de la méthode pour le déclencheur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the method name for the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.NotForReplication">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est inclus dans les opérations de réplication.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is included in replication or not.If True, the trigger is not included in replication.If False (default), the trigger is included in replication.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.QuotedIdentifierStatus">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger supports quoted identifiers or not.If True, the trigger supports quoted identifiers.If False (default), the trigger does not support quoted identifiers.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.TextBody">
			<summary>Obtient ou définit la chaîne Transact-SQL qui définit le déclencheur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Transact-SQL definition of the trigger .</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.TextHeader">
			<summary>Obtient ou définit la partie d'en-tête de la chaîne Transact-SQL qui définit le déclencheur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header from the definition of the trigger.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.TextMode">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si l'en-tête de texte est modifiable en tant que texte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.Update">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le déclencheur est activé lorsque des enregistrements sont mis à jour dans la table.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the trigger is executed when records are updated .If True, the trigger is executed when records are updated.If False (delete), the trigger is not executed when records are updated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Trigger.UpdateOrder">
			<summary>Obtient ou définit l'ordre dans lequel le déclencheur et l'opération de mise à jour sont exécutés.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ActivationOrder" /> object value that specifies whether the trigger is executed before or after the records are updated.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TriggerCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> qui représentent tous les déclencheurs définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.Add(Microsoft.SqlServer.Management.Smo.Trigger)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" />.</summary>
			<param name="Trigger">A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object value that specifies the trigger to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Trigger[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.GetCollectionElementType">
			<summary>Obtient le type d'élément</summary>
			<returns><see cref="T:System.Type" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the trigger to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerCollection.Remove(Microsoft.SqlServer.Management.Smo.Trigger)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" />.</summary>
			<param name="Trigger">A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object value that specifies the trigger to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TriggerCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object value that represents the trigger.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TriggerCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object value that represents the trigger.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.TriggerCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Table" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.TriggerEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.TriggerEvents" /> représente les paramètres requis pour la notification d'événements déclencheurs SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.TriggerEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Trigger" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of table events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements déclencheurs à recevoir.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements déclencheurs à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoApplication.AnyObjectEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.TriggerEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException" /> représente l'exception levée lorsqu'une opération SMO rencontre une propriété inconnue.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException" /> pour la propriété spécifiée.</summary>
			<param name="propertyName">A <see cref="T:System.String" /> value that specifies the name of the property that is unknown.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownPropertyException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message string for the Unknown Property exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Unknown Property exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Définit l'objet SerializationInfo avec les informations relatives à l'exception.</summary>
			<param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo" /> Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.</param>
			<param name="context"><see cref="T:System.Runtime.Serialization.SerializationInfo" /> Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.CurrentVersion">
			<summary>Obtient la version de l'instance de SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object value that specifies the version of the instance of SQL Server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.Message">
			<summary>Obtient le message qui décrit l'exception active.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the current exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.PropertyName">
			<summary>Obtient le nom la propriété inconnue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the property that is unknown.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnknownPropertyException.SupportedVersions">
			<summary>Obtient les versions prises en charge pour l'exception.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Common.ServerVersion" /> object array value that specifies the versions of SQL Server that support the referenced exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException" /> représente l'exception levée lorsqu'une opération SMO est tentée sur un type de moteur de base de données qui ne prend pas en charge cette opération. Un type de moteur de base de données est soit une instance de Moteur de base de données SQL Server, soit SQL Azure.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException.#ctor">
			<summary>Initialise une nouvelle instance par défaut de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message for the Unsupported Feature Exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message for the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Unsupported Feature exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object that specifies the SMO exception type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException" /> représente l'exception levée lorsqu'une opération SMO rencontre une demande de fonctionnalité non prise en charge.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message for the Unsupported Feature Exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnknownTypeEnumeratorException" /> pour le message spécifié et avec l'exception interne spécifiée.</summary>
			<param name="typeName">A <see cref="T:System.String" /> value that specifies the message for the exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Unsupported Feature exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object that specifies the SMO exception type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException" /> représente l'exception levée lorsqu'une opération SMO rencontre un nom d'objet non pris en charge.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that describes the current exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that describes the current exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Unsupported Object Name exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException" /> représente l'exception levée lorsqu'une opération SMO rencontre une version de SQL Server non prise en charge.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException" /> avec le message spécifié.</summary>
			<param name="message">A <see cref="T:System.String" /> value that describes the current exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException" /> avec le message et l'exception interne spécifiés.</summary>
			<param name="message">A <see cref="T:System.String" /> value that describes the current exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the inner exception for the Unsupported Version exception.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UrnCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> qui représentent des adresses URN (Uniform Resource Name).</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Add(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Ajoute un URN à une collection d'URN.</summary>
			<param name="urn"><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.AddRange(System.Collections.Generic.IEnumerable{Microsoft.SqlServer.Management.Sdk.Sfc.Urn})">
			<summary>Ajoute à la fin de la liste les éléments de la collection spécifiée.</summary>
			<param name="urnCollection"><see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Contains(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Spécifie si une collection d'URN contient un URN.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
			<param name="urn"><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.CopyTo(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[],System.Int32)">
			<summary>Copie les membres de la collection vers un tableau, en démarrant à l'index spécifié du tableau.</summary>
			<param name="array"><see cref="T:System.Array" /></param>
			<param name="arrayIndex"><see cref="T:System.Int32" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.GetEnumerator">
			<summary>Retourne une interface IEnumerator générique.</summary>
			<returns><see cref="T:System.Collections.Generic.IEnumerator&lt;T&gt;" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.IndexOf(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Obtient l'index d'un URN spécifié dans une collection.</summary>
			<returns><see cref="T:System.Int32" /></returns>
			<param name="urn"><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Insert(System.Int32,Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Insère un URN sur un index spécifié d'une collection d'URN.</summary>
			<param name="index"><see cref="T:System.Int32" /></param>
			<param name="urn"><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.Remove(Microsoft.SqlServer.Management.Sdk.Sfc.Urn)">
			<summary>Supprime un URN spécifié d'une collection.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
			<param name="urn"><see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.RemoveAt(System.Int32)">
			<summary>Supprime un URN d'une collection selon l'index de l'URN.</summary>
			<param name="index"><see cref="T:System.Int32" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UrnCollection.System#Collections#IEnumerable#GetEnumerator">
			<summary>Obtient un énumérateur non générique.</summary>
			<returns><see cref="T:System.Collections.IEnumerator" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UrnCollection.Count">
			<summary>Obtient le nombre d'URN dans une collection d'URN.</summary>
			<returns><see cref="T:System.Int32" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UrnCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object value that represents the Uniform Resource Name (URN) address.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T: T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UrnCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UrnCollection.System#Collections#Generic#ICollection{Microsoft#SqlServer#Management#Sdk#Sfc#Urn}#IsReadOnly">
			<summary>Obtient une valeur qui indique si ICollection est en lecture seule.</summary>
			<returns><see cref="T:System.Collections.Generic.ICollection&lt;T&gt;" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UrnIdOption">
			<summary>Énumère les options d'identification URN.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.UrnIdOption.NoId">
			<summary>Aucun ID n'est spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.UrnIdOption.OnlyId">
			<summary>Seul l'ID est spécifié.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.UrnIdOption.WithId">
			<summary>L'ID est spécifié.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.User">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> représente un utilisateur SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.User" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> sur la base de données spécifiée, avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the user belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.AddToRole(System.String)">
			<summary>Ajoute l'utilisateur de base de données au rôle spécifié. </summary>
			<param name="role">A <see cref="T:System.String" /> value that specifies a database role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Create">
			<summary>Crée un utilisateur de base de données sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse l'accès à l'autorisation spécifiée pour le bénéficiaire spécifié sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse l'accès à l'autorisation spécifiée pour les bénéficiaires spécifiés sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée pour le bénéficiaire spécifié et les autres utilisateurs à qui le bénéficiaire a accordé l'accès sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users whom the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to whom the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée pour les bénéficiaires spécifiés sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users whom the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to whom the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Drop">
			<summary>Supprime l'utilisateur de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour l'utilisateur de base de données.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the database user. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur l'utilisateur de base de données.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the database user. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur l'utilisateur de base de données.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the database user. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur l'utilisateur de base de données.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the database user. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumOwnedObjects">
			<summary>Énumère les objets que l'utilisateur de base de données possède.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Urn" /> object array value that specifies the objects owned by the database user.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.EnumRoles">
			<summary>Énumère les rôles dont l'utilisateur de base de données est membre.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that specifies the roles of which the database is a member.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie l'accès à l'autorisation spécifiée au bénéficiaire spécifié sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie l'accès à l'autorisation spécifiée aux bénéficiaires spécifiés sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to deny other users access to the database user. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to grant other users access to the database user. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be granted access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to grant other users access to the database user. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the database user to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'utilisateur de base de données, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to grant other users access to the database user.If False, the grantee is not given the ability to grant other users access to the database user. </param>
			<param name="asRole">A <see cref="T:System.Boolean" /> value that specifies the role that the user assumes when granting access to the database user to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.IsMember(System.String)">
			<summary>Vérifie si l'utilisateur de base de données est membre du rôle spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database user is a member of the role.If True, the database user is a member of the role.If False (default), the database user is not a member of the role.</returns>
			<param name="role">A <see cref="T:System.String" /> value that specifies the role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Rename(System.String)">
			<summary>Renomme l'utilisateur de base de données.</summary>
			<param name="newname">A <see cref="T:System.Boolean" /> value that specifies the new name of the database user.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur l'utilisateur de base de données.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur l'utilisateur de base de données et tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur l'utilisateur de base de données et tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque les autorisations précédemment accordées à un bénéficiaire sur l'utilisateur de base de données et tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the database user for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur l'utilisateur de base de données et tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the database user.If False, the grantee is not given the ability to revoke other users' access from the database user.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the database user for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'utilisateur de base de données.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.User.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'utilisateur de base de données comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.AsymmetricKey">
			<summary>Obtient ou définit la clé asymétrique pour l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> object value that specifies the asymmetric key for the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Certificate">
			<summary>Obtient ou définit le certificat pour l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> object value that specifies the certificate for the user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.CreateDate">
			<summary>Obtient la date et l'heure de création de l'utilisateur de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the database user was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de l'utilisateur de base de données.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies when the database user was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.DefaultSchema">
			<summary>Obtient le schéma par défaut pour l'utilisateur de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default schema for the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Events">
			<summary>Obtient les événements associés à l'utilisateur de base de données. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserEvents" /> object that represents the database user events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'utilisateur de base de données.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.HasDBAccess">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur de base de données a accès à la base de données.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database user has access to the database.If True, the database user has access to the database.If False (default), the database user does not have access to the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.ID">
			<summary>Obtient la valeur d'ID de base de données qui identifie de façon unique l'utilisateur de base de données.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.IsSystemObject">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si l'utilisateur de base de données est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the database user is a system object.If True, the database user is defined as a system object.If False (default), the database user is not defined as a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Login">
			<summary>Obtient la connexion associée à l'utilisateur de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the login associated with the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.LoginType">
			<summary>Obtient le type de connexion associé à l'utilisateur de base de données, groupe Windows ou connexion SQL Server standard.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.LoginType" /> object value that specifies the type of login that is associated with the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.Sid">
			<summary>Obtient la valeur du numéro d'identification de sécurité (SID) de l'utilisateur de base de données.</summary>
			<returns>An <see cref="T:System.Int8" /> array value that specifies the SID value of the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.User.UserType">
			<summary>Obtient ou définit le type d'utilisateur. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserType" /> object value that specifies the type of the user.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> qui représentent tous les utilisateurs de base de données définis sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserCollection.Add(Microsoft.SqlServer.Management.Smo.User)">
			<summary>Ajoute un utilisateur à la collection.</summary>
			<param name="user"><see cref="T:Microsoft.SqlServer.Management.Smo.User" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserCollection.CopyTo(Microsoft.SqlServer.Management.Smo.User[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object value that represents the database user.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object value that represents the database user.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> représente un agrégat SQL Server défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database on which the user-defined aggregate belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database on which the user-defined aggregate belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined aggregate.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ChangeSchema(System.String)">
			<summary>Modifie le schéma pour l'agrégat défini par l'utilisateur.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the new schema for the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Create">
			<summary>Crée un agrégat défini par l'utilisateur sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels ce bénéficiaire a accordé le jeu d'autorisations spécifié sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined aggregate.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined aggregate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels ces bénéficiaires ont accordé le jeu d'autorisations spécifié sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined aggregate.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Drop">
			<summary>Supprime l'agrégat défini par l'utilisateur de l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour l'agrégat défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the user-defined aggregate. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur l'agrégat défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the user-defined aggregate. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié, sur l'agrégat défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the user-defined aggregate. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur l'agrégat défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the user-defined aggregate. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined aggregate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisateurs sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur l'agrégat défini par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur l'agrégat défini par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined aggregate.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined aggregate. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Refresh">
			<summary>Actualise les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur l'agrégat défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur l'agrégat défini par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur l'agrégat défini par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur l'agrégat défini par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur l'agrégat défini par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined aggregate.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined aggregate.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined aggregate.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined aggregate. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'agrégat défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'agrégat défini par l'utilisateur comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.AssemblyName">
			<summary>Obtient ou définit le nom de l'assembly pour l'agrégat défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the assembly for the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ClassName">
			<summary>Obtient ou définit le nom de classe pour l'agrégat défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the class name for the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.CreateDate">
			<summary>Obtient la date et l'heure de création de l'agrégat défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the user-defined aggregate was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.DataType">
			<summary>Obtient ou définit le type de données retourné par l'agrégat défini par l'utilisateur. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies the data type returned by the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de l'agrégat défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the user-defined aggregate was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> représente une propriété étendue définie sur l'agrégat défini par l'utilisateur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that represents all the extended properties defined on the user-defined aggregate. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique l'agrégat défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined aggregate.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.IsSchemaOwned">
			<summary>Obtient une valeur booléenne qui indique si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> est possédé par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object is owned by a schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Owner">
			<summary>Obtient le nom du propriétaire de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the object owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Parameters">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> représente un paramètre défini sur l'agrégat défini par l'utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> object that represents all the parameters defined on the user-defined aggregate. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> qui représentent tous les agrégats définis par l'utilisateur de base de données définis sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate)">
			<summary>Ajoute un agrégat défini par l'utilisateur à la collection.</summary>
			<param name="userDefinedAggregate"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection" /> object.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object value that represents the database user-defined aggregate.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object value that represents the database user-defined aggregate.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object value that represents the database user-defined aggregate.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the user-defined aggregate.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> représente les paramètres utilisés avec un agrégat défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> pour l'agrégat défini par l'utilisateur spécifié et avec le nom spécifié. </summary>
			<param name="userDefinedAggregate">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object that specifies the user-defined aggregate to which the parameter belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined aggregate parameter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedAggregate,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> pour l'agrégat défini par l'utilisateur spécifié, avec le nom et le type de données spécifiés.</summary>
			<param name="userDefinedAggregate">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object that specifies the user-defined aggregate to which the parameter belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined aggregate parameter.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> object value that specifies the data type of the user-defined aggregate parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le paramètre de l'agrégat défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value identifying the user-defined aggregate parameter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui spécifie si l'objet prend en charge le mode Création.</summary>
			<returns>A Boolean value that specifies whether the object supports design mode.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> qui représentent tous les paramètres de l'agrégat défini par l'utilisateur qui sont définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" />.</summary>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object that specifies the parameter that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter,System.Int32)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" />, au niveau de la position spécifiée.</summary>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object that specifies the parameter that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> object.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter,System.String)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" />, au niveau de la position spécifiée.</summary>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object that specifies the parameter that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> object.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" />.</summary>
			<param name="userDefinedAggregateParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object that specifies the parameter that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object value that represents the user-defined aggregate parameter.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object value that represents the user-defined aggregate parameter.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameterCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregate" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedAggregateParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> représente un type SQL Server défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the name of the database on which the user-defined data type is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the name of the database on which the user-defined data type is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindDefault(System.String,System.String)">
			<summary>Lie une valeur par défaut au type de données défini par l'utilisateur.</summary>
			<param name="defaultSchema">A <see cref="T:System.String" /> value that specifies the schema for the default.</param>
			<param name="defaultName">A <see cref="T:System.String" /> value that specifies the name of the default.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindDefault(System.String,System.String,System.Boolean)">
			<summary>Lie une valeur par défaut au type de données défini par l'utilisateur.</summary>
			<param name="defaultSchema">A <see cref="T:System.String" /> value that specifies the schema for the default.</param>
			<param name="defaultName">A <see cref="T:System.String" /> value that specifies the name of the default.</param>
			<param name="bindColumns">A <see cref="T:System.Boolean" /> value that specifies whether the default is bound to the user-defined data type if it is already bound to a column.If True, the default is bound to the user-defined data type.If False, the default is not bound to the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindRule(System.String,System.String)">
			<summary>Lie une valeur par défaut au type de données défini par l'utilisateur.</summary>
			<param name="ruleSchema">A <see cref="T:System.String" /> value that specifies the schema for the rule.</param>
			<param name="ruleName">A <see cref="T:System.String" /> value that specifies the name of the rule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.BindRule(System.String,System.String,System.Boolean)">
			<summary>Lie une valeur par défaut au type de données défini par l'utilisateur.</summary>
			<param name="ruleSchema">A <see cref="T:System.String" /> value that specifies the schema for the rule.</param>
			<param name="ruleName">A <see cref="T:System.String" /> value that specifies the name of the rule.</param>
			<param name="bindColumns">A <see cref="T:System.Boolean" /> value that specifies whether the rule is bound to the user-defined data type if it is already bound to a column.If True, the rule is bound to the user-defined data type.If False, the rule is not bound to the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Create">
			<summary>Crée un type de données défini par l'utilisateur sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels ce bénéficiaire a accordé le jeu d'autorisations spécifié sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined data type.If True, the grantee and users to who the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels ces bénéficiaires ont accordé le jeu d'autorisations spécifié sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined data type.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Drop">
			<summary>Supprime le type de données défini par l'utilisateur de l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumBoundColumns">
			<summary>Énumère les colonnes auxquelles le type de type de données défini par l'utilisateur est lié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object array value that contains a list of objects to which the user-defined data type is bound.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objet pour le type de données défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the user-defined data type. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur le type de données défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the user-defined data type. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur le type de données défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the user-defined data type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur le type de données défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the user-defined data type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie au bénéficiaire spécifié le jeu d'autorisations spécifié sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie aux bénéficiaires spécifiés le jeu d'autorisations spécifié sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations spécifié à d'autres utilisateurs sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations spécifié à d'autres utilisateurs sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le type de données défini par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le type de données défini par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined data type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Rename(System.String)">
			<summary>Renomme le type de données défini par l'utilisateur.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies a new name of the user-defined data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur le type de données défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de données défini par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le type de données défini par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de données défini par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le type de données défini par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le type de données défini par l'utilisateur comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindDefault">
			<summary>Annule la liaison d'une valeur par défaut au type de données défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindDefault(System.Boolean)">
			<summary>Annule la liaison d'une valeur par défaut au type de données défini par l'utilisateur.</summary>
			<param name="bindColumns">A <see cref="T:System.Boolean" /> value that specifies whether the default is bound to the user-defined data type if it is already bound to a column.If True, the default is bound to the user-defined data type.If False, the default is not bound to the user-defined data type. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindRule">
			<summary>Annule la liaison d'une règle au type de données défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.UnbindRule(System.Boolean)">
			<summary>Annule la liaison d'une règle au type de données défini par l'utilisateur.</summary>
			<param name="bindColumns">A <see cref="T:System.Boolean" /> value that specifies whether the rule is bound to the user-defined data type if it is already bound to a column.If True, the rule is bound to the user-defined data type.If False, the rule is not bound to the user-defined data type.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.AllowIdentity">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données défini par l'utilisateur est en mesure de participer à une colonne définie avec la propriété d'identité.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the user-defined data type can participate in a column defined with the identity property.If True, the user-defined data type can participate in an identity column.If False (default), the user-defined data type cannot participate in an identity column.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Collation">
			<summary>Obtient le classement affecté au type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the collation used by the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Default">
			<summary>Obtient ou définit une valeur par défaut SQL Server liée au type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the bound default.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.DefaultSchema">
			<summary>Obtient ou définit le schéma par défaut SQL Server pour le type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the default schema for the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.ExtendedProperties">
			<summary>Obtient les propriétés étendues du type de données défini par l'utilisateur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.ID">
			<summary>Obtient une valeur d'ID qui identifie de façon unique le type de données défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.IsSchemaOwned">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui indique si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> est possédé par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value indicating whether the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object is owned by a schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Length">
			<summary>Obtient ou définit le nombre de caractères dans le type de données défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of characters permitted in the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.MaxLength">
			<summary>Obtient le nombre maximal de caractères accepté par le type de données défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int16" /> (short) value that specifies the maximum number of characters accepted by the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Nullable">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données défini par l'utilisateur accepte des valeurs NULL ou pas.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the user-defined data type accepts null values.If True, the user-defined data type accepts null values.If False (default), the user-defined data type does not accept null values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.NumericPrecision">
			<summary>Obtient ou définit le nombre maximal de chiffres dans une valeur numérique utilisée dans la définition du type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies the numerical precision of the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.NumericScale">
			<summary>Obtient ou définit le nombre maximal de chiffres sur la virgule décimale dans une valeur numérique utilisée dans la définition du type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies the numerical scale of the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Owner">
			<summary>Obtient le nom du propriétaire de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" />.</summary>
			<returns>A <see cref="T:System.String" /> value containing the name of the object owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.Rule">
			<summary>Obtient ou définit une règle SQL Server liée au type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the bound rule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.RuleSchema">
			<summary>Obtient ou définit le schéma de règle SQL Server pour le type de données défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the rule schema for the user-defined data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.SystemType">
			<summary>Obtient ou définit le type de données du système de base duquel le type de données défini par l'utilisateur est dérivé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the base system data type from which the user-defined data type is derived.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataType.VariableLength">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données défini par l'utilisateur est variable en longueur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the user-defined data type is variable in length.If True, the user-defined data type represents a data type that can vary in length, such as varchar(4).If False (default), the user-defined data type represents a data type that cannot vary in length, such as char(4).A 2-character value retrieved from a user-defined data type defined as varchar(4) is returned as 2 characters. However, the same value retrieved from a user-defined data type defined as char(4) is padded and returned as 4 characters.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> qui représentent tous les types de données définis sur une table par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedDataType)">
			<summary>Ajoute un UDT à la collection.</summary>
			<param name="userDefinedDataType"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedDataType[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object value that represents the user-defined data type.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object value that represents the user-defined data type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object value that represents the user-defined data type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeResolver">
			<summary>Résout des objets de types définis par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeResolver.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeResolver" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeResolver.Resolve(System.Object,System.Object[])">
			<summary>Résout un type de données défini par l'utilisateur. </summary>
			<returns>Returns a <see cref="T:System.Object" /> or Null.</returns>
			<param name="instance">A <see cref="T:System.Object" />.</param>
			<param name="parameters">An array of <see cref="T:System.Object" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeResolver.ResolveUrn(System.Object,System.Object[])">
			<summary>Résout un type de données défini par l'utilisateur <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" />.</summary>
			<returns>Returns a <see cref="T:System.Object" /> or Null.</returns>
			<param name="instance">A <see cref="T:System.Object" />.</param>
			<param name="parameters">An array of <see cref="T:System.Object" />.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> représente une fonction SQL Server définie par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database to which the user-defined function belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database to which the user-defined function belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined function.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ChangeSchema(System.String)">
			<summary>Modifie le schéma pour la fonction définie par l'utilisateur.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Create">
			<summary>Crée une fonction définie par l'utilisateur sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels ce bénéficiaire a accordé le jeu d'autorisations spécifié sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Refuse au bénéficiaire le jeu d'autorisations spécifié sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns for which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés l'autorisation spécifiée sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Refuse aux bénéficiaires le jeu d'autorisations spécifié sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels ce bénéficiaire a accordé le jeu d'autorisations spécifié sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels ces bénéficiaires ont accordé le jeu d'autorisations spécifié sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the user-defined function.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Drop">
			<summary>Supprime la fonction définie par l'utilisateur de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions">
			<summary>Énumère les autorisations relatives aux colonnes pour la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the user-defined function. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux colonnes pour une autorisation spécifiée, sur la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified permission on the user-defined function. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux colonnes pour un bénéficiaire spécifié, sur la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified grantee on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux colonnes pour un bénéficiaire spécifié et une autorisation spécifiée sur la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified grantee and permission on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the user-defined function. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the user-defined function. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié, sur la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur la fonction définie par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the user-defined function. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Octroie l'accès à l'autorisation spécifiée sur les colonnes spécifiées pour le bénéficiaire spécifié sur les colonnes spécifiées sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be granted access to the permission.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la fonction définie par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Octroie au bénéficiaire l'autorisation spécifiée et la capacité d'octroyer le jeu spécifié d'autorisations à d'autres utilisateurs sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la fonction définie par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu spécifié d'autorisations à d'autres utilisateurs sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permisions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la fonction définie par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la fonction définie par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined function.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined function. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Refresh">
			<summary>Actualise les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Rename(System.String)">
			<summary>Renomme la fonction définie par l'utilisateur.</summary>
			<param name="newname">A <see cref="T:System.String" /> value that specifies a the new name of the user-defined function.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur les colonnes spécifiées, sur la fonction définie par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A Boolean property that specifies whether the grantee is given the ability to revoke access from the user-defined function.If True, the grantee is given the ability to revoke other users' access from the user-defined function.If False, the grantee is not given the ability to revoke other users' access from the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées, sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées, sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur les colonnes spécifiées, sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées, sur la fonction définie par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined function.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined function.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined function.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the user-defined function.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the user-defined function. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la fonction définie par l'utilisateur comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ScriptHeader(System.Boolean)">
			<summary>Retourne l'en-tête de texte avec l'option de modification du texte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.AnsiNullsStatus">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion ISO NULL est activée dans la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the ISO NULL handing is enabled or not.If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.AssemblyName">
			<summary>Obtient ou définit le nom de l'assembly de la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the assembly for the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Checks">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Check" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Check" /> représente une contrainte de validation définie sur la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /> object that represents all the check constraints defined on the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ClassName">
			<summary>Obtient ou définit le nom de classe de la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the class name for the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Columns">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Column" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Column" /> représente une colonne définie sur la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ColumnCollection" /> object that represents all the columns defined on the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.CreateDate">
			<summary>Obtient la date et l'heure de création de la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Int32" /> system object value that specifies the date and time when the user-defined function was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.DataType">
			<summary>Obtient ou définit le type de retour pour les fonctions scalaires. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> system object value that specifies the data type of the function's return value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the user-defined function was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Events">
			<summary>Obtient les événements associés à la fonction définie par l'utilisateur. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents" /> object that represents the user-defined function events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ExecutionContext">
			<summary>Obtient ou définit le contexte d'exécution de la fonction définie par l'utilisateur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExecutionContext" /> object value that specifies the execution context of the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ExecutionContextPrincipal">
			<summary>Obtient ou définit le principal du contexte d'exécution de la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the server principal context in which the object is executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.FunctionType">
			<summary>Obtient ou définit le type de fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionType" /> object value that specifies the type of user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la fonction définie par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ImplementationType">
			<summary>Obtient ou définit le type d'implémentation de la fonction définie par l'utilisateur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ImplementationType" /> object value that specifies the implementation type of the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Indexes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Index" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Index" /> représente un index défini sur la fonction définie par l'utilisateur.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.IndexCollection" /> object that represents all the indexes defined on the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsDeterministic">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la fonction définie par l'utilisateur est déterministe.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the user-defined function is deterministic or not.If True, the user-defined function is deterministic. If False (default), the user-defined function is not deterministic.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsEncrypted">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la fonction définie par l'utilisateur est chiffrée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether user-defined function is encrypted.If True, the user-defined function is encrypted.If False (default), the user-defined function is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsSchemaBound">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la fonction définie par l'utilisateur est liée à un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether user-defined function is schema bound.If True, the user-defined function is schema bound.If False (default), the user-defined function is not schema bound.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsSchemaOwned">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui indique si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> est possédé par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object is owned by a schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.IsSystemObject">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la fonction définie par l'utilisateur est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether user-defined function is a system object.If True, the user-defined function is a system object.If False (default), the user-defined function is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.MethodName">
			<summary>Obtient le nom de la méthode pour la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the method name for the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.OrderColumns">
			<summary>Retourne le <see cref="T:Microsoft.SqlServer.Management.Smo.OrderColumnsCollection" /> associé à cette fonction définie par l'utilisateur.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Owner">
			<summary>Obtient le nom du propriétaire de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the object owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Parameters">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Parameter" /> représente un paramètre défini pour la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> object that represents all the parameters defined for the user-defined function. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.QuotedIdentifierStatus">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL dans la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies how quoted identifies are handled in the user-defined function.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.ReturnsNullOnNullInput">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut appeler la fonction lorsqu'au moins l'un des arguments de la fonction a la valeur NULL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to call the function if at least one of the function arguments is null.If True, a null is returned without calling the function.If False (default), the function is called even if one of the arguments is null.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TableVariableName">
			<summary>Obtient ou définit le nom de la variable de table.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the table variable name.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TextBody">
			<summary>Obtient ou définit la chaîne Transact-SQL qui définit la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Transact-SQL string that defines the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TextHeader">
			<summary>Obtient ou définit la partie en-tête de la chaîne Transact-SQL qui définit la fonction définie par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header from the definition of the user-defined function.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunction.TextMode">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si l'en-tête de texte est modifiable en tant que texte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> qui représentent toutes les fonctions définies par l'utilisateur définies sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunction)">
			<summary>Ajoute une fonction définie par l'utilisateur à la collection.</summary>
			<param name="userDefinedFunction"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedFunction[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object value that represents the user-defined function.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object value that represents the user-defined function.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object value that represents the user-defined function.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> représente les événements de fonctions définies par l'utilisateur SQL Server qui peuvent être inclus dans un jeu d'événements de fonctions définies par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Ajoute deux événements de fonctions définies par l'utilisateur pour créer un jeu d'événements de fonctions définies par l'utilisateur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Associe deux événements de fonctions définies par l'utilisateur à l'aide d'une opération au niveau du bit ou dans le but de créer un jeu d'événements de fonctions définies par l'utilisateur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.Equals(System.Object)">
			<summary>Détermine si l'objet événement de fonction définie par l'utilisateur référencé est égal à l'objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced user-defined function event object is equal to the specified object.If True, the objects are equal.If False (default), the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the user-defined function event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_Addition(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Crée un jeu d'événements de fonctions définies par l'utilisateur en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object value that specifies a set of user-defined function events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Crée un jeu d'événements de fonctions définies par l'utilisateur en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object value that specifies a set of user-defined function events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_Equality(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Crée un jeu d'événements de fonctions définies par l'utilisateur en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object value that specifies a set of user-defined function events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)~Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet">
			<summary>Effectue une conversion de type sur un événement de fonction définie par l'utilisateur unique pour obtenir un jeu d'événements de fonctions définies par l'utilisateur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /></returns>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Crée un jeu d'événements de fonctions définies par l'utilisateur en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object value that specifies a set of user-defined function events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.AlterFunction">
			<summary>Obtient un événement de fonction définie par l'utilisateur pouvant être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that represents the AlterFunction event that can be included in the user-defined function event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent.DropFunction">
			<summary>Obtient un événement de fonction définie par l'utilisateur pouvant être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that represents the DropFunction event that can be included in the user-defined function event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents" /> représente les paramètres requis pour la notification d'événements de la fonction définie par l'utilisateur SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that specifies the set of user-defined function events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet)">
			<summary>Spécifie les événements de la fonction définie par l'utilisateur qui seront reçus.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de la fonction définie par l'utilisateur qui seront reçus et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> représente un jeu d'événements de fonctions définies par l'utilisateur SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies a user-defined function event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> objects that specifies a list of user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> that specifies a set of user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Ajoute un événement de fonction définie par l'utilisateur à un jeu d'événements de fonctions définies par l'utilisateur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /></param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Crée un jeu d'événements de fonctions définies par l'utilisateur en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object value that specifies a set of user-defined function events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that specifies the user-defined function event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Crée un jeu d'événements de fonctions définies par l'utilisateur en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object value that specifies a set of user-defined function events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that specifies the user-defined function event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the user-defined function events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Remove(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object that represents the user-defined function event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.Subtract(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet,Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent)">
			<summary>Soustrait un événement de fonction définie par l'utilisateur d'un jeu d'événements de fonctions définies par l'utilisateur.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /></param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.ToString">
			<summary>Retourne un objet<see cref="T:System.String" /> qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.AlterFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'une fonction est modifiée est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFunction event is included in the event set.If True, the AlterFunction event is included in the event set.If False (default), the AlterFunction event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.DropFunction">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'une fonction est supprimée est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropFunction event is included in the event set.If True, the DropFunction event is included in the event set.If False (default), the DropFunction event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet.NumberOfElements">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsque les éléments sont modifiés est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the NumberOfElements event is included in the event set.If True, the NumberOfElements event is included in the event set.If False (default), the NumberOfElements event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> représente un paramètre de la fonction définie par l'utilisateur SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunction,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> pour la fonction définie par l'utilisateur spécifiée et avec le nom spécifié.</summary>
			<param name="userDefinedFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that specifies the user-defined function to which the parameter belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined function parameter.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.#ctor(Microsoft.SqlServer.Management.Smo.UserDefinedFunction,System.String,Microsoft.SqlServer.Management.Smo.DataType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> pour la fonction définie par l'utilisateur spécifiée, avec le nom et le type de données spécifiés.</summary>
			<param name="userDefinedFunction">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that specifies the user-defined function to which the parameter belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined function parameter.</param>
			<param name="dataType">A <see cref="T:Microsoft.SqlServer.Management.Smo.DataType" /> system object value that specifies the data type of the user-defined function parameter.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> qui représentent tous les paramètres de la fonction définie par l'utilisateur définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" />.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object value that specifies the user-defined function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter,System.Int32)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> à une position spécifiée.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object value that specifies the user-defined function parameter.</param>
			<param name="insertAtPosition">An <see cref="T:System.Int32" /> value that specifies the index position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter,System.String)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" />.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object value that is to be added into the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> collection.</param>
			<param name="insertAtColumnName">A <see cref="T:System.String" /> value that specifies the name of the existing <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object in the collection after which to insert the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel qui commence à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Remove(Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" />.</summary>
			<param name="userDefinedFunctionParameter">A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object value that specifies the user-defined function parameter to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object value that represents the user-defined function parameter.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object value that represents the user-defined function parameter.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunction" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameter" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> représente un message défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> sur l'instance spécifiée de SQL Server et avec la valeur d'ID spécifiée.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> sur l'instance spécifiée de SQL Server, avec la valeur d'ID spécifiée et écrite dans le langage spécifié.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.Int32,System.Int32,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> sur l'instance spécifiée de SQL Server, avec la valeur d'ID spécifiée, écrite dans le langage spécifié, avec la gravité spécifiée et avec le texte réel du message.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.Int32" /> value that specifies the language ID in which the user-defined message is written.</param>
			<param name="severity">An <see cref="T:System.Int32" /> value that specifies the severity of the message.</param>
			<param name="message">A <see cref="T:System.String" /> value that specifies the text of the message.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.String,System.Int32,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> sur l'instance spécifiée de SQL Server, avec la valeur d'ID spécifiée, écrite dans le langage spécifié, avec la gravité spécifiée et avec le texte réel du message.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language in which the user-defined message is written.</param>
			<param name="severity">An <see cref="T:System.Int32" /> value that specifies the severity of the message.</param>
			<param name="message">A <see cref="T:System.String" /> value that specifies the text of the message.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> sur l'instance spécifiée de SQL Server, avec la valeur d'ID spécifiée, écrite dans le langage spécifié, avec la gravité spécifiée, avec le texte réel du message et avec l'option permettant de spécifier si le message est enregistré dans le journal des événements de Windows.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.Int32" /> value that specifies the language ID in which the user-defined message is written.</param>
			<param name="severity">An <see cref="T:System.Int32" /> value that specifies the severity of the message.</param>
			<param name="message">A <see cref="T:System.String" /> value that specifies the text of the message.</param>
			<param name="isLogged">A <see cref="T:System.Boolean" /> value that specifies whether the user-defined message is logged to the Windows event log.If True, the message is logged.If False, the message is not logged.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.#ctor(Microsoft.SqlServer.Management.Smo.Server,System.Int32,System.String,System.Int32,System.String,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> sur l'instance spécifiée de SQL Server, avec la valeur d'ID spécifiée, écrite dans le langage spécifié, avec la gravité spécifiée, avec le texte réel du message et avec l'option permettant de spécifier si le message est enregistré dans le journal des événements de Windows.</summary>
			<param name="server">A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> system object value that specifies the instance of SQL Server to which the user-defined message belongs.</param>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language in which the user-defined message is written.</param>
			<param name="severity">An <see cref="T:System.Int32" /> value that specifies the severity of the message.</param>
			<param name="message">A <see cref="T:System.String" /> value that specifies the text of the message.</param>
			<param name="isLogged">A <see cref="T:System.Boolean" /> value that specifies whether the user-defined message is logged to the Windows event log.If True, the message is logged.If False, the message is not logged.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Create">
			<summary>Crée un message défini par l'utilisateur sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Drop">
			<summary>Supprime le message défini par l'utilisateur de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le message défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le message défini par l'utilisateur comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le message défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies ID value that uniquely identifies the user-defined message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.IsLogged">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le message est enregistré dans le journal des événements de Microsoft Windows.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the message is logged to the Windows event log.If True, the message is logged to the Windows event log.If False (default), the message is not logged to the Windows event log.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Language">
			<summary>Obtient ou définit le langage dans lequel le message est écrit.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the language in which the message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.LanguageID">
			<summary>Obtient ou définit la valeur d'ID qui identifie de façon unique le langage dans lequel le message est écrit.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the language in which the message is written.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui spécifie le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Severity">
			<summary>Obtient ou définit la gravité du message défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the severity of the user-defined message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessage.Text">
			<summary>Obtient ou définit la description textuelle du message défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the textual description of the user-defined message.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> qui représentent tous les messages définis sur une table par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedMessage[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.ItemByIdAndLanguage(System.Int32,System.String)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection" /> à l'aide d'un identificateur unique défini par le système et du langage spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> object that has the specified ID value and language.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.ItemByIdAndLanguageId(System.Int32,System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection" /> à l'aide d'un identificateur unique défini par le système et du langage spécifié.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> object that has the specified ID value and language.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="languageID">An <see cref="T:System.Int32" /> value that specifies the ID value of the language in which the user-defined message is written.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> object value that represents the user-defined message.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.Item(System.Int32,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> dans la collection par valeur d'ID de message et langage.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> object value that represents the user-defined message.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined message.</param>
			<param name="language">A <see cref="T:System.String" /> value that specifies the language in which the user-defined message is written.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedMessageCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedMessage" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> représente un type de données pour le type de table SQL Server défini par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the name of the database on which the user-defined table type is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the user-defined table type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the name of the database on which the user-defined table type is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Alter">
			<summary>Modifie la table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Create">
			<summary>Crée un type de type de table défini par l'utilisateur sur l'instance de Microsoft SQL Server tel que défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined table type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the user-defined table type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the user-defined table type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who are granted the specified set of permissions are also denied access to the specified set of permissions on the user-defined table type.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who are granted the specified set of permissions are also denied access to the specified set of permissions on the user-defined table type.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Drop">
			<summary>Supprime le type de table défini par l'utilisateur de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour le type de table défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the user-defined table type. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur le type de table défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the user-defined table type. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur le type de table défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the user-defined table type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur le type de table défini par l'utilisateur.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the user-defined table type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie au bénéficiaire spécifié le jeu d'autorisations spécifié sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the user-defined table type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie aux bénéficiaires spécifiés le jeu d'autorisations spécifié sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the user-defined table type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations spécifié à d'autres utilisateurs sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined table type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined table type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined table type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations spécifié à d'autres utilisateurs sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined table type. If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined table type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined table type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le type de table défini par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the user-defined table type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined table type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined table type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user grants the specified set of permissions to other users on the user-defined table type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires. Octroie également la capacité d'accorder à d'autres utilisateurs le jeu d'autorisations sur le type de données pour le type de table défini par l'utilisateur, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the user-defined table type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the user-defined table type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the user-defined table type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user grants the specified set of permissions to other users on the user-defined table type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Rename(System.String)">
			<summary>Renomme la table.</summary>
			<param name="newname"><see cref="T:System.String" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations précédemment accordé à une liste de bénéficiaires sur le type de table défini par l'utilisateur.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de table défini par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined table type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined table type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined table type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permissions are all revoked the specified set of permissions on the user-defined table type.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le type de table défini par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined table type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined table type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the user-defined table type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permissions are all revoked the specified set of permissions on the user-defined table type.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de table défini par l'utilisateur et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined table type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined table type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined table type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permissions are all revoked the specified set of permissions on the user-defined table type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user revokes the specified set of permissions from other users on the user-defined table type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le type de table défini par l'utilisateur et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the user-defined table type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the user-defined table type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the user-defined table type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permissions are all revoked the specified set of permissions on the user-defined table type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when that user revokes the specified set of permissions from other users on the user-defined table type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le type de table défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le type de table défini par l'utilisateur comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Checks">
			<summary>Obtient la collection des vérifications.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.CheckCollection" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Collation">
			<summary>Obtient le classement de la table.</summary>
			<returns><see cref="T:System.String" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.CreateDate">
			<summary>Obtient la date de création de la table.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.DateLastModified">
			<summary>Obtient la date de la dernière modification de la table.</summary>
			<returns><see cref="T:System.DateTime" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.ID">
			<summary>Obtient une valeur d'ID qui identifie de façon unique le type de table défini par l'utilisateur.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the user-defined table type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.IsSchemaOwned">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui indique si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> est possédé par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object is owned by a schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.IsUserDefined">
			<summary>Spécifie si la table est définie par l'utilisateur.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.MaxLength">
			<summary>Obtient la longueur maximale d'une colonne dans la table, en octets.</summary>
			<returns><see cref="T:System.Int16" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Nullable">
			<summary>Spécifie si le type autorise la valeur Null.</summary>
			<returns><see cref="T:System.Boolean" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Owner">
			<summary>Obtient le nom du propriétaire de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" />.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the object owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableType.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> qui représentent tous les types de tables définis par l'utilisateur définis sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedTableType)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> spécifié à la collection.</summary>
			<param name="userDefinedTableType">The <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object to be added.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedTableType[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object value that represents the user-defined table type.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object value that represents the user-defined table type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object value that represents the user-defined table type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeResolver">
			<summary>Résout le type d'une table définie par l'utilisateur en un <see cref="T:System.Object" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeResolver.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeResolver" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeResolver.Resolve(System.Object,System.Object[])">
			<summary>Obtient un objet qui résout la table spécifiée par les paramètres.</summary>
			<returns>A <see cref="T:System.Object" /> that specifies the table.</returns>
			<param name="instance">A <see cref="T:System.Object" /> that specifies the table.</param>
			<param name="parameters">An array of parameters used by the instance identifier.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeResolver.ResolveUrn(System.Object,System.Object[])">
			<summary>Obtient un objet qui résout la table spécifiée par un <see cref="T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn" />. </summary>
			<returns>A <see cref="T:System.Object" /> that specifies the table.</returns>
			<param name="instance">A <see cref="T:System.Object" /> that specifies the table.</param>
			<param name="parameters">An array of parameters used by the instance identifier.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedType">
			<summary><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> représente un type de données de l'alias basé sur les types de données .NET.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the alias data type belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the alias data type belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the alias data type.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.ChangeSchema(System.String)">
			<summary>Modifie le schéma du type de données de l'alias.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Create">
			<summary>Crée un type de données de l'alias sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié pour le bénéficiaire spécifié sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié pour les bénéficiaires spécifiés sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the alias data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the alias data type.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the alias data type.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Drop">
			<summary>Supprime le type de données de l'alias de l'instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour le type de données de l'alias.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the alias data type. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur le type de données de l'alias.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the alias data type. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur le type de données de l'alias.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the alias data type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et pour une autorisation spécifiée sur le type de données de l'alias.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the alias data type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations spécifié à d'autres utilisateurs sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the alias data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations spécifié à d'autres utilisateurs sur la clé asymétrique.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the alias data type. If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le type de données de l'alias, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur le type de données de l'alias, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the alias data type.If True, the grantee is given the ability to grant the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the alias data type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un ou plusieurs bénéficiaires sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur le type de données de l'alias.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de données de l'alias et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the alias data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le type de données de l'alias et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the alias data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur le type de données de l'alias et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the alias data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur le type de données de l'alias et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the alias data type.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the alias data type.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the alias data type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the alias data type.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the alias data type. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le type de données de l'alias.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedType.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le type de données de l'alias comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.AssemblyName">
			<summary>Obtient ou définit le nom de l'assembly .NET requis par le type de données de l'alias référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the assembly that is required by the referenced alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.BinaryTypeIdentifier">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le type binaire.</summary>
			<returns>An <see cref="T:System.Uint8" /> array value that specifies the identifier of the binary type. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.ClassName">
			<summary>Obtient ou définit le nom de la classe appelée par le type de données de l'alias référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the class that is called by the referenced alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.Collation">
			<summary>Obtient le classement associé au type de données de l'alias.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the collation that is associated with the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.Events">
			<summary>Obtient les événements associés au type de données de l'alias. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents" /> object that represents the alias data type events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique le type de données de l'alias.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsBinaryOrdered">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données de l'alias est ordonné binaire.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the alias data type is binary ordered.If True, the alias data type is binary ordered.If False (default), the alias data type is not binary ordered.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsComVisible">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données de l'alias est accessible depuis les composants COM.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the alias data type is accessible from COM components.If True, the alias data type is accessible from COM components.If False (default), the alias data type is not accessible from COM components.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsFixedLength">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données de l'alias est de longueur fixe.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the alias data type is fixed length.If True, the alias data type is fixed length.If False (default), the alias data type is variable length.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsNullable">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si le type de données de l'alias accepte des valeurs NULL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the alias data type accepts null values.If True, the alias data type can accept null values.If False (default), the alias data type is does not accept null values.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.IsSchemaOwned">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui indique si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> est possédé par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object is owned by a schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.MaxLength">
			<summary>Obtient la longueur maximale du type de données de l'alias.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum length of the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.NumericPrecision">
			<summary>Obtient la précision numérique du type de données de l'alias.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the numeric precision of the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.NumericScale">
			<summary>Obtient l'échelle numérique du type de données de l'alias.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the numeric scale of the alias data type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.Owner">
			<summary>Obtient le nom du propriétaire de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the object owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedType.UserDefinedTypeFormat">
			<summary>Reçoit le format de sérialisation pour le type de données de l'alias.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeFormat" /> that specifies the serialization format of the alias data type.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> qui représentent tous les types de données d'alias définis sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Add(Microsoft.SqlServer.Management.Smo.UserDefinedType)">
			<summary>Ajoute un type défini par l'utilisateur à la collection.</summary>
			<param name="userDefinedType"><see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.UserDefinedType[],System.Int32)">
			<summary>Copie les objets de collection vers un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object value that represents the alias data type.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object value that represents the alias data type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object value that represents the alias data type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents" /> représente les paramètres requis pour une notification d'événements de type défini par l'utilisateur SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of user-defined type events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de type défini par l'utilisateur qui seront reçus.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de type défini par l'utilisateur qui seront reçus et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeResolver">
			<summary>Résout les types de données définis par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeResolver.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedTypeResolver" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeResolver.Resolve(System.Object,System.Object[])">
			<summary>Obtient un type défini par l'utilisateur.</summary>
			<returns>A <see cref="T:System.Object" /> targeted by the resolution.</returns>
			<param name="instance">A <see cref="T:System.Object" /> to resolve.</param>
			<param name="parameters">An array of <see cref="T:System.Object" /> parameters used in resolution of data.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserDefinedTypeResolver.ResolveUrn(System.Object,System.Object[])">
			<summary>Obtient un type défini par l'utilisateur.</summary>
			<returns>The <see cref="T:System.Object" /> targeted by the resolution.</returns>
			<param name="instance">A <see cref="T:System.Object" /> to resolve.</param>
			<param name="parameters">An array of <see cref="T:System.Object" /> parameters used in resolution of data.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserEvents" /> représente les paramètres requis pour la notification d'événements utilisateur de base de données SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.UserEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.User" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of database user events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements utilisateur de base de données à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements utilisateur de base de données à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.UserOptions">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions" /> représente un ensemble d'options de serveur configurables qui se rapportent spécifiquement aux utilisateurs.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserOptions.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserOptions.Alter(System.Boolean)">
			<summary>Met à jour toute les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions" /> sur l'instance de Microsoft SQL Server avec l'option permettant de remplacer la vérification des valeurs. </summary>
			<param name="overrideValueChecking">A <see cref="T:System.Boolean" /> value that specifies whether to override checking user option values.If True, value checking is overridden.If False, value checking is performed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserOptions.Script">
			<summary>Retourne un script en tant que collection de chaînes.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.UserOptions.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Retourne un script en tant que collection de chaînes.</summary>
			<returns><see cref="T:System.Collections.Specialized.StringCollection" /></returns>
			<param name="scriptingOptions"><see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AbortOnArithmeticErrors">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les erreurs de division par zéro et les erreurs arithmétiques sont terminées ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether a query is terminated when an arithmetic divide by zero occurs.If True, queries are terminated when an arithmetic divide by zero error occurs.If False (default), queries are not terminated when an arithmetic divide by zero error occurs; instead, a warning message is displayed and a Null value is assigned to the result of the arithmetic operation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AbortTransactionOnError">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les transactions sont terminées automatiquement ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether a transaction is automatically terminated and rolled back when an error occurs.If True, transactions are automatically terminated and rolled back when an error occurs.If False (default), transactions are not terminated when an error occurs; instead, a warning message is displayed and the transaction continues. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiNullDefaultOff">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les nouvelles colonnes créées autorisent des valeurs NULL par défaut.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether newly created columns allow nulls by default or not. If True, new columns created do not allow null values by default. If False (default), new columns created allow null values by default. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiNullDefaultOn">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les nouvelles colonnes créées autorisent des valeurs NULL par défaut.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether newly created columns allow nulls by default or not. If True, new columns created allow null values by default. If False (default), new columns create do not allow null values by default. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiNulls">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les valeurs NULL peuvent être utilisées dans les comparaisons. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether null values can be used in comparisons. If True, null values cannot be used in an equals or not equals comparison. The result will be null. If False (default), null values can be used in equals or not equals comparisons. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiPadding">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les espaces à droite sont insérés (complétés) ou supprimés (réduits) dans les colonnes char, varchar, binary et varbinary. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether trailing blanks are inserted or removed in char, varchar, binary, and varbinary columns. If True, trailing blanks are inserted following the value to fill the column. Trailing blanks on values are not trimmed.If False (default), trailing blanks are not inserted into the column. Trailing blanks on values that are inserted into the column are trimmed. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.AnsiWarnings">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les messages d'avertissement sont générés lorsque des valeurs NULL sont rencontrées dans les fonctions d'agrégation telles que SUM, AVG, MAX, MIN, ECARTYPE, ECARTYPEP, VAR, VARP ou COUNT.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether a warning message is generated when null values are encountered in aggregate functions.If True, warning messages are generated when aggregate functions encounter null values.If False (default), warning messages are not generated when aggregate functions encounter null values. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.ConcatenateNullYieldsNull">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si une valeur concaténée avec une valeur NULL donne la valeur ou une valeur NULL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether a value concatenated with a null value results in the value or a null value.If True, the result of concatenating a value with a null value is a null value.If False (default), the result of concatenating a value with a null value is the original value. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.CursorCloseOnCommit">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si tous les curseurs ouverts sont fermés lorsqu'une transaction est validée ou restaurée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether any open cursors are closed when a transaction is committed or rolled back.If True, open cursors are closed when a transaction is committed or rolled back.If False (default), open cursors are not closed when a transaction is committed or rolled back. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.DisableDefaultConstraintCheck">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le processus de vérification de violation différé transitoire est utilisé lors de la connexion à un serveur qui exécute Microsoft SQL Server version 6.x.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether interim deferred violation checking is used on servers running SQL Server version 6.x.If True, interim deferred violation checking is used.If False (default), interim deferred violation checking is not used. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.IgnoreArithmeticErrors">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les messages d'erreur sont générés ou non en cas d'erreurs de division par zéro.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether error messages are generated or not when arithmetic errors occur.If True, arithmetic errors do not cause a warning message to be generated.If False (default), arithmetic errors cause a warning message to be generated. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.ImplicitTransactions">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si une transaction Transact-SQL est démarrée automatiquement après la vérification ou la restauration de la transaction précédente. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether new transactions are started automatically after transaction commit or rollback statements.If True, transactions are started automatically after a commit or rollback.If False (default), transactions must be started explicitly using the BEGIN TRANSACTION syntax. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.NoCount">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les requêtes retournent le nombre de lignes affectées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether queries return the number of rows affected.If True, the number of rows affected by the query is not returned.If False (default), the number of rows affected by the query is returned. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.NumericRoundAbort">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si une erreur est générée en cas de perte de précision dans une expression. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether an error is generated when a loss of precision occurs in an expression.If True, an error is generated when loss of precision occurs in an expression.If False (default), the resulting value is rounded to the precision of the column or variable and the no error message is generated. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.UserOptions" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.UserOptions.QuotedIdentifier">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les guillemets doubles ou simples peuvent être utilisés pour délimiter les identificateurs.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether quotation marks can be used to delimit identifiers or not.If True, identifiers can be delimited by quotation marks.If False (default), only string literals can be delimited by quotation marks. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.VersionSerializationAdapter">
			<summary>Adapte le mode de sérialisation à la version de SQL Server en cours d'utilisation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.VersionSerializationAdapter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.VersionSerializationAdapter" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.VersionSerializationAdapter.ReadXml(System.Xml.XmlReader,System.Object@)">
			<summary>Lit un objet au format Xml sérialisé.</summary>
			<param name="reader">A <see cref="T:System.Xml.XmlReader" /> object.</param>
			<param name="deserializedObject">A pointer to the resulting serialized <see cref="T:System.Object" />.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.VersionSerializationAdapter.WriteXml(System.Xml.XmlWriter,System.Object)">
			<summary>Écrit un objet au format Xml sérialisé.</summary>
			<param name="writer">A <see cref="T:System.Xml.XmlWriter" /> object.</param>
			<param name="objectToSerialize">A <see cref="T:System.Object" /> to serialize. </param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.View">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> représente une vue SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the view.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the database on which to create the view.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the schema for the view.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.ChangeSchema(System.String)">
			<summary>Modifie le schéma de la vue.</summary>
			<param name="newSchema">A <see cref="T:System.String" /> value that specifies the new schema.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Create">
			<summary>Crée une vue sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse le jeu d'autorisations spécifié pour le bénéficiaire spécifié sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to whom the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire, sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns for which the permission is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse l'autorisation spécifiée aux bénéficiaires spécifiés sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires, sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Refuse le jeu d'autorisations spécifié aux bénéficiaires spécifiés et aux autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is denied.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the view.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Drop">
			<summary>Supprime la vue de la base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions">
			<summary>Énumère les autorisations relatives aux colonnes pour la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the view. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux colonnes pour une autorisation spécifiée sur la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified permission on the view. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux colonnes pour un bénéficiaire spécifié sur la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified grantee on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumnPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux colonnes pour un bénéficiaire spécifié et une autorisation spécifiée sur la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains column permission information for the specified grantee and permission on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumColumns">
			<summary>Énumère les colonnes définies dans la vue.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains information about the columns defined in the view.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the view. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the view. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur la vue.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the view. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations au bénéficiaire spécifié sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Octroie l'accès à l'autorisation spécifiée sur les colonnes spécifiées au bénéficiaire spécifié sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations aux bénéficiaires spécifiés sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view. If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires pour les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array value that specifies the list of grantees to be granted access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la vue, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean)">
			<summary>Octroie au bénéficiaire l'autorisation spécifiée et la capacité d'octroyer le jeu spécifié d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view. If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur la vue, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu spécifié d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view. If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the s.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.String)">
			<summary>Octroie au bénéficiaire le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la vue, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.String)">
			<summary>Octroie aux bénéficiaires le jeu d'autorisations spécifié et la capacité d'octroyer le jeu d'autorisations à d'autres utilisateurs sur les colonnes spécifiées sur la vue, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the view.If True, the grantee is given the ability to grant the specified set of permissions to other users on the view.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the view. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Refresh(System.Boolean)">
			<summary>Actualise les propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> avec l'option permettant d'actualiser les métadonnées.</summary>
			<param name="refreshViewMetadata">A <see cref="T:System.Boolean" /> value that specifies whether to refresh view metadata.If True, metadata is refreshed.If False, metadata is not refreshed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Rename(System.String)">
			<summary>Renomme la vue.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the view.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur les colonnes spécifiées sur la vue.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la vue et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la vue et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié pour d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la vue et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées sur la vue et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la vue et tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées sur la vue et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur les colonnes spécifiées sur la vue et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur les colonnes spécifiées sur la vue et tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="columnNames">A <see cref="T:System.String" /> array value that specifies the list of columns to which the set of permissions is granted.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the view.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the view.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the view.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the view.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the view. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.View.ScriptHeader(System.Boolean)">
			<summary>Retourne l'en-tête de texte avec l'option de modification du texte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header.</returns>
			<param name="forAlter">A <see cref="T:System.Boolean" /> value that specifies whether the text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.AnsiNullsStatus">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion ISO NULL est activée sur la vue.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the whether the ISO NULL handing is enabled or not.If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.CreateDate">
			<summary>Obtient l'heure et la date de création de la vue.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the view was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.DateLastModified">
			<summary>Obtient l'heure et la date de la dernière modification de la vue.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the time and date when the view was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.Events">
			<summary>Obtient les événements associés à la vue. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvents" /> object that represents the view events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasAfterTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue a des déclencheurs AFTER. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there an any after triggers defined on the view.If True, at least one of the view's triggers is defined as an after trigger.If False (default), there are no after triggers defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasColumnSpecification">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue a une spécification de colonne.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the view has a column specification.If True, the view has a column specification.If False (default), the view does not have a column specification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasDeleteTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue a un déclencheur DELETE. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there are any delete triggers defined on the view.If True, there is a delete trigger defined on the view.If False (default), there is no delete trigger defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasIndex">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue a au moins un index. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is an index defined on the view.If True, there is an index defined on the view.If False (default), there is no index defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasInsertTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue a un déclencheur INSERT. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is an insert trigger defined on the view.If True, there is an insert trigger defined on the view.If False (default), there is no insert trigger defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasInsteadOfTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue a des déclencheurs INSTEAD OF. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there an any instead of triggers defined on the view.If True, at least one of the view's triggers is defined as an instead of trigger.If False (default), there are no instead of triggers defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.HasUpdateTrigger">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue a au moins un déclencheur de mise à jour. </summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether there is an update trigger defined on the view.If True, there is an update trigger defined on the view.If False (default), there is no update trigger defined on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la vue.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.Indexes">
			<summary>Obtient l'objet IndexCollection.   </summary>
			<returns>The IndexCollection object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsEncrypted">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue est chiffrée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the view is encrypted.If True, the view is encrypted.If False (default), the view is not encrypted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsIndexable">
			<summary>Obtient la propriété <see cref="T:System.Boolean" /> qui spécifie s'il est possible de placer un index sur la vue.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether an index can be placed on the view.If True, an index can be placed on the view.If False (default), an index cannot be placed on the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsSchemaBound">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si un schéma est lié à la vue.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether a schema is bound to the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsSchemaOwned">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui indique si l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> est possédé par un schéma.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object is owned by a schema.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.IsSystemObject">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la vue est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the view is a system object.If True, the view is a system object.If False (default), the view is not a system object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.Owner">
			<summary>Obtient le nom du propriétaire de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.UserDefinedType" />.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the name of the object owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.QuotedIdentifierStatus">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si les identificateurs délimités par les guillemets sont des mots clés Transact-SQL réservés ou contiennent des caractères généralement non autorisés par les règles de la syntaxe Transact-SQL.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies how quoted identifies are handled for the view.If True, quoted identifiers are used to allow characters not usually allowed by the Transact-SQL syntax rules.If False (default), quoted identifiers are used to specify Transact-SQL reserved keywords.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.ReturnsViewMetadata">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si la vue retourne des métadonnées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the view returns metadata.If True, the view returns metadata.If False (default), the view does not return metadata.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.TextBody">
			<summary>Obtient ou définit la chaîne Transact-SQL qui définit la vue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Transact-SQL definition of the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.TextHeader">
			<summary>Obtient ou définit la partie d'en-tête de la chaîne Transact-SQL qui définit la vue.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text header from the definition of the view.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.View.TextMode">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si l'en-tête de texte est modifiable en tant que texte.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the text header is editable as text.If True, the text header is editable as text.If False (default), the text header is not editable.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> qui représentent toutes les vues définies sur une table.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewCollection.Add(Microsoft.SqlServer.Management.Smo.View)">
			<summary>Ajoute une vue à la collection de vues.</summary>
			<param name="view"><see cref="T:Microsoft.SqlServer.Management.Smo.View" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewCollection.CopyTo(Microsoft.SqlServer.Management.Smo.View[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en démarrant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object value that represents the view.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object value that represents the view.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object value that represents the view.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.View" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.View" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewEvent">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> représente les événements d'affichage SQL Server qui peuvent être inclus dans un jeu d'événements d'affichage.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.Add(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Ajoute deux événements d'affichage au jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.BitwiseOr(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Crée un jeu d'événements d'affichage en combinant deux événements d'affichage à l'aide d'une opération OR au niveau du bit.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /></returns>
			<param name="eventLeft"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></param>
			<param name="eventRight"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.Equals(System.Object)">
			<summary>Détermine si l'objet d'événement d'affichage référencé est égal à l'objet spécifié.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the referenced view event object is equal to the specified object.If True, the objects are equal.If False, the objects are not equal.</returns>
			<param name="obj">An <see cref="T:System.Object" /> system object that specifies the view event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.GetHashCode">
			<summary>Cette méthode prend en charge l'infrastructure SQL Server et n'est pas destinée à être directement utilisée à partir de votre code.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_Addition(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Crée un jeu d'événements d'affichage en effectuant une opération d'ajout sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object value that specifies a set of view events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_BitwiseOr(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Crée un jeu d'événements d'affichage en effectuant une opération OR au niveau du bit sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object value that specifies a set of view events.</returns>
			<param name="eventLeft">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
			<param name="eventRight">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_Equality(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Crée un jeu d'événements d'affichage en effectuant une opération d'égalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object value that specifies a set of view events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_Implicit(Microsoft.SqlServer.Management.Smo.ViewEvent)~Microsoft.SqlServer.Management.Smo.ViewEventSet">
			<summary>Effectue une conversion de type sur un événement d'affichage unique pour obtenir un jeu d'événements d'affichage.</summary>
			<param name="eventValue"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.op_Inequality(Microsoft.SqlServer.Management.Smo.ViewEvent,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Crée un jeu d'événements d'affichage en effectuant une opération d'inégalité sur deux objets <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object value that specifies a set of view events.</returns>
			<param name="a">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
			<param name="b">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvent.ToString">
			<summary>Retourne l'objet référencé dans un format de chaîne.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the referenced object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.AlterFulltextIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.AlterIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the AlterIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.AlterView">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the AlterView event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateFulltextIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the CreateIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateSpatialIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateStatistics">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the CreateStatistics event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.CreateXmlIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the CreateXmlIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.DropFulltextIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the DropFulltextIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.DropIndex">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the DropIndex event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.DropStatistics">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the DropStatistics event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.DropView">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the DropView event that can be included in the view event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEvent.UpdateStatistics">
			<summary>Obtient un événement d'affichage qui peut être inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that represents the UpdateStatistics event that can be included in the view event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvents" /> représente les paramètres requis pour la notification d'événements d'affichage SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.ViewEvents.ServerEvent">
			<summary>Spécifie le gestionnaire d'événements de serveur pour les événements d'affichage.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that specifies the set of view events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ViewEventSet)">
			<summary>Spécifie les événements d'affichage à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements d'affichage à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ViewEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.ViewEventSet">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> représente un jeu d'événements d'affichage.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> avec un événement spécifié.</summary>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies an view event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ViewEvent[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="events">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies a list of view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.#ctor(Microsoft.SqlServer.Management.Smo.ViewEventSet)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> avec un jeu d'événements spécifié.</summary>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> that specifies a set of view events</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Add(Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that contains the added <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that is added to the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Add(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Ajoute un événement au jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /></param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Copy">
			<summary>Retourne une copie du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that represents a copy of the event set.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.op_Addition(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Crée un jeu d'événements d'affichage en effectuant une opération d'ajout sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object value that specifies a set of view events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that specifies the view event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.op_Subtraction(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Crée un jeu d'événements d'affichage en effectuant une opération de soustraction sur un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> et un objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object value that specifies a set of view events.</returns>
			<param name="eventSet">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that specifies the view event set.</param>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the view events.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Remove(Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Supprime un événement du jeu d'événements.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object that represents the view event set.</returns>
			<param name="anEvent">A <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /> object that specifies the event.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.Subtract(Microsoft.SqlServer.Management.Smo.ViewEventSet,Microsoft.SqlServer.Management.Smo.ViewEvent)">
			<summary>Supprime un événement d'affichage du jeu d'événements.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /></returns>
			<param name="eventSet"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /></param>
			<param name="anEvent"><see cref="T:Microsoft.SqlServer.Management.Smo.ViewEvent" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.ViewEventSet.ToString">
			<summary>Retourne un objet<see cref="T:System.String" /> qui représente l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" />.</summary>
			<returns>A <see cref="T:System.String" /> value that represents the <see cref="T:Microsoft.SqlServer.Management.Smo.ViewEventSet" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.AlterFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterFullextIndexevent is included in the event set.If True, the AlterFullextIndex event is included in the event set.If False (default), the AlterFullextIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.AlterIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index est modifié est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterIndex event is included in the event set.If True, the AlterIndex event is included in the event set.If False (default), the AlterIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.AlterView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'une vue est modifiée est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the AlterView event is included in the event set.If True, the AlterView event is included in the event set.If False (default), the AlterView event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateFullextIndexevent is included in the event set.If True, the CreateFullextIndex event is included in the event set.If False (default), the CreateFullextIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateIndex event is included in the event set.If True, the CreateIndex event is included in the event set.If False (default), the CreateIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateSpatialIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateSpatialIndexevent is included in the event set.If True, the CreateSpatialIndex event is included in the event set.If False (default), the CreateSpatialIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un compteur des statistiques est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateStatistics event is included in the event set.If True, the CreateStatistics event is included in the event set.If False (default), the CreateStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.CreateXmlIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index XML est créé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the CreateXmlIndex event is included in the event set.If True, the CreateXmlIndex event is included in the event set.If False (default), the CreateXmlIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.DropFulltextIndex">
			<summary>Obtient ou définit une valeur de propriété booléenne qui spécifie si l'événement est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropFulltextIndexevent is included in the event set.If True, the DropFulltextIndex event is included in the event set.If False (default), the DropFulltextIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.DropIndex">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un index est supprimé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropIndex event is included in the event set.If True, the DropIndex event is included in the event set.If False (default), the DropIndex event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.DropStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'un compteur des statistiques est supprimé est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropStatistic sevent is included in the event set.If True, the DropStatistics event is included in the event set.If False (default), the DropStatistics event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.DropView">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsqu'une vue est supprimée est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the DropView event is included in the event set.If True, the DropView event is included in the event set.If False (default), the DropView event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.NumberOfElements">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsque les éléments sont modifiés est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the NumberOfElements event is included in the event set.If True, the NumberOfElements event is included in the event set.If False (default), the NumberOfElements event is not included in the event set.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.ViewEventSet.UpdateStatistics">
			<summary>Obtient ou définit une valeur de propriété <see cref="T:System.Boolean" /> qui spécifie si l'événement qui se produit lorsque les statistiques sont mises à jour est inclus dans le jeu d'événements.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the UpdateStatistics event is included in the event set.If True, the UpdateStatistics event is included in the event set.If False (default), the UpdateStatistics event is not included in the event set.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /> représente un groupe de travail SQL Server qui contient un groupe de demandes de sessions. Les groupes de charge de travail permettent l'analyse globale de la consommation des ressources et l'application de stratégies uniformes à toutes les demandes dans le groupe.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.#ctor">
			<summary>Initialise une nouvelle instance par défaut de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.#ctor(Microsoft.SqlServer.Management.Smo.ResourcePool,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /> sur la base de données et la liste des ressources spécifiées.</summary>
			<param name="resourcePool">A <see cref="T:Microsoft.SqlServer.Management.Smo.ResourcePool" /> object that specifies the parent object of the workload group.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the workload group</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.Create">
			<summary>Crée un groupe de charge de travail sur l'instance de SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.Drop">
			<summary>Supprime le groupe de charge de travail.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.MoveToPool(System.String)">
			<summary>Déplace le groupe de charge de travail vers le pool de ressources spécifié.</summary>
			<param name="poolName">A <see cref="T:System.String" /> value that contains the name of the destination resource pool.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le groupe de charge de travail.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le groupe de charge de travail tel que spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroup.ScriptMoveToPool(System.String)">
			<summary>Génère un script pour déplacer le groupe de charge de travail vers le pool de ressources spécifié.</summary>
			<param name="poolName">A <see cref="T:System.String" /> value that contains the name of the destination resource pool.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.GroupMaximumRequests">
			<summary>Obtient ou définit le nombre maximum de demandes qui peuvent être stockées dans le groupe de charge de travail.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of requests allowed in the workload group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.ID">
			<summary>Obtient l'ID du groupe de charge de travail.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the unique ID of the <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.Importance">
			<summary>Obtient ou définit une valeur qui indique le niveau d'importance du groupe de charge de travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroupImportance" /> value that indicates the level of importance that the workload group has.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.IsSystemObject">
			<summary>Obtient une valeur <see cref="T:System.Boolean" /> qui indique si le groupe de charge de travail est un objet système.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that indicates whether the workload group is a system object. Returns true if the group is a system object; otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.MaximumDegreeOfParallelism">
			<summary>Obtient ou définit le degré maximal de parallélisme pour le groupe de charge de travail.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of CPUs that can be used to execute tasks that are related to the workload group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ResourcePool" /> qui est le parent de <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ResourcePool" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" />.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.RequestMaximumCpuTimeInSeconds">
			<summary>Obtient ou définit le temps processeur maximal par demande en secondes.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum CPU time in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.RequestMaximumMemoryGrantPercentage">
			<summary>Obtient ou définit le pourcentage de mémoire maximal alloué pour une demande, en secondes.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum memory grant percentage in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroup.RequestMemoryGrantTimeoutInSeconds">
			<summary>Obtient ou définit le délai d'expiration de l'allocation de la mémoire pour la demande, en secondes.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum request memory grant time-out in seconds.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection">
			<summary>Initialise un groupe de charge de travail.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection.Add(Microsoft.SqlServer.Management.Smo.WorkloadGroup)">
			<summary>Ajoute un groupe de charge de travail à la collection.</summary>
			<param name="workloadGroup"><see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection.CopyTo(Microsoft.SqlServer.Management.Smo.WorkloadGroup[],System.Int32)">
			<summary>Copie la collection vers un tableau unidimensionnel en démarrant à l'index indiqué.</summary>
			<param name="array"><see cref="T:System.Array" /></param>
			<param name="index"><see cref="T:System.Int32" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection de groupes de charge de travail à l'aide d'un identificateur unique défini par le système.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /></returns>
			<param name="id"><see cref="T:System.Int32" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection.Item(System.Int32)">
			<summary>Obtient un élément de groupe de charge de travail par numéro d'index.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /></returns>
			<param name="index"><see cref="T:System.Int32" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection.Item(System.String)">
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.WorkloadGroup" /></returns>
			<param name="name"><see cref="T:System.String" /></param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WorkloadGroupCollection.Parent">
			<summary>Obtient le pool de ressources parent du groupe de charge de travail.</summary>
			<returns><see cref="T:Microsoft.SqlServer.Management.Smo.ResourcePool" /></returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException" /> représente l'exception levée lorsqu'une valeur incorrecte est affectée à une propriété.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor(Microsoft.SqlServer.Management.Smo.Property)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException" /> pour la propriété spécifiée. </summary>
			<param name="propertyObject">A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object that specifies the property that was assigned the wrong value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException" /> avec le message spécifié. </summary>
			<param name="message">A <see cref="T:System.String" /> value that specifies the message text that is associated with the wrong property value exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException" /> avec le 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 is associated with the wrong property value exception.</param>
			<param name="innerException">An <see cref="T:System.Exception" /> system object value that specifies the exception that caused the wrong property value exception.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Obtient des données d'objet concernant l'exception WrongPropertyValue.</summary>
			<param name="info"><see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
			<param name="context"><see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination. </param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.Message">
			<summary>Obtient le message associé à l'exception de valeur de propriété incorrecte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the message associated with the wrong property value exception.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.Property">
			<summary>Obtient la propriété à laquelle la valeur de propriété incorrecte qui a provoqué l'exception a été affectée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Property" /> object value that specifies the property that was assigned the wrong value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.WrongPropertyValueException.SmoExceptionType">
			<summary>Obtient le type d'exception SMO pour l'exception de valeur de propriété incorrecte.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.SmoExceptionType" /> object value that specifies the type of SMO exception.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> représente une collection d'espaces de noms XML. La collection d'espaces de noms XML se comporte comme un objet composite par le biais duquel les espaces de noms peuvent être énumérés dans la collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> sur la base de données spécifiée et avec le nom spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the XML schema collection belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> sur la base de données spécifiée et qui a le nom et le schéma spécifiés.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the XML schema collection belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the XML schema collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.#ctor(Microsoft.SqlServer.Management.Smo.Database,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> sur la base de données spécifiée, avec le nom et le schéma spécifiés et avec le document de schéma XML spécifié.</summary>
			<param name="database">A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that specifies the database to which the XML schema collection belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the XML schema collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the XML schema collection.</param>
			<param name="xmlSchemaDocument">A <see cref="T:System.String" /> value that specifies the XML schema document.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.AddSchemaDocument(System.String)">
			<summary>Ajoute un document de schéma XML à la collection de schémas XML.</summary>
			<param name="xmlSchemaDocument">A <see cref="T:System.String" /> value that specifies the XML schema document that is to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> sur l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Create">
			<summary>Crée une collection de schémas XML sur l'instance de Microsoft SQL Server comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse l'autorisation spécifiée au bénéficiaire spécifié sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse l'autorisation spécifiée aux bénéficiaires spécifiés sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et aux autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied the specified set of permissions on the XML schema collection.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the XML schema collection.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse l'autorisation spécifiée aux bénéficiaires spécifiés sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied the specified set of permissions.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee granted the specified set of permission, are also denied access to the specified set of permissions on the XML schema collection.If True, the grantee and users to which the grantee granted the specified set of permissions are all denied the specified set of permissions.If False, only the grantee is denied the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Drop">
			<summary>Supprime la collection de schémas XML de l'instance de Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumNamespaces">
			<summary>Énumère les espaces de noms qui sont les composants de la collection de schémas XML.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of namespaces that belong to the XML schema collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions">
			<summary>Énumère les autorisations relatives aux objets pour la collection de schémas XML.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the XML schema collection. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour une autorisation spécifiée sur la collection de schémas XML.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the XML schema collection. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié sur la collection de schémas XML.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the XML schema collection. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations relatives aux objets pour un bénéficiaire spécifié et une autorisation spécifiée sur la collection de schémas XML.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the XML schema collection. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumTypes">
			<summary>Énumère tous les types contenus dans la collection de schémas XML.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of all the types in the XML schema collection.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.EnumTypes(System.String)">
			<summary>Énumère tous les types contenus dans la collection de schémas XML pour l'espace de noms spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains a list of all the types in the XML schema collection for the specified namespace.</returns>
			<param name="xmlNamespace">A <see cref="T:System.String" /> value that specifies the XML namespace to which to limit the results.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié au bénéficiaire spécifié sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Octroie le jeu d'autorisations spécifié aux bénéficiaires spécifiés sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted the specified set of permissions on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations au bénéficiaire spécifié sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied specified set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the XML schema collection.If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Octroie l'accès à l'autorisation spécifiée et la capacité d'octroyer l'accès à d'autres utilisations aux bénéficiaires spécifiés sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection. If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Octroie le jeu d'autorisations spécifié et la capacité d'octroyer l'accès à d'autres utilisations au bénéficiaire spécifié sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Octroie l'accès au jeu d'autorisations spécifié et la capacité d'accorder le jeu d'autorisations à d'autres utilisateurs sur la collection de schémas XML, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be granted the set of permissions.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the XML schema collection.If True, the grantee is given the ability to grant the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to grant the specified set of permissions to other users on the XML schema collection. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting the specified set of permissions to other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque un jeu d'autorisations accordé précédemment à un bénéficiaire sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque un jeu d'autorisations accordé précédemment à une liste de bénéficiaires sur la collection de schémas XML.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked the set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la collection de schémas XML et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If True, the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If False, the grantee is not given the ability to revoke the specified set of permissions from other users on the XML schema collection.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users, to whom the grantee has granted the specified set of permissions, are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la collection de schémas XML et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A Boolean property that specifies whether the grantee is given the ability to revoke access from the XML schema collection.If True, the grantee is given the ability to revoke other users' access from the XML schema collection.If False, the grantee is not given the ability to revoke other users' access from the XML schema collection.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à un bénéficiaire sur la collection de schémas XML et tous les autres utilisateurs auxquels le bénéficiaire a accordé le jeu d'autorisations spécifié. Le bénéficiaire peut également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the XML schema collection.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque un jeu d'autorisations précédemment accordé à des bénéficiaires sur la collection de schémas XML et tous les autres utilisateurs auxquels les bénéficiaires ont accordé le jeu d'autorisations spécifié. Les bénéficiaires peuvent également révoquer le jeu d'autorisations spécifié accordé à d'autres utilisateurs dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the set of permissions.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the set of permissions.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke the specified set of permissions from other users on the XML schema collection.If True, the grantee is given the ability to revoke the specified set of permissions to other users on the XML schema collection.If False, the grantee is not given the ability to revoke the specified set of permissions to other users on the XML schema collection.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users to whom the grantee has granted the specified set of permissions are also revoked the set of permissions.If True, the grantee and users to whom the grantee granted the specified set of permission are all revoked the specified set of permissions on the XML schema collection.If False, only the grantee is revoked the specified set of permissions.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking the specified set of permission from other users on the XML schema collection. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la collection de schémas XML.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la collection de schémas XML comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.CreateDate">
			<summary>Obtient la date et l'heure de création de la collection de schémas XML.</summary>
			<returns>A DateTime system object value that specifies the date and time when the XML schema collection was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.DateLastModified">
			<summary>Obtient la date et l'heure de dernière modification de la collection de schémas XML.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date when the XML schema collection was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.ExtendedProperties">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedProperty" /> qui contiennent les informations relatives aux propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that contains the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.ID">
			<summary>Obtient la valeur d'ID qui identifie de façon unique la collection de schémas XML.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the XML schema collection.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Microsoft#SqlServer#Management#Sdk#Sfc#ISfcSupportsDesignMode#IsDesignMode">
			<summary>Obtient une valeur booléenne qui indique si l'objet prend en charge le mode Création. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.</summary>
			<returns>A Boolean value, True if the object supports design mode, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection.Text">
			<summary>Obtient ou définit le texte qui définit tous les schémas dans la collection de schémas XML.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text that defines all of the schemas in the XML schema collection</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> qui représentent toutes les collections de schémas XML définies sur une table. L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> représente une collection d'espaces de noms XML.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Add(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection)">
			<summary>Ajoute une collection de schémas Xml à une collection de schémas Xml.</summary>
			<param name="xmlSchemaCollection"><see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /></param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.CopyTo(Microsoft.SqlServer.Management.Smo.XmlSchemaCollection[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object value that represents the XML schema collection.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object value that represents the XML schema collection.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> dans la collection par nom et schéma.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object value that represents the XML schema collection.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the name of the schema.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.XmlSchemaCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase" /> est une classe de base qui est héritée par toutes les classes de l'Agent SQL Server et qui contient des membres communs.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase.GetDBName">
			<summary>Obtient le nom de la base de données associé à l'objet.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the database.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.Alert">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> représente une alerte de l'Agent Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> sur l'instance spécifiée de l'Agent SQL Server, avec le nom spécifié.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the Microsoft SQL Server  Agent Service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the alert.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.AddNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Désigne un opérateur qui reçoit un message de notification lors du déclenchement de l'alerte.</summary>
			<param name="operatorName">A <see cref="T:System.String" /> value that specifies the name of the operator.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods" /> object value that specifies the notification method.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> sur une instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Create">
			<summary>Crée une alerte sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Drop">
			<summary>Supprime l'alerte.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.EnumNotifications">
			<summary>Énumère toutes les notifications définies sur l'alerte.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the notifications defined on the alert. ColumnData typeDescriptionOperatorIDInt32The operator ID value.OperatorNameStringThe name of the operator.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net-send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net send notifications.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.EnumNotifications(System.String)">
			<summary>Énumère les méthodes de notification définies sur l'alerte et limitées à l'opérateur spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the notifications defined on the alert. ColumnData typeDescriptionOperatorIDIntegerThe operator ID value.OperatorNameStringThe name of the operator.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net send notifications.</returns>
			<param name="operatorName">A string value that specifies the name of the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.RemoveNotification(System.String)">
			<summary>Supprime la notification d'un opérateur dans la définition de l'alerte.</summary>
			<param name="operatorName">A <see cref="T:System.String" /> value that specifies the name of the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Rename(System.String)">
			<summary>Renomme l'alerte.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the alert.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.ResetOccurrenceCount">
			<summary>Remet à zéro le nombre d'occurrences d'alerte.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'alerte de l'Agent Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'alerte de l'Agent Microsoft SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.UpdateNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Modifie la méthode de notification associée à un opérateur pour l'alerte.</summary>
			<param name="operatorName">A <see cref="T:System.String" /> value that specifies the name of the operator.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods" /> object value that specifies the notification method.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.AlertType">
			<summary>Obtient la valeur de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertType" /> qui spécifie le type d'alerte.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertType" /> object value that specifies the type of alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.CategoryName">
			<summary>Obtient ou définit le nom de la catégorie à laquelle appartient l'alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the alert category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.CountResetDate">
			<summary>Obtient ou définit la date à laquelle remettre à zéro le nombre d'occurrences d'alerte. </summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date on which to set the event occurrence count back to zero.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.DatabaseName">
			<summary>Obtient ou définit le nom de la base de données surveillée par l'alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the database that the alert is monitoring.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.DelayBetweenResponses">
			<summary>Obtient ou définit le délai entre les réponses, en secondes.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of seconds to delay between each response sent  to an alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.EventDescriptionKeyword">
			<summary>Obtient ou définit un mot ou une expression devant apparaître dans le texte d'un message d'événement qui provoque le déclenchement de l'alerte. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the word or phrase that must exist in the event message text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.EventSource">
			<summary>Obtient le texte source de l'événement à partir du journal des événements de l'application.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the event source.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.HasNotification">
			<summary>Obtient le nombre d'opérateurs de l'Agent SQL Server affectés pour recevoir une notification en cas de déclenchement de l'alerte.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of operators to be notified when the alert is fired.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.ID">
			<summary>Obtient la valeur d'ID qui identifie l'Agent SQL Server de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.IncludeEventDescription">
			<summary>Obtient ou définit la valeur de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods" /> qui spécifie les types de méthode de notification (messagerie électronique, radiomessagerie ou NET SEND) qui peuvent contenir le texte d'erreur d'une alerte.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods" /> object value that specifies the notification methods used by the alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'alerte est activée ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the alert is enabled or not.If True, the alert is enabled and is raised when the specified event or performance condition occurs.If False (default), the alert is disabled and does not respond to any events or performance conditions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.JobID">
			<summary>Obtient ou définit la valeur d'ID du travail de l'Agent SQL Server exécuté en réponse au déclenchement de l'alerte.</summary>
			<returns>A <see cref="T:System.Guid" /> system object value that specifies the ID value for the job that runs in response to the raised alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.JobName">
			<summary>Obtient ou définit le nom du travail de l'Agent SQL Server exécuté en réponse au déclenchement de l'alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the job that is run in response to the raised alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.LastOccurrenceDate">
			<summary>Obtient ou définit la date à laquelle l'alerte a été déclenchée pour la dernière fois.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time that the alert was last raised.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.LastResponseDate">
			<summary>Obtient ou définit la date à laquelle l'alerte a généré une réponse pour la dernière fois.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time of the last response generated by the alert.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.MessageID">
			<summary>Obtient ou définit la valeur d'ID du message Microsoft SQL Server qui provoque le déclenchement de l'alerte.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the message that causes the alert to be raised.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.NotificationMessage">
			<summary>Obtient ou définit le texte fourni par l'utilisateur et ajouté à toute notification envoyée en réponse au déclenchement d'une alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the user-supplied text appended to the any notification.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.OccurrenceCount">
			<summary>Obtient le nombre de déclenchements de l'alerte depuis son activation ou depuis une date spécifiée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of times an alert has fired since the alert was enabled or since a specified date.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.PerformanceCondition">
			<summary>Obtient ou définit le texte de la condition de performances. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the performance condition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.Severity">
			<summary>Obtient ou définit le niveau de gravité du message d'erreur qui provoque le déclenchement de l'alerte.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the error message severity.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.WmiEventNamespace">
			<summary>Obtient ou définit l'espace de noms WMI (Windows Management Instrumentation) pour l'événement.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the WMI namespace for the event.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Alert.WmiEventQuery">
			<summary>Obtient ou définit la requête WMI (Windows Management Instrumentation) pour l'événement.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the WMI query for the event.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> contient des attributs qui autorisent le classement en catégories des alertes. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> sur l'instance spécifiée de l'Agent SQL Server et avec le nom spécifié.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the alert category.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.ID">
			<summary>Obtient la valeur d'ID qui identifie la catégorie d'alerte de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the alert category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> qui représentent toutes les catégories définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.AlertCategory)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" />.</summary>
			<param name="AlertCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object that specifies the alert category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.AlertCategory[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.AlertCategory)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" />.</summary>
			<param name="AlertCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object that specifies the alert category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the alert category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object value that represents the alert category.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object value that represents the alert category.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> qui représentent toutes les alertes définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.Alert[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la collection d'alertes.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la collection d'alertes comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> object value that represents the alert.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" /> contient des informations système qui se rapportent à toutes les alertes définies sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" /> sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le jeu d'informations représenté par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" />.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le jeu d'informations représenté par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" /> et comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafeEmailAddress">
			<summary>Obtient ou définit une adresse de messagerie à notifier lorsque aucun opérateur n'est défini ou disponible lors de la notification d'alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the fail-safe e-mail address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafeNetSendAddress">
			<summary>Obtient ou définit une adresse NET SEND à notifier lorsque aucun opérateur n'est défini ou disponible lors de la notification d'alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the fail-safe net send address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafeOperator">
			<summary>Obtient ou définit l'opérateur à notifier lorsque aucun autre opérateur n'est défini ou disponible lors de la notification d'alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the fail-safe operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.FailSafePagerAddress">
			<summary>Obtient ou définit une adresse de radiomessagerie à notifier lorsque aucun opérateur n'est défini ou disponible lors de la notification d'alerte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the fail-safe pager address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.ForwardingServer">
			<summary>Obtient ou définit l'instance de Microsoft SQL Server qui recevra des événements transférés.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the instance of SQL Server that will receive forwarded events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.ForwardingSeverity">
			<summary>Obtient ou définit le niveau de gravité minimal d'un événement d'erreur qui sera envoyé à une autre instance de SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the minimum severity level for event forwarding.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.IsForwardedAlways">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si tous les événements sont envoyés au serveur de transfert ou uniquement ceux qui n'ont aucune notification d'événements définie sur l'instance actuelle de SQL Server.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to forward all events or only those with no event notification.If True, all events are forwarded to the forwarding server.If False (default), only the events that have no event notification defined are forwarded.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.NotificationMethod">
			<summary>Obtient ou définit la méthode de notification utilisée pour notifier l'opérateur de prévention de défaillance.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods" /> object value that specifies the notification method used to notify the fail-safe operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerCCTemplate">
			<summary>Obtient ou définit le texte de modèle figurant sur la ligne Cc du message électronique envoyé par l'Agent SQL Server pour les notifications de radiomessagerie.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the text sent in the e-mail Cc: line sent in a pager message.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerSendSubjectOnly">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut inclure le texte figurant dans la zone Message du message électronique envoyé par l'Agent SQL Server pour les notifications de radiomessagerie.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether to include the e-mail Message: text in the e-mail sent for pager notifications.If True, only the subject line is filled in on e-mail sent by SQL Server Agent for pager notifications.If False (default), the e-mail subject line and message text fields are used to construct notification messages sent by SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerSubjectTemplate">
			<summary>Obtient ou définit le texte de modèle figurant sur la ligne Objet du message électronique envoyé par l'Agent SQL Server pour les notifications de radiomessagerie.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the e-mail Subject: text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.PagerToTemplate">
			<summary>Obtient ou définit le texte de modèle figurant sur la ligne À du message électronique envoyé par l'Agent SQL Server pour les notifications de radiomessagerie.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the e-mail To: text.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem.Parent">
			<summary>Obtient la valeur de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase" /> est une classe de base utilisée dans la construction de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" />, la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> et la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" />. Elle contient des fonctionnalités qui sont communes aux trois classes de catégorie.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" />, <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> ou <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /></summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Create">
			<summary>Crée respectivement la catégorie de travaux, la catégorie d'opérateur ou la catégorie d'alerte selon l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" />, <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> ou <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Drop">
			<summary>Supprime une catégorie de travaux, une catégorie d'opérateur ou une catégorie d'alerte existante.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Rename(System.String)">
			<summary>Renomme la catégorie de travaux, la catégorie d'opérateur ou la catégorie d'alerte.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la catégorie de travaux, la catégorie d'opérateur ou la catégorie d'alerte.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.CategoryBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la catégorie de travaux, la catégorie d'opérateur ou la catégorie d'alerte comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.FindOperand">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.FindOperand" /> représente une liste des opérandes utilisés pour évaluer les propriétés <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobCreated" /> et <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobLastModified" /> afin de spécifier une plage de dates dans un filtre de travail.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.Job">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> représente un travail de l'Agent Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> sur l'instance spécifiée de l'Agent Microsoft SQL Server, avec le nom spécifié.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that specifies the instance of SQL Server Agent that is running on the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> sur l'instance spécifiée de l'Agent SQL Server, avec le nom et la catégorie spécifiés</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that specifies the instance of SQL Server Agent that is running on the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the job.</param>
			<param name="category">A <see cref="T:System.In32" /> value that specifies the job category ID number.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.AddSharedSchedule(System.Int32)">
			<summary>Ajoute une planification partagée au travail de l'Agent Microsoft SQL Server.</summary>
			<param name="scheduleID">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the shared schedule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> sur une instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.ApplyToTargetServer(System.String)">
			<summary>Ajoute un serveur à la liste des serveurs cibles gérée pour le travail de l'Agent Microsoft SQL Server référencé.</summary>
			<param name="serverName">A <see cref="T:System.String" /> value that specifies the name of the execution target server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.ApplyToTargetServerGroup(System.String)">
			<summary>Ajoute un ou plusieurs serveurs à la liste des serveurs cibles gérée pour le travail de l'Agent Microsoft SQL Server référencé.</summary>
			<param name="groupName">A <see cref="T:System.String" /> that represents a server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Create">
			<summary>Crée un travail sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.DeleteJobStepLogs(System.DateTime)">
			<summary>Supprime les fichiers journaux d'étapes de travail qui sont antérieurs à la date spécifiée.</summary>
			<param name="olderThan">A <see cref="T:System.DateTime" /> value that specifies the log date, after which to delete the job step log files.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.DeleteJobStepLogs(System.Int32)">
			<summary>Supprime les fichiers journaux d'étapes de travail dont la valeur est supérieure à l'ID de journal spécifié.</summary>
			<param name="largerThan">A <see cref="T:System.Int32" /> value that specifies the log ID number, higher than which to delete the job step log files.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Drop">
			<summary>Supprime un travail existant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Drop(System.Boolean)">
			<summary>Supprime un travail existant.</summary>
			<param name="keepSharedSchedules">A <see cref="T:System.Boolean" /> value that specifies whether to keep the shared schedules from the removed job.If True, the shared schedules are kept.If False, the shared schedules are not kept.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumAlerts">
			<summary>Énumère les alertes de l'agent qui provoquent l'exécution automatisée du travail référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the alerts that cause automated execution of the job. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumHistory">
			<summary>Énumère les historiques d'exécution associés au travail référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains execution history data for the referenced job. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)">
			<summary>Énumère les historiques d'exécution associés au travail référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains execution history data for the referenced job. </returns>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter" /> object value that specifies constraints on the data returned.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepLogs">
			<summary>Énumère les fichiers journaux d'étapes de travail pour le travail référencé. </summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains an enumerated list of all the job step log files. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepLogs(System.Int32)">
			<summary>Énumère les fichiers journaux d'étapes de travail pour l'étape de travail présentant la valeur d'ID spécifiée.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains an enumerated list of all the job step log files for the job step with the specified ID value.</returns>
			<param name="StepID">A <see cref="T:System.Int32" /> value that specifies the job step ID value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepLogs(System.String)">
			<summary>Énumère les fichiers journaux d'étapes de travail pour l'étape de travail portant le nom spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains an enumerated list of all the job step log files for the job step with the specified name.</returns>
			<param name="stepName">A <see cref="T:System.String" /> value that specifies the name of the job step.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumJobStepsByID">
			<summary>Retourne un tableau d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> qui appartiennent au travail référencé et sont classés par valeur d'ID.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object array that represents all the job steps that belong to the referenced job. The <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> objects are ordered by ID value. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.EnumTargetServers">
			<summary>Énumère les serveurs cibles d'exécution affectés au travail référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a list of execution target servers and information about the referenced job when it is run on the target servers. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionNameStringThe name of the instance of Microsoft SQL Server that is a target server.IDInt32The ID value of the target server.LastRunOutcomeInt32The numeric value that specifies the way in which the job finishes on the target server that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.LastRunOutcomeMessageStringThe message that was recorded with the last completion of the job on the target server.LastRunDateDateTimeThe date and time when the job was last run on the target server.LastRunDurationInt32The time it took to complete when the job was last run on the target server, in seconds. EnlistDateDateTimeThe date and time when the target server was enlisted.LastPollDateDateTimeThe date and time when the target server last polled the master server for any outstanding jobs to be executed.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Invoke">
			<summary>Exécute le travail.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.PurgeHistory">
			<summary>Supprime des enregistrements système qui gèrent l'historique d'exécution pour le travail référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveAllJobSchedules">
			<summary>Supprime l'ensemble des planifications partagées et non partagées du travail.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveAllJobSchedules(System.Boolean)">
			<summary>Supprime l'ensemble des planifications partagées et non partagées du travail.</summary>
			<param name="keepSharedSchedules">A <see cref="T:System.Boolean" /> value that specifies whether to keep the shared schedules from the removed job.If True, the shared schedules are kept.If False, the shared schedules are not kept.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveAllJobSteps">
			<summary>Supprime toutes les étapes de travail associées au travail.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveFromTargetServer(System.String)">
			<summary>Supprime un serveur cible d'exécution dans la liste des serveurs cibles gérée pour un travail.</summary>
			<param name="serverName">A <see cref="T:System.String" /> value that specifies the name of the execution target server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveFromTargetServerGroup(System.String)">
			<summary>Supprime un groupe de serveurs cibles d'exécution dans la liste des serveurs cibles gérée pour un travail.</summary>
			<param name="groupName">A <see cref="T:System.String" /> value that specifies a group of execution targets.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveSharedSchedule(System.Int32)">
			<summary>Supprime la planification partagée spécifiée du travail.</summary>
			<param name="scheduleID">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the shared schedule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.RemoveSharedSchedule(System.Int32,System.Boolean)">
			<summary>Supprime la planification partagée spécifiée du travail et conserve les planifications inutilisées.</summary>
			<param name="scheduleID">An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the shared schedule.</param>
			<param name="keepUnusedSchedules">A <see cref="T:System.Boolean" /> value that specifies whether to keep unused schedules. If True, unused schedules are kept. Otherwise, False.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Rename(System.String)">
			<summary>Renomme le travail.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le travail de l'Agent Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le travail de l'Agent Microsoft SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Start">
			<summary>Exécute le travail référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Start(System.String)">
			<summary>Exécute le travail référencé en commençant à l'étape de travail spécifiée.</summary>
			<param name="jobStepName">A <see cref="T:System.String" /> value that specifies the job step to start execution.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Job.Stop">
			<summary>Met fin à l'exécution du travail référencé.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Category">
			<summary>Obtient ou définit la catégorie à laquelle appartient le travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the category to which the job belongs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CategoryID">
			<summary>Obtient la valeur d'ID qui identifie la catégorie de travaux de façon unique.</summary>
			<returns>A <see cref="T:System.In32" /> value that specifies the job category ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CategoryType">
			<summary>Obtient ou définit le type de catégorie propre aux travaux locaux ou multiserveurs.</summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies the job category type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CurrentRunRetryAttempt">
			<summary>Obtient le nombre de tentatives infructueuses d'exécution du travail par l'Agent Microsoft SQL Server.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of times SQL Server Agent has attempted to run the job unsuccessfully.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CurrentRunStatus">
			<summary>Obtient l'état d'exécution actuel du travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobExecutionStatus" /> object value that specifies the current execution status of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.CurrentRunStep">
			<summary>Obtient des informations relatives à l'étape de travail en cours d'exécution.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the job step that is currently running.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.DateCreated">
			<summary>Obtient la date et l'heure de création du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the job was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the job was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.DeleteLevel">
			<summary>Obtient ou définit l'action d'achèvement qui détermine s'il faut supprimer la définition du travail à l'issue de l'exécution de ce dernier.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> object value that specifies whether to delete the job definition.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Description">
			<summary>Obtient ou définit la description textuelle du travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the textual description of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.EmailLevel">
			<summary>Obtient ou définit l'action d'achèvement qui détermine s'il faut envoyer une notification par courrier électronique à un opérateur à l'issue de l'exécution du travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> object value that specifies whether to send an e-mail notification to an operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.EventLogLevel">
			<summary>Obtient ou définit l'action d'achèvement qui détermine s'il faut générer une entrée de journal des événements du système d'exploitation à l'issue de l'exécution du travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> value that specifies whether to generate an operating system event log entry.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.HasSchedule">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le travail est planifié au moins une fois.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the job has a schedule assigned or not.If True, the job has at least one schedule. If False (default), the job has no schedule. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.HasServer">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si un serveur cible est affecté au travail pour les opérations impliquant plusieurs serveurs.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the job is assigned to run on at least one remote target server.If True, the job is assigned to run on at least one remote target server. If False (default), the job runs on the local server. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.HasStep">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le travail présente au moins une étape de travail.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the job has at least one job step.If True, the job has at least one job step. If False, the job does not have any job steps.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le travail est activé.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the job is enabled or not.If True, the job is enabled. If False (default), the job is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobID">
			<summary>Obtient la valeur d'ID du travail.</summary>
			<returns>A <see cref="T:System.Guid" /> system object value that specifies the job ID value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobSchedules">
			<summary>Obtient une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> qui représentent les planifications affectées au travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> object value that specifies a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobSteps">
			<summary>Obtient une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> qui représentent les étapes définies pour le travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> object value that specifies a collection of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> objects.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.JobType">
			<summary>Obtient le type de travail, qui spécifie si le travail est local ou multiserveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobType" /> object value that specifies the job type, which is either local or multiserver.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.LastRunDate">
			<summary>Obtient la date et l'heure de la dernière exécution du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the job was last run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.LastRunOutcome">
			<summary>Obtient le résultat du travail depuis sa dernière exécution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionResult" /> object value that specifies the result of the last time the job completed executing.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Name">
			<summary>Obtient ou définit le nom de l'objet.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.NetSendLevel">
			<summary>Obtient ou définit l'action d'achèvement qui détermine s'il faut envoyer une notification NET SEND à un opérateur à l'issue de l'exécution du travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> value that specifies whether to net-send a notification to an operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.NextRunDate">
			<summary>Obtient la date et l'heure planifiées pour la prochaine exécution du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the job is next scheduled to run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.NextRunScheduleID">
			<summary>Obtient la valeur d'ID de la planification qui est responsable de la prochaine exécution du travail.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the schedule that next runs the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OperatorToEmail">
			<summary>Obtient ou définit l'opérateur qui reçoit une notification par messagerie électronique à l'issue de l'exécution du travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the operator that receives e-mail notification when the job finishes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OperatorToNetSend">
			<summary>Obtient ou définit l'opérateur qui reçoit une notification NET SEND à l'issue de l'exécution du travail.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the operator that receives a net-send notification when the job finishes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OperatorToPage">
			<summary>Obtient ou définit l'opérateur qui reçoit une notification de radiomessagerie à l'issue de l'exécution du travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the operator that receives a pager notification when the job finishes.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OriginatingServer">
			<summary>Obtient le nom du serveur qui joue le rôle du serveur maître dans un travail multiserveur. </summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the master server where the job definition originates from.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.OwnerLoginName">
			<summary>Obtient ou définit le propriétaire du travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the logon name of the job owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.PageLevel">
			<summary>Obtient ou définit l'action d'achèvement qui détermine s'il faut envoyer une notification de radiomessagerie à un opérateur à l'issue de l'exécution du travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> value that specifies whether to send a pager notification to an operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.StartStepID">
			<summary>Obtient ou définit la valeur d'ID de la première étape du travail dans la séquence d'exécution.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the first job step in the sequence.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Job.VersionNumber">
			<summary>Obtient une valeur gérée par le système qui est incrémentée chaque fois que le travail est modifié.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of times that the job has been modified.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> contient des attributs qui autorisent le classement en catégories des alertes. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" />. </summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the job category.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.CategoryType">
			<summary>Obtient ou définit le type de catégorie de travaux.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CategoryType" /> object that specifies the type of job category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.ID">
			<summary>Obtient la valeur d'ID qui identifie la catégorie de travaux de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the job category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategory.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> qui représentent toutes les catégories définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.JobCategory)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" />.</summary>
			<param name="JobCategory">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object that specifies the job category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.JobCategory[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.JobCategory)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" />.</summary>
			<param name="JobCategory">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object that specifies the job category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the job category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object value that represents the job category.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object value that represents the alert category.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> qui représentent tous les travaux définis sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.GetCollectionElementType">
			<summary>Gets the Collection Element Type.</summary>
			<returns><see cref="T:System.Type" /></returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.InitInnerCollection">
			<summary>Initializes the collection.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobCollection.ItemById(System.Guid)">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> qui est spécifié par la valeur d'ID <see cref="T:System.Guid" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" />object value that is specified by the <see cref="T:System.Guid" /> ID value.</returns>
			<param name="id">A <see cref="T:System.Guid" /> system value that uniquely identifies the job.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter" /> est utilisé pour stocker des informations relatives aux contraintes appliquées à la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.Category">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> à la catégorie du travail.</summary>
			<returns>A string value that specifies the category constraint for the job filter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.CurrentExecutionStatus">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> à l'état d'exécution actuel.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobExecutionStatus" /> object value that specifies the current execution status constraint for the job filter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateFindOperand">
			<summary>Obtient ou définit l'opérateur utilisé pour évaluer des contraintes de date dans le filtre de travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.FindOperand" /> object value that specifies the way that dates are evaluated in the job filter.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobCreated">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> à la date de création du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date the job was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.DateJobLastModified">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> à la date de dernière modification du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date the job was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.Enabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le filtre de travail est activé ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the job filter is enabled or not.If True, the job filter is enabled and will restrict the output of the <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> method.If False, the job filter is disabled and will not restrict the output of the <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> method.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.JobType">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> au type de travail.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobType" /> object value that specifies the type of job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.Owner">
			<summary>Obtient ou définit le propriétaire du filtre de travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the login of the job filter owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobFilter.StepSubsystem">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> au sous-système utilisé dans les étapes qui appartiennent au travail.</summary>
			<returns>A string value that specifies the subsystem used by any of the job steps.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter" /> est utilisé pour stocker des informations relatives aux contraintes appliquées à la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" />. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.EndRunDate">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> à la date de fin d'exécution du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> System object value that specifies the date and time limit for the job completion.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.JobID">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> au travail spécifié par la valeur d'ID de travail.</summary>
			<returns>A <see cref="T:System.Guid" /> System object value that specifies the unique ID value for the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.JobName">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> au travail spécifié par le nom du travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.MinimumRetries">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> aux travaux qui ont échoué et ont fait l'objet du nombre minimal de tentatives spécifié.</summary>
			<returns>An integer value that specifies the minimum number of retries.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.MinimumRunDuration">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> aux travaux dont l'exécution a été effectuée dans la durée minimale spécifiée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the minimum execution time in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.OldestFirst">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les travaux sont énumérés du plus ancien au plus récent, ou inversement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the jobs are listed in oldest-first or newest-first order.If True, the jobs are listed with the oldest job first.If False (default), the jobs are listed with the most recent job first.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.OutcomeTypes">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> aux travaux qui présentent le résultat spécifié à l'achèvement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionResult" /> object value that specifies the result of the job at completion.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.SqlMessageID">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> aux travaux qui ont généré le message spécifié pendant l'exécution.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the message that was generated during the execution of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.SqlSeverity">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> aux travaux qui ont généré une erreur de la gravité spécifiée pendant l'exécution.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the severity of the error that occurred during the execution of the job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter.StartRunDate">
			<summary>Obtient ou définit la contrainte de filtre de travail qui restreint les valeurs retournées par la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> à la date de début d'exécution du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time limit for when the job started.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> représente une planification de travail de l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.#ctor(Microsoft.SqlServer.Management.Smo.SqlSmoObject,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> pour l'objet parent spécifié et portant le nom spécifié.</summary>
			<param name="parent">An <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the job schedule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> sur une instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Create">
			<summary>Crée une planification du travail sur l'instance de SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Drop">
			<summary>Supprime la planification du travail référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.EnumJobReferences">
			<summary>Retourne une liste énumérée de travaux qui référencent la planification.</summary>
			<returns>A <see cref="T:System.Guid" /> system object array that identifies the jobs that reference the schedule.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Rename(System.String)">
			<summary>Renomme la planification du travail.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the job schedule.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la planification du travail de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la planification du travail de l'Agent SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveEndDate">
			<summary>Obtient ou définit la date et l'heure de fin de la planification.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the job schedule ends.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveEndTimeOfDay">
			<summary>Obtient ou définit l'heure d'arrêt de la planification du travail pour la journée.</summary>
			<returns>A <see cref="T:System.TimeSpan" /> value that specifies the time of day when the job schedule stops.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveStartDate">
			<summary>Obtient ou définit la date et l'heure de début de la planification.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the job schedule starts.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.ActiveStartTimeOfDay">
			<summary>Obtient ou définit l'heure de début de la planification du travail pour la journée.</summary>
			<returns>A <see cref="T:System.TimeSpan" /> value that specifies the time of day when the job schedule starts for the day.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.DateCreated">
			<summary>Obtient la date et l'heure de création de la planification du travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the job schedule was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyInterval">
			<summary>Obtient ou définit l'intervalle de fréquence, qui détermine à quelle fréquence l'exécution du travail est planifiée. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the frequency interval. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyRecurrenceFactor">
			<summary>Obtient ou définit le nombre de semaines ou de mois entre les travaux planifiés pour les planifications présentant respectivement un type de fréquence hebdomadaire ou mensuel. </summary>
			<returns>An integer value that specifies the number of units of the unit type indicated by the <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyTypes" /> property, which specifies the time between scheduled jobs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyRelativeIntervals">
			<summary>Obtient ou définit la valeur ordinale d'un jour par rapport au premier jour du mois, telle que le premier, le second ou le dernier.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyRelativeIntervals" /> object value that specifies the ordinal value of the day of the month relative to the first day of the month. Values are first, second, third, fourth, and last.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencySubDayInterval">
			<summary>Obtient ou définit l'intervalle entre des travaux planifiés qui s'exécutent pendant la journée.</summary>
			<returns>An integer value that specifies the interval between scheduled jobs that run during the day.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencySubDayTypes">
			<summary>Obtient ou définit l'unité de temps utilisée pour spécifier l'intervalle entre des travaux planifiés qui s'exécutent pendant la journée.</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencySubDayTypes" /> object value that specifies the unit of time used to specify the interval between scheduled jobs that run during the day.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyTypes">
			<summary>Obtient ou définit la manière dont la fréquence est évaluée pour la planification du travail (une fois uniquement, chaque semaine ou lorsque le processeur est inactif, par exemple).</summary>
			<returns>A <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyTypes" /> object value that specifies the way that the frequency of the scheduled job is evaluated.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si la planification du travail est activée ou désactivée.</summary>
			<returns>A <see cref="T:System.Boolean" /> property value that specifies whether the job schedule is enabled or disabled.If True, the job schedule is enabled. Otherwise, False (default).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.JobCount">
			<summary>Obtient le nombre des travaux qui requièrent la planification référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of jobs that require the referenced job schedule.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> qui représentent toutes les planifications de travail définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.JobSchedule[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object value that represents the job schedule.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object value that represents the job schedule.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.SqlSmoObject" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> représente le sous-système de l'Agent SQL Server et la base de données msdb.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ClearHostLoginAccount">
			<summary>Efface le compte de connexion hôte et utilise la sécurité intégrée pour la connexion à SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ClearMsxAccount">
			<summary>Efface le compte de connexion du serveur maître et utilise la sécurité intégrée pour la connexion au serveur maître.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.CycleErrorLog">
			<summary>Ferme et renomme le journal des erreurs actuel, puis crée un fichier journal des erreurs vide.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DropJobByID(System.Guid)">
			<summary>Supprime le travail présentant la valeur d'ID spécifiée.</summary>
			<param name="jobid">A <see cref="T:System.Guid" /> system object value that specifies the job ID value.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DropJobsByLogin(System.String)">
			<summary>Supprime le travail portant le nom de connexion spécifié.</summary>
			<param name="login">A <see cref="T:System.String" /> value that specifies the login name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DropJobsByServer(System.String)">
			<summary>Supprime le travail avec le serveur spécifié.</summary>
			<param name="serverName">A <see cref="T:System.String" /> value that specifies the name of the server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumErrorLogs">
			<summary>Énumère les informations du journal des erreurs de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent error logs. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory">
			<summary>Énumère les informations d'historique du travail de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent job history. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)">
			<summary>Énumère les informations d'historique du travail.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent job history. </returns>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter" /> object value that is used to specify constraints that restrict the job records that are purged.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs">
			<summary>Énumère les informations relatives au travail actuel.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent jobs. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />.ColumnData typeDescriptionUrnStringA URN value that uniquely identifies the job.NameStringThe name of the job.JobIDGuidA unique system-generated ID value.DateCreatedDateTimeThe date and time when the job was created.DateLastModifiedDateTimeThe date and time when the job was last modified.DescriptionStringThe textual description of the job.EmailLevelInt32The numeric value that specifies the required way in which the job completes for an e-mail to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.IsEnabledBooleanThe Boolean value that specifies whether the job is enabled.If True, the job is enabled.If False, the job is not enabled.EventLogLevelInt32The numeric value that specifies the required way in which the job completes for an event to be logged after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.NetSendLevelInt32The numeric value that specifies the required way in which the job completes for a net send network message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.OriginatingServerStringThe name of the instance of SQL Server that is the master server in a multiserver administration scenario.OwnerLoginNameStringThe name of the login that owns the job.PageLevelInt32The numeric value that specifies the required way in which the job completes for a pager message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.StartStepIDInt32The ID value of the job step that is first in the sequence of job steps that belong to the job.VersionNumberInt32The version number of the job.CategoryIDInt32The job category ID number.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumJobs(Microsoft.SqlServer.Management.Smo.Agent.JobFilter)">
			<summary>Énumère les informations relatives aux travaux actuels.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent jobs. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />.ColumnData typeDescriptionUrnStringA URN value that uniquely identifies the job.NameStringThe name of the job.JobIDGuidA unique system-generated ID value.CategoryStringThe name of the category to which the job is assigned.CurrentRunRetryAttemptInt32The number of attempts, including the current attempt, that the job has been run and retried.CurrentRunStatusInt32The numeric value that represents a specific execution status that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobExecutionStatus" /> enumeration.CurrentRunStepInt32The numeric value that identifies the currently running job step.DateCreatedDateTimeThe date and time when the job was created.DateLastModifiedDateTimeThe date and time when the job was last modified.DeleteLevelInt32The numeric value that specifies the required way in which the job completes for the job to be deleted after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.DescriptionStringThe textual description of the job.EmailLevelInt32The numeric value that specifies the required way in which the job completes for an e-mail to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.IsEnabledBooleanThe Boolean value that specifies whether the job is enabled.If True, the job is enabled.If False, the job is not enabled.EventLogLevelInt32The numeric value that specifies the required way in which the job completes for an event to be logged after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.HasScheduleBooleanThe Boolean value that specifies whether the job has at least one schedule assigned to it.If True, the job has at least one schedule.If False, the job has no schedules.HasServerBooleanThe Boolean value that specifies whether the job is scheduled to run on a target server in a multiserver administration scenario.If True, the job has at least one target server.If False, the job does not have a target server.HasStepBooleanThe Boolean value that specifies whether the job has at least one job step assigned to it.If True, the job has at least one job step.If False, the job does not have a job step.LastRunDateDateTimeThe date and time when the job was last executed.LastRunOutcomeInt32The numeric value that specifies the way in which the job completed the last time it was executed that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.NetSendLevelInt32The numeric value that specifies the required way in which the job completes for a net send network message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.NextRunDateDateTimeThe date and time when the job is next scheduled to run.NextRunScheduleIDInt32The numeric ID value that uniquely identifies the schedule to be used the next time the job runs.OperatorToEmailStringThe name of the operator to e-mail when the job requires that e-mail is sent on completion.OperatorToNetSendStringThe name of the operator to net send when the job requires that e-mail is sent on completion.OperatorToPageStringThe name of the operator to page when the job requires that e-mail is sent on completion.OriginatingServerStringThe name of the instance of SQL Server that is the master server in a multiserver administration scenario.OwnerLoginNameStringThe name of the login that owns the job.PageLevelInt32The numeric value that specifies the required way in which the job completes for a pager message to be sent after execution that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionAction" /> enumeration.StartStepIDInt32The ID value of the job step that is first in the sequence of job steps that belong to the job.JobTypeInt32The numeric value that specifies the type of job that is listed in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobType" /> enumeration.VersionNumberInt32The version number of the job.</returns>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobFilter" /> object value that is used to specify constraints to restrict output.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters">
			<summary>Énumère les informations de compteur de performances de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent performance counters. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters(System.String)">
			<summary>Énumère les informations de compteur de performances de l'Agent SQL Server pour l'objet spécifié.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent performance counters. </returns>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the object for which the performance counter information is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters(System.String,System.String)">
			<summary>Énumère les informations de compteur de performances de l'Agent SQL Server pour l'objet et le compteur spécifiés.</summary>
			<returns>A <see cref="T:System.String" /> object value that contains a table of information about SQL Server Agent performance counters. </returns>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the object for which the performance counter information is required.</param>
			<param name="counterName">A <see cref="T:System.String" /> value that specifies the counter name for which the performance counter information is required.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumPerformanceCounters(System.String,System.String,System.String)">
			<summary>Énumère les informations de compteur de performances de l'Agent SQL Server pour l'objet, le compteur et l'instance spécifiés de SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent performance counters. </returns>
			<param name="objectName">A <see cref="T:System.String" /> value that specifies the object for which the performance counter information is required.</param>
			<param name="counterName">A <see cref="T:System.String" /> value that specifies the counter name for which the performance counter information is required.</param>
			<param name="instanceName">A <see cref="T:System.String" /> value that specifies the instance of SQL Server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.EnumSubSystems">
			<summary>Énumère les sous-systèmes d'exécution de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about SQL Server Agent execution subsystems. The table describes the different columns of the returned <see cref="T:System.Data.DataTable" />. ColumnData typeDescriptionsubsystemStringThe name of the subsystem. Examples of subsystems include the following: TSQL, CmdExec, ANALYSISQUERY, and LogReader.descriptionStringThe textual description of the subsystem.subsystem_dllStringThe subsystem dynamic link library (DLL). This information might not be available.agent_exeStringThe subsystem executable program. This information might not be available.start_entry_pointStringThe entry point in the code to start executing.event_entry_pointStringThe code entry point for events stop_entry_pointStringThe entry point in the code to stop executing.max_worker_threadsInt32The maximum number of worker threads available for execution of processes.susbsystem_IDInt32The subsystem ID value.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.GetJobByID(System.Guid)">
			<summary>Retourne un travail présentant la valeur d'ID spécifiée.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> object that is identified by the specified <see cref="T:System.Guid" /> system object value.</returns>
			<param name="jobID">A <see cref="T:System.Guid" /> system object value that uniquely identifies the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxDefect">
			<summary>Met fin à la participation de l'Agent Microsoft SQL Server dans un groupe d'administration multiserveur. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxDefect(System.Boolean)">
			<summary>Met fin à la participation de l'Agent SQL Server dans un groupe d'administration multiserveur avec la possibilité de forcer la désinscription.</summary>
			<param name="forceDefection">A <see cref="T:System.Boolean" /> value that specifies whether to allow for a forceful removal of the target server when the master server connection has been permanently lost. If True, the forceful removal of the target server is allowed.If False, the removal of the target server is not forced.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxEnlist(System.String,System.String)">
			<summary>Inscrit l'Agent SQL Server comme serveur cible avec le serveur maître spécifié dans une administration multiserveur.</summary>
			<param name="masterServer">A <see cref="T:System.String" /> value that specifies the name of the master server.</param>
			<param name="location">A <see cref="T:System.String" /> value that specifies the master server location.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.PurgeJobHistory">
			<summary>Supprime tous les enregistrements consignés des travaux de l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.PurgeJobHistory(Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter)">
			<summary>Supprime tous les enregistrements consignés des travaux de l'Agent SQL Server, comme spécifié par un filtre.</summary>
			<param name="filter">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter" /> object value that is used to specify constraints that restrict the job records that are purged.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ReadErrorLog">
			<summary>Énumère le journal des erreurs.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the error log details. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ReadErrorLog(System.Int32)">
			<summary>Énumère le journal des erreurs.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains the error log details. </returns>
			<param name="logNumber">An <see cref="T:System.Int32" /> value that specifies the log number of the log to be read. A value of 1 specifies the most recent error log file, a value of 9 specifies the oldest log file, and 0 specifies the current log file.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ReassignJobsByLogin(System.String,System.String)">
			<summary>Modifie l'appartenance de tout travail de l'Agent SQL Server détenu actuellement par une connexion SQL Server.</summary>
			<param name="oldLogin">A <see cref="T:System.String" /> value that specifies the old SQL Server login.</param>
			<param name="newLogin">A <see cref="T:System.String" /> value that specifies the new SQL Server login.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.RemoveJobByID(System.Guid)">
			<summary>Supprime un travail présentant une valeur d'ID spécifiée.</summary>
			<param name="jobID">A <see cref="T:System.Guid" /> system object value that uniquely identifies the job.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.RemoveJobsByLogin(System.String)">
			<summary>Supprime un travail avec une connexion spécifiée.</summary>
			<param name="login">A <see cref="T:System.String" /> value that specifies the login.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'Agent SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SetHostLoginAccount(System.String,System.String)">
			<summary>Définit le compte d'authentification SQL Server et le mot de passe utilisés pour la connexion à SQL Server.</summary>
			<param name="loginName">A <see cref="T:System.String" /> value that specifies the SQL Server Authentication login name.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the SQL Server Authentication password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SetMsxAccount(System.String)">
			<summary>Définit le nom des informations d'identification utilisées pour la connexion au serveur maître dans une administration multiserveur.</summary>
			<param name="credentialName">A <see cref="T:System.String" /> value that specifies the login name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SetMsxAccount(System.String,System.String)">
			<summary>Définit le nom des informations d'identification utilisées pour la connexion au serveur maître dans une administration multiserveur.</summary>
			<param name="account">A <see cref="T:System.String" /> value that specifies the SQL Server Authentication login name.</param>
			<param name="password">A <see cref="T:System.String" /> value that specifies the SQL Server Authentication password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.StartMonitor(System.String,System.Int32)">
			<summary>Démarre la surveillance du service SQL Server Agent local par une instance de SQL Server.</summary>
			<param name="netSendAddress">A <see cref="T:System.String" /> value that specifies a net send address to notify when the SQL Server Agent Service has stopped.</param>
			<param name="restartAttempts">An <see cref="T:System.Int32" /> value that specifies the number of times to attempt to restart the SQL Server Agent Service if it has stopped.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.StopMonitor">
			<summary>Met fin à la surveillance du service SQL Server Agent local par une instance de SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TestMailProfile(System.String)">
			<summary>Teste la validité d'un profil de messagerie. </summary>
			<param name="profileName">A <see cref="T:System.String" /> value that specifies the name of the e-mail profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TestNetSend">
			<summary>Teste la validité d'une adresse NET SEND. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AgentDomainGroup">
			<summary>Obtient le groupe de domaines de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:Ssytem.String" /> value that specifies the SQL Server Agent domain group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AgentLogLevel">
			<summary>Obtient ou définit le type des messages consignés par l'Agent SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentLogLevels" /> object value that specifies the type of messages that are logged by SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AgentMailType">
			<summary>Obtient ou définit le type de messagerie pour l'Agent SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentMailType" /> object value that specifies the mail type for SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AgentShutdownWaitTime">
			<summary>Obtient ou définit la durée pendant laquelle l'Agent SQL Server attend la fin de l'exécution de travaux avant de se fermer.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the time that SQL Server Agent waits before shutting down in seconds.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AlertCategories">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategory" /> représente une catégorie d'alerte définie sur l'Agent SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCategoryCollection" /> object that represents all the alert categories defined on SQL Server Agent. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Alerts">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" /> représente une alerte définie sur l'Agent SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertCollection" /> that represents the alerts defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.AlertSystem">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" /> stocke des informations qui s'appliquent à toutes les alertes définies sur l'Agent SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AlertSystem" /> object value that stores information about all the alerts defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.DatabaseMailProfile">
			<summary>Obtient ou définit un profil de messagerie de base de données.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the SQL Server Agent Database Mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ErrorLogFile">
			<summary>Obtient ou définit le nom et le chemin d'accès du fichier dans lequel l'Agent SQL Server enregistre les erreurs.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path and file name of the of the error log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.HostLoginName">
			<summary>Obtient ou définit le nom utilisé pour la connexion à SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the path and file name of the of the error log file.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.IdleCpuDuration">
			<summary>Obtient ou définit la durée, en secondes, pendant laquelle le processeur doit conserver la valeur, en pourcentage, d'inactivité de l'unité centrale avant d'être considéré comme inactif. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the time in seconds that the processor must have to maintain the CPU idle percentage value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.IdleCpuPercentage">
			<summary>Obtient ou définit le seuil, en pourcentage, d'inactivité de l'unité centrale que le processeur doit atteindre avant d'être considéré comme inactif. </summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the CPU idle percentage value.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.IsCpuPollingEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'interrogation de l'unité centrale est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether CPU polling is enabled.If True, CPU polling is enabled.If False (default), CPU polling is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.JobCategories">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategory" /> représente une catégorie de travaux définie sur l'Agent Microsoft SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCategoryCollection" /> that represents the job categories defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Jobs">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> représente un travail défini sur l'Agent SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobCollection" /> that represents the jobs defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.JobServerType">
			<summary>Obtient ou définit le type de serveur de travail propre à une administration multiserveur.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServerType" /> object value that specifies the type of job server, such as a multiserver master server, multiserver target server, or a stand-alone server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.LocalHostAlias">
			<summary>Obtient ou définit l'alias d'hôte local utilisé pour se connecter à l'instance locale de SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the local host alias.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.LoginTimeout">
			<summary>Obtient ou définit le délai d'attente, en secondes, après lequel une tentative de connexion expire.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the time seconds after which a connection attempt times out.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MaximumHistoryRows">
			<summary>Obtient ou définit le nombre maximal de lignes d'historique conservées.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of history rows retained.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MaximumJobHistoryRows">
			<summary>Obtient ou définit le nombre maximal de lignes d'historique conservées par travail.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the maximum number of history rows retained per job.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxAccountCredentialName">
			<summary>Obtient ou définit le compte Windows requis pour la connexion au serveur maître à l'aide de l'Authentification Windows.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the login used to connect to the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxAccountName">
			<summary>Obtient ou définit le nom requis pour la connexion au serveur maître à l'aide de l'Authentification SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the login used to connect to the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.MsxServerName">
			<summary>Obtient ou définit le nom du serveur maître qui participe à une administration multiserveur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Name">
			<summary>Obtient le nom du service SQL Server Agent.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the SQL Server Agent service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.NetSendRecipient">
			<summary>Obtient ou définit le destinataire des messages NET SEND.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the net send recipient.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.OperatorCategories">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> représente une catégorie d'opérateur définie sur l'Agent SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> that represents the operator categories defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Operators">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> représente un opérateur défini sur l'Agent SQL Server.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" /> that represents the operators defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ProxyAccounts">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> représente un compte proxy défini sur l'Agent Microsoft SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" /> that represents the proxy accounts defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SaveInSentFolder">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les notifications sont enregistrées.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the notification messages are saved or not.If True, the notification messages are saved in the Sent folder.If False (default), the notification messages are not saved.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ServiceAccount">
			<summary>Obtient le compte sous lequel le service SQL Server Agent s'exécute</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the account under which the SQL Server Agent service runs.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.ServiceStartMode">
			<summary>Obtient le mode utilisé pour démarrer le service SQL Server Agent.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceStartMode" /> value that specifies the way that the SQL Server Agent service is started.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SharedSchedules">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" /> représente une planification partagée définie sur l'Agent SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection" /> that represents the shared schedules defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlAgentAutoStart">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'Agent SQL Server est démarré automatiquement.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether SQL Server Agent is automatically started.If True, SQL Server Agent is automatically started.If False, (default), SQL Server Agent is not automatically restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlAgentMailProfile">
			<summary>Obtient ou définit un profil de messagerie de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the SQL Server Agent mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlAgentRestart">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'Agent SQL Server est surveillé et redémarré s'il s'arrête.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether SQL Server Agent is monitored and restarted if it stops.If True, SQL Server Agent is restarted.If False (default), SQL Server Agent is not restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SqlServerRestart">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le service SQL Server est surveillé et redémarré s'il s'arrête.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the SQL Server Service is monitored and restarted if it stops.If True, SQL Server Service is restarted.If False (default), SQL Server Service is not restarted.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.SysAdminOnly">
			<summary>Obtient la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si les commandes CmdExec et ActiveX peuvent être exécutées uniquement par les membres du rôle serveur fixe sysadmin.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether CmdExec and ActiveX command can be executed by sysadmin only or not.If True, CmdExec and ActiveX require sysadmin permissions only.If False (default), CmdExec and ActiveX are not restricted to sysadmin permissions.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TargetServerGroups">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> représente un groupe de serveurs cibles défini sur l'Agent SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" /> that represents the target server groups defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.TargetServers">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> représente un serveur cible défini sur l'Agent SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" /> that represents the target server defined on SQL Server Agent.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobServer.WriteOemErrorLog">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie s'il faut enregistrer ou non le journal des erreurs dans un fichier non-Unicode.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the error log is written to a non-Unicode file or not.If True, the error log is written to a non-Unicode file.If False (default), the error log is not written to a non-Unicode file.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> représente une étape de travail Microsoft SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.#ctor(Microsoft.SqlServer.Management.Smo.Agent.Job,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> pour le travail et avec le nom spécifiés.</summary>
			<param name="job">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> object value that specifies the job to which the job step belongs.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the job step.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> sur une instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Create">
			<summary>Crée une étape du travail sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.DeleteLogs(System.DateTime)">
			<summary>Supprime les fichiers journaux d'étapes de travail qui sont antérieurs à la date spécifiée.</summary>
			<param name="olderThan">A <see cref="T:System.DateTime" /> system object value that specifies the date. Log files that have an earlier date are deleted.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Drop">
			<summary>Supprime l'étape de travail référencée.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.EnumLogs">
			<summary>Retourne une liste énumérée des fichiers journaux d'étapes de travail.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> system object value that contains an enumerated list of the job step log files.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Rename(System.String)">
			<summary>Renomme l'étape de travail.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the job step.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'étape de travail de l'Agent Microsoft SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'étape du travail de l'Agent Microsoft SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Command">
			<summary>Obtient ou définit la chaîne d'exécution de commande pour l'étape de travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the execution string for the job step.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.CommandExecutionSuccessCode">
			<summary>Obtient ou définit le code de sortie d'un processus d'interface de commande exécuté comme étape de travail.</summary>
			<returns>A <see cref="T:System.Int32" /> value that specifies the command execution success code; 0 is success, and 1 is failure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.DatabaseName">
			<summary>Obtient ou définit le nom de la base de données à laquelle l'exécution de la commande d'étape de travail est restreinte.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of an existing database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.DatabaseUserName">
			<summary>Obtient ou définit le compte d'utilisateur de base de données supposé par l'étape de travail lors de l'exécution de la chaîne de commande.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the database user.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.ID">
			<summary>Obtient ou définit la valeur d'ID qui identifie l'étape de travail de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the job step.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.JobStepFlags">
			<summary>La propriété <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.JobStepFlags" /> est réservée pour une utilisation ultérieure. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunDate">
			<summary>Obtient la date et l'heure de la dernière exécution de l'étape de travail.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the job step was last run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunDuration">
			<summary>Obtient la durée, en secondes, nécessaire à la dernière exécution de l'étape de travail référencée.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the time, in seconds, that the job last took to run.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunOutcome">
			<summary>Obtient le résultat de l'étape de travail lors de sa dernière exécution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.CompletionResult" /> object value that specifies the outcome of the job when it was last executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.LastRunRetries">
			<summary>Obtient le nombre de nouvelles tentatives qui ont été effectuées lors de la dernière exécution de l'étape de travail.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of attempted retries when the job step was last executed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnFailAction">
			<summary>Obtient ou définit l'action à prendre lorsque l'exécution de l'étape de travail se solde par un échec.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.StepCompletionAction" /> object value that specifies the action to take when the referenced job step finishes execution with a completion status of failure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnFailStep">
			<summary>Obtient ou définit l'étape de travail exécutée après que l'exécution de l'étape de travail référencée s'est soldée avec un état d'achèvement d'échec.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the job step that is executed after the referenced job step finishes with failure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnSuccessAction">
			<summary>Obtient ou définit l'action à prendre lorsque l'étape de travail termine correctement son exécution.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.StepCompletionAction" /> object value that specifies the action to take when the referenced job step finishes execution with a completion status of success.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OnSuccessStep">
			<summary>Obtient ou définit l'étape de travail exécutée après que l'exécution de l'étape de travail référencée se termine avec un état d'achèvement de réussite.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the job step that is executed after the referenced job step finishes with success.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OSRunPriority">
			<summary>Obtient ou définit la planification du thread d'exécution pour les étapes de travail qui exécutent des tâches du système d'exploitation.</summary>
			<returns>An <see cref="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OSRunPriority" /> value that specifies the priority given to job steps executing operating system tasks.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.OutputFileName">
			<summary>Obtient ou définit le nom et le chemin d'accès du fichier du système d'exploitation qui enregistre le texte des messages de résultat de l'étape de travail.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OSRunPriority" /> value that specifies the priority given to job steps executing operating system tasks.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.ProxyName">
			<summary>Obtient ou définit le nom du compte proxy de l'Agent Microsoft SQL Server requis par l'étape de travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the proxy account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.RetryAttempts">
			<summary>Obtient ou définit le nombre maximal de tentatives d'exécution d'une étape de travail avant qu'un état d'achèvement d'échec ne soit retourné.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of times a job step is retried.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.RetryInterval">
			<summary>Obtient ou définit le nombre de minutes pendant lesquelles l'Agent Microsoft SQL Server attend avant d'essayer d'exécuter une étape de travail qui a échoué précédemment.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of minutes to wait before retrying a failed job step.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.Server">
			<summary>Obtient ou définit le nom du serveur sur lequel s'exécute l'étape de travail.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStep.SubSystem">
			<summary>Obtient ou définit le sous-système d'exécution de l'Agent Microsoft SQL Server utilisé pour interpréter le texte de la commande de l'étape de travail.</summary>
			<returns>A string value that specifies the SQL Server Agent subsystem used to interpret the job step command text.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> qui représentent toutes les étapes de travail définies sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.JobStep)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" />.</summary>
			<param name="jobStep">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object that specifies the job step to be added to the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.JobStep[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" />object value that is specified by the ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.JobStep)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" />.</summary>
			<param name="jobStep">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object that specifies the alert to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object value that represents the job schedule.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object value that represents the job schedule.</returns>
			<param name="name">A string value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStep" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Job" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobStepCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyType">
			<summary>L'énumération <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyType" /> contient les valeurs utilisées pour spécifier le type de notification qui restreint la sortie de la méthode <see cref="M:Microsoft.SqlServer.Management.Smo.Agent.Alert.EnumNotifications" /> de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Alert" />.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.NotifyType.Actual">
			<summary>Énumère uniquement les opérateurs ou alertes configurés pour la notification.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.NotifyType.All">
			<summary>Énumère tous les opérateurs ou alertes.</summary>
		</member>
		<member name="F:Microsoft.SqlServer.Management.Smo.Agent.NotifyType.Target">
			<summary>Énumère les notifications pour l'opérateur ou l'alerte spécifié. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.Operator">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> représente un opérateur de l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> sur l'Agent SQL Server et avec le nom spécifiés.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent Service with which the operator is associated.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.AddNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Affecte l'opérateur référencé à une alerte afin qu'une notification lui soit envoyée lorsque l'alerte spécifiée est déclenchée. </summary>
			<param name="alertName">A <see cref="T:System.String" /> value that specifies the name of the alert.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods" /> object value that specifies the method of notification, such as e-mail, net-send, or pager.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Create">
			<summary>Crée un opérateur sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Drop">
			<summary>Supprime l'opérateur référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.EnumJobNotifications">
			<summary>Énumère les notifications établies par l'Agent SQL Server à l'achèvement d'une exécution de travaux.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the notifications and the associated jobs. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.EnumNotifications">
			<summary>Énumère les notifications établies par l'Agent SQL Server à l'achèvement des travaux et pour les alertes déclenchées.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the notifications and the associated jobs and alerts. ColumnData typeDescriptionAlertIDIntegerThe alert ID value.AlertNameStringThe name of the alert.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net-send notifications.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.EnumNotifications(System.String)">
			<summary>Énumère les notifications établies par l'Agent SQL Server pour l'alerte spécifiée.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the notifications for the specified alert. ColumnData typeDescriptionAlertIDIntegerThe alert ID value.AlertNameStringThe name of the alert.UseEmailBooleanA Boolean value that specifies whether the notification is instructed to use e-mail to inform the operator.UsePagerBooleanA Boolean value that specifies whether the notification is instructed to use a pager service to inform the operator.UseNetSendBooleanA Boolean value that specifies whether the notification is instructed to use a net send message to inform the operator.HasEmailBooleanA Boolean value that specifies whether the operator can receive e-mail notifications.HasPagerBooleanA Boolean value that specifies whether the operator can receive pager notifications.HasNetSendBooleanA Boolean value that specifies whether the operator can receive net-send notifications.</returns>
			<param name="alertName">A string value that specifies the name of the alert.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.RemoveNotification(System.String)">
			<summary>Supprime l'association entre l'opérateur référencé et une alerte spécifiée.</summary>
			<param name="alertName">A <see cref="T:System.String" /> value that specifies the name of the alert from which to remove the association with the referenced operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Rename(System.String)">
			<summary>Renomme l'opérateur référencé.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies a new name for the operator.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'opérateur de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'opérateur de l'Agent SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.Operator.UpdateNotification(System.String,Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods)">
			<summary>Modifie la méthode de notification sans supprimer l'association entre une alerte et un opérateur.</summary>
			<param name="alertName">A <see cref="T:System.String" /> value that specifies the name of the alert.</param>
			<param name="notifymethod">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.NotifyMethods" /> object value that specifies the notification method, such as e-mail, pager, or net-send.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.CategoryName">
			<summary>Obtient ou définit le nom de la catégorie à laquelle appartient l'opérateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the alert category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.EmailAddress">
			<summary>Obtient ou définit l'adresse de messagerie de l'opérateur référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the e-mail address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.Enabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si l'opérateur est activé ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the operator is enabled or not.If True, the operator is enabled.If False (default), the operator is not enabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.ID">
			<summary>Obtient la valeur d'ID qui identifie l'opérateur de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value of the operator.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.LastEmailDate">
			<summary>Obtient la date et l'heure auxquelles l'opérateur a reçu une notification d'alerte par messagerie électronique pour la dernière fois. </summary>
			<returns>A <see cref="T:System.DateTime" /> System object value that specifies the date and time when the operator last received an alert notification by e-mail. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.LastNetSendDate">
			<summary>Obtient la date et l'heure auxquelles l'opérateur a reçu une notification d'alerte par NET SEND pour la dernière fois. </summary>
			<returns>A <see cref="T:System.DateTime" /> System object value that specifies the date and time when the operator last received an alert notification by net-send. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.LastPagerDate">
			<summary>Obtient la date et l'heure auxquelles l'opérateur a reçu une notification d'alerte par radiomessagerie pour la dernière fois. </summary>
			<returns>A <see cref="T:System.DateTime" /> System object value that specifies the date and time when the operator last received an alert notification by pager. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.NetSendAddress">
			<summary>Obtient ou définit l'adresse NET SEND d'un opérateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the operator's net-send address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.PagerAddress">
			<summary>Obtient ou définit l'adresse de radiomessagerie d'un opérateur.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the operator's pager address.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.PagerDays">
			<summary>Obtient ou définit les jours de la semaine au cours desquels l'Agent SQL Server essaie de notifier l'opérateur référencé par radiomessagerie.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.WeekDays" /> object value that specifies the day of the week or the combination of days of the week that SQL Server Agent notifies the operator by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SaturdayPagerEndTime">
			<summary>Obtient ou définit l'heure la plus tardive du jour à laquelle l'opérateur référencé est disponible pour recevoir une notification d'alerte par radiomessagerie les samedis. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SaturdayPagerStartTime">
			<summary>Obtient ou définit l'heure du jour la plus tôt à laquelle l'opérateur référencé est disponible pour recevoir une notification d'alerte par radiomessagerie les samedis. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> object value that specifies the earliest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SundayPagerEndTime">
			<summary>Obtient ou définit l'heure la plus tardive du jour à laquelle l'opérateur référencé est disponible pour recevoir une notification d'alerte par radiomessagerie les dimanches. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.SundayPagerStartTime">
			<summary>Obtient ou définit l'heure du jour la plus tôt à laquelle l'opérateur référencé est disponible pour recevoir une notification d'alerte par radiomessagerie les dimanches. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> object value that specifies the earliest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.WeekdayPagerEndTime">
			<summary>Obtient ou définit l'heure la plus tardive du jour à laquelle l'opérateur référencé est disponible pour recevoir une notification d'alerte par radiomessagerie les jours ouvrables. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> object value that specifies the latest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.Operator.WeekdayPagerStartTime">
			<summary>Obtient ou définit l'heure du jour la plus tôt à laquelle l'opérateur référencé est disponible pour recevoir une notification d'alerte par radiomessagerie les jours ouvrables. </summary>
			<returns>A <see cref="T:System.TimeSpan" /> object value that specifies the earliest time of day at which the operator can be sent alert notifications by pager.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> contient des attributs qui autorisent le classement en catégories des opérateurs. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> sur l'instance spécifiée de l'Agent Microsoft SQL Server et avec le nom spécifié.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the operator category.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.ID">
			<summary>Obtient la valeur d'ID qui identifie la catégorie d'opérateur de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the operator category.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> qui représentent toutes les catégories définies sur l'objet parent.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Add(Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> à la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" />.</summary>
			<param name="OperatorCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object that specifies the operator category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Remove(Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" />.</summary>
			<param name="OperatorCategory">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object that specifies the operator category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" />.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the operator category to be removed from the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object value that represents the operator category.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object value that represents the alert category.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategory" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCategoryCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> qui représentent tous les opérateurs définis sur l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.Operator[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" /> collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la collection d'opérateurs.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la collection d'opérateurs comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> dans la collection par numéro d'index.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> object value that represents the operator.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> dans la collection par nom.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> object value that represents the operator.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.Operator" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> représente un compte proxy de l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> sur le service SQL Server Agent, avec le nom spécifié.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> sur le service SQL Server Agent spécifié, avec le nom et les informations d'identification spécifiés.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the proxy account.</param>
			<param name="credentialName">A <see cref="T:System.String" /> value that specifies the credential name.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String,System.String,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> sur le service SQL Server Agent spécifié, avec le nom et les informations d'identification spécifiés. Spécifie également si le compte proxy est activé.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the proxy account.</param>
			<param name="credentialName">A <see cref="T:System.String" /> value that specifies the credential name.</param>
			<param name="enabled">A <see cref="T:System.Boolean" /> value that specifies whether the proxy account is enabled.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String,System.String,System.Boolean,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> sur le service SQL Server Agent spécifié, avec le nom et les informations d'identification spécifiés. Spécifie également si le compte proxy est activé.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that specifies the SQL Server Agent Service.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the proxy account.</param>
			<param name="credentialName">A <see cref="T:System.String" /> value that specifies the credential name.</param>
			<param name="enabled">A <see cref="T:System.Boolean" /> value that specifies whether the proxy account is enabled.</param>
			<param name="description">A <see cref="T:System.String" /> value that contains a textual description of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddLogin(System.String)">
			<summary>Ajoute un compte de connexion Microsoft Windows au compte proxy.</summary>
			<param name="loginName">A <see cref="T:System.String" /> value that specifies the Windows login account that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddMsdbRole(System.String)">
			<summary>Ajoute un rôle de base de données Microsoft SQL Server au compte proxy.</summary>
			<param name="msdbRoleName">A <see cref="T:System.String" /> value that specifies the SQL Server database role that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddServerRole(System.String)">
			<summary>Ajoute un rôle serveur Microsoft SQL Server au compte proxy.</summary>
			<param name="serverRoleName">A <see cref="T:System.String" /> value that specifies the SQL Server server role that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.AddSubSystem(Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem)">
			<summary>Ajoute un sous-système Microsoft SQL Server au compte proxy.</summary>
			<param name="subSystem">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem" /> object value that specifies the SQL Server subsystem that is associated with the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> sur une instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Create">
			<summary>Crée un travail sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Drop">
			<summary>Supprime un compte proxy existant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumLogins">
			<summary>Énumère les comptes de connexion Microsoft Windows associés au compte proxy référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the Windows login accounts that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumMsdbRoles">
			<summary>Énumère les rôles de base de données Microsoft SQL Server associés au compte proxy référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the SQL Server database roles that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumServerRoles">
			<summary>Énumère les rôles serveur Microsoft SQL Server associés au compte proxy référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the SQL Server server roles that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.EnumSubSystems">
			<summary>Énumère les sous-systèmes Microsoft SQL Server associés au compte proxy référencé.</summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about the SQL Server subsystems that are associated with the referenced proxy account. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveLogin(System.String)">
			<summary>Supprime un compte de connexion Microsoft Windows du compte proxy référencé.</summary>
			<param name="loginName">A <see cref="T:System.String" /> value that specifies the Windows login account to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveMsdbRole(System.String)">
			<summary>Supprime un rôle de base de données Microsoft SQL Server du compte proxy référencé.</summary>
			<param name="msdbRoleName">A <see cref="T:System.String" /> value that specifies the SQL Server database role to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveServerRole(System.String)">
			<summary>Supprime un rôle serveur Microsoft SQL Server du compte proxy référencé.</summary>
			<param name="serverRoleName">A <see cref="T:System.String" /> value that specifies the SQL Server server role to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.RemoveSubSystem(Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem)">
			<summary>Supprime un sous-système Microsoft SQL Server du compte proxy référencé.</summary>
			<param name="subSystem">An <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem" /> object value that specifies the SQL Server subsystem to be removed.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Rename(System.String)">
			<summary>Renomme un compte proxy.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the proxy account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le compte proxy de l'Agent SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le compte proxy de l'Agent SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.CredentialID">
			<summary>Obtient la valeur d'ID qui identifie les informations d'identification de l'agent du proxy de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the proxy account credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.CredentialIdentity">
			<summary>Obtient l'identité relative aux informations d'identification.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the credential identity.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.CredentialName">
			<summary>Obtient ou définit le nom des informations d'identification.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the credential.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Description">
			<summary>Obtient ou définit une description textuelle du compte proxy.</summary>
			<returns>A <see cref="T:System.String" /> value that contains a textual description of the proxy account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.ID">
			<summary>Obtient la valeur d'ID qui identifie le compte proxy de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the proxy account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.IsEnabled">
			<summary>Obtient ou définit la valeur de la propriété <see cref="T:System.Boolean" /> qui spécifie si le compte proxy est activé ou non.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the proxy account is enabled or not.If True, the proxy account is enabled.If False (default), the proxy account is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> qui représentent tous les comptes proxy définis sur l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> object value that represents the proxy account.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> object value that represents the proxy account.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ProxyAccountCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase" /> est une classe de base héritée par la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase" />.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase.ID">
			<summary>Obtient la valeur d'ID qui identifie la planification de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the schedule.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> représente un serveur cible défini pour l'administration multiserveur sur l'Agent SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.EnlistDate">
			<summary>Obtient la date et l'heure auxquelles une instance de Microsoft SQL Server a été inscrite comme membre d'un groupe d'administration multiserveur.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the instance of SQL Server was enlisted as a member of a multiserver administration group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.ID">
			<summary>Obtient la valeur d'ID pour l'instance de Microsoft SQL Server qui correspond au serveur cible.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value for the instance of SQL Server that is the target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.LastPollDate">
			<summary>Obtient la date et l'heure les plus récentes auxquelles le serveur cible référencé s'est connecté avec succès à son serveur maître.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the date and time when the referenced target server last connected to its master server .</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.LocalTime">
			<summary>Obtient la date et l'heure actuelles pour le serveur cible référencé.</summary>
			<returns>A <see cref="T:System.DateTime" /> value that specifies the current date and time at the referenced target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.Location">
			<summary>Obtient ou définit l'emplacement physique du serveur cible référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the location of the referenced target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.PendingInstructions">
			<summary>Obtient le nombre des tâches de maintenance de l'Agent SQL Server qui attendent d'être téléchargées par le serveur cible depuis le serveur maître.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of maintenance tasks waiting to be downloaded.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.PollingInterval">
			<summary>Obtient la durée, en secondes, pendant laquelle le serveur cible patiente entre deux tentatives de connexion au serveur maître afin de télécharger des instructions en attente.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of seconds between attempts to poll the master server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.Status">
			<summary>Obtient des informations relatives à l'état d'exécution du composant actuel ou à l'état d'intégrité du serveur cible référencé.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerStatus" /> object value that specifies the current execution and integrity status of the target server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServer.TimeZoneAdjustment">
			<summary>Obtient la différence, en minutes, entre minuit exprimé en heure locale sur le serveur cible et minuit exprimé en temps universel coordonné (heure GMT).</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the number of minutes time difference between the referenced target server and Greenwich Mean Time.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> qui représentent tous les serveurs cibles définis sur l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.TargetServer[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> object value that represents the target server.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> object value that represents the target server.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup">
			<summary>Objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> qui représente un groupe de serveurs cibles défini pour l'administration multi-serveur sur l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.#ctor(Microsoft.SqlServer.Management.Smo.Agent.JobServer,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> sur l'Agent SQL Server et avec le nom spécifiés.</summary>
			<param name="jobServer">A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that specifies the SQL Server Agent Service with which the target server group is associated.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.AddMemberServer(System.String)">
			<summary>Affecte au le serveur cible spécifié l'appartenance au groupe de serveurs cibles.</summary>
			<param name="srvname">A <see cref="T:System.String" /> value that specifies the target server to be removed from the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Create">
			<summary>Crée un groupe de serveurs cibles sur l'instance de SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Drop">
			<summary>Supprime le groupe de serveurs cibles référencé.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.EnumMemberServers">
			<summary>Énumère les serveurs cibles qui sont membres du groupe de serveurs cibles référencé.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServer" /> objects that are members of the referenced target server group.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.RemoveMemberServer(System.String)">
			<summary>Retire du serveur cible spécifié l'appartenance du groupe de serveurs cibles référencé.</summary>
			<param name="srvname">A <see cref="T:System.String" /> value that specifies the target server to be removed from the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Rename(System.String)">
			<summary>Renomme le groupe de serveurs cibles référencé.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the target server group.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le groupe de serveurs cibles.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le groupe de serveurs cibles comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that is used to specify the script options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.ID">
			<summary>Obtient la valeur d'ID qui identifie le groupe de serveurs cibles de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value for the target server group.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> qui représentent tous les groupes de serveurs cibles définis sur l'Agent SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index position to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> object value that represents the target server group.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> object value that represents the target server group.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.JobServer" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroupCollection" /> object.</returns>
		</member>
		<member name="N:Microsoft.SqlServer.Management.Smo.Broker">
			<summary>L'espace de noms <see cref="Microsoft.SqlServer.Management.Smo.Broker" /> contient des classes qui représentent les éléments Service Broker que vous pouvez gérer à l'aide des objets de gestion SQL Server.</summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase" /> est une classe de base héritée par d'autres classes Service Broker. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.GetDBName">
			<summary>Retourne le nom de la base de données sur laquelle l'instance de Service Broker est implémentée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the database on which Service Broker is implemented.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'objet Service Broker.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerObjectBase.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'alerte de l'Agent SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> représente un niveau de priorité et le jeu de critères permettant de déterminer les conversations Service Broker auxquelles affecter le niveau de priorité.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> sur l'implémentation spécifiée de Service Broker et avec le nom spécifié.</summary>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the implementation of Service Broker on which the conversation priority is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the conversation priority.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Alter">
			<summary>Met à jour une priorité de conversation dans une instance de SQL Server avec toutes les modifications de propriété effectuées dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> spécifié.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Create">
			<summary>Crée une priorité de conversation sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Drop">
			<summary>Supprime la priorité de conversation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour la priorité de conversation.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the conversation priority.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur la priorité de conversation.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the conversation priority.</returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur la priorité de conversation.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the conversation priority.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire et une autorisation spécifiés sur la priorité de conversation.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the conversation priority.</returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to grant other users access to the conversation priority.If False, the grantee is not given the ability to deny other users access to the conversation priority.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to grant other users access to the conversation priority.If False, the grantee is not given the ability to deny other users access to the conversation priority.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to grant other users access to the conversation priority.If False, the grantee is not given the ability to deny other users access to the conversation priority.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the conversation priority to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to grant other users access to the conversation priority.If False, the grantee is not given the ability to deny other users access to the conversation priority.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the conversation priority to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la priorité de conversation.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la priorité de conversation et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the conversation priority.If False, the grantee is not given the ability to revoke other user's access from the conversation priority.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la priorité de conversation et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the conversation priority.If False, the grantee is not given the ability to revoke other user's access from the conversation priority.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la priorité de conversation et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the conversation priority.If False, the grantee is not given the ability to revoke other user's access from the conversation priority.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the conversation priority for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la priorité de conversation et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the conversation priority.If False, the grantee is not given the ability to revoke other user's access from the conversation priority.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the conversation priority for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.ContractName">
			<summary>Obtient ou définit le nom de contrat spécifié pour l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of a Service Broker contract to be used as a criterion for determining if the conversation priority applies to a conversation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.ID">
			<summary>Obtient l'ID de priorité de conversation associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
			<returns>An <see cref="T:System.Int32" /> value that uniquely identifies the conversation priority within the database.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.LocalServiceName">
			<summary>Obtient ou définit le nom du service local associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of a Service Broker service to be used as a criterion for determining if the conversation priority applies to a conversation.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /></summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.PriorityLevel">
			<summary>Obtient ou définit le niveau de priorité associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
			<returns>A <see cref="T:System.Byte" /> value that specifies the priority level to be assigned to any conversation endpoint that uses the contract and services specified in the conversation priority.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority.RemoteServiceName">
			<summary>Obtient ou définit le nom du service distant associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of a Service Broker service to be used as a criterion for determining if the conversation priority applies to a conversation.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> qui représentent toutes les priorités de conversation définies sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> à la collection.</summary>
			<param name="brokerPriority">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object that specifies the conversation priority to add to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object value that represents the conversation priority.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object value that represents the conversation priority.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender">
			<summary>Expose les propriétés et les méthodes de priorité de conversation Service Broker en plus des propriétés et méthodes de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender.#ctor(Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender" /> et l'associe à une instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />.</summary>
			<param name="brokerPriority">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> object that specifies the Service Broker conversation priority with which this instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender" /> object is associated.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender.Name">
			<summary>Obtient ou définit le nom de la priorité de conversation de Service Broker associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the conversation priority associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> représente un service Service Broker, qui correspond à un point de terminaison adressable pour les conversations. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> sur l'implémentation spécifiée de Service Broker et avec le nom spécifié.</summary>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the implementation of Service Broker on a database.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the service.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Create">
			<summary>Crée un service Service Broker sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Drop">
			<summary>Supprime le service Service Broker.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour le service Service Broker.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the Service Broker service. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur le service Service Broker.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the Service Broker service. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur le service Service Broker.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the Service Broker service. </returns>
			<param name="granteeName">A string value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié et pour une autorisation spécifiée sur le service Service Broker.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the Service Broker service. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to deny other users access to the Service Broker service. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to deny other users access to the Service Broker service. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to grant other users access to the Service Broker service. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the Service Broker service to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le service Service Broker, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to grant other users access to the Service Broker service.If False, the grantee is not given the ability to grant other users access to the Service Broker service. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the Service Broker service to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur le service Service Broker.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le service Service Broker et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur le service Service Broker et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires ont également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le service Service Broker et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the Service Broker service for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur le service Service Broker et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Service Broker service.If False, the grantee is not given the ability to revoke other users' access from the Service Broker service.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the Service Broker service for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Events">
			<summary>Obtient les événements associés au service Service Broker. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents" /> object that represents the Service Broker service events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.ExtendedProperties">
			<summary>Obtient les propriétés étendues du service Service Broker.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.ID">
			<summary>Obtient la valeur d'ID qui identifie le service Service Broker de façon unique</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the Service Broker service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Owner">
			<summary>Obtient ou définit le propriétaire du service Service Broker.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Service Broker service owner.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.QueueName">
			<summary>Obtient ou définit la file d'attente que le service utilise pour conserver des messages.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the queue that the service uses to hold messages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.QueueSchema">
			<summary>Obtient ou définit le schéma pour la file d'attente que le service utilise pour conserver des messages.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema for the queue that the service uses to hold messages.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.ServiceContractMappings">
			<summary>Obtient une collection des contrats mappés au service Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection" /> object that lists the relationship between the service and the contracts.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> qui représentent tous les services Service Broker définis sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.BrokerService[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object value that represents the Service Broker service.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object value that represents the Service Broker service.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents" /> représente les paramètres requis pour la notification d'événements du service Service Broker.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of Service Broker service events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements du service Service Broker à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements du service Service Broker à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender">
			<summary>Expose les propriétés et les méthodes de service Service Broker en plus des propriétés et méthodes de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender.#ctor(Microsoft.SqlServer.Management.Smo.Broker.BrokerService)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender" /> et l'associe à une instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" />.</summary>
			<param name="brokerService">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object that specifies the conversation priority with which this instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender" /> object is associated.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender.Name">
			<summary>Obtient ou définit le nom du service Service Broker associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the Service Broker service associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> représente un type de message qui définit le contenu des messages. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> sur l'implémentation spécifiée de Service Broker et avec le nom spécifié.</summary>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the implementation of Service Broker on which the message type is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the message type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> sur une instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Create">
			<summary>Crée un type de message sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Drop">
			<summary>Supprime le type de message.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour le type de message.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the Message type. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur le type de message.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the Message type. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur le type de message.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the Message type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire et une autorisation spécifiés sur le type de message.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the Message type. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to deny other users access to the Message type. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to deny other users access to the Message type. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to grant other users access to the Message type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the Message type to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le type de message, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to grant other users access to the Message type.If False, the grantee is not given the ability to grant other users access to the Message type. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the Message type to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur le type de message.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le type de message et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other user's access from the Message type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le type de message et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires ont également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other users' access from the Message type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le type de message et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other users' access from the Message type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the Message type for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le type de message et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the Message type.If False, the grantee is not given the ability to revoke other users' access from the Message type.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the Message type for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Events">
			<summary>Obtient les événements associés au type de message. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents" /> object that represents the message type events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.ID">
			<summary>Obtient la valeur d'ID qui identifie le type de message de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the message type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.MessageTypeValidation">
			<summary>Obtient ou définit le type de validation effectué sur le corps du message.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeValidation" /> object value that specifies the type of validation performed on the message body.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Owner">
			<summary>Obtient ou définit le propriétaire du type de message.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the message type.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageType.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> qui représentent tous les types de message définis sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.MessageType[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object value that represents the message type.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object value that represents the message type.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents" /> représente les paramètres requis pour la notification d'événements de type de message SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEvent" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of message type events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de type de message à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de type de message à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender">
			<summary>Expose les propriétés et les méthodes de type de message Service Broker en plus des propriétés et méthodes de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender.#ctor(Microsoft.SqlServer.Management.Smo.Broker.MessageType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender" /> et l'associe à une instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />.</summary>
			<param name="messageType">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object that specifies the conversation priority with which this instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender" /> object is associated.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender.Name">
			<summary>Obtient ou définit le nom du type de message Service Broker associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the Service Broker message type associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> représente une relation entre des types de message et un contrat. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> pour le contrat et avec le nom spécifiés.</summary>
			<param name="serviceContract">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object that specifies the contract in which the message type is used.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract,System.String,Microsoft.SqlServer.Management.Smo.Broker.MessageSource)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> pour le contrat spécifié et avec le nom et la source du message spécifiés.</summary>
			<param name="serviceContract">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object that specifies the contract in which the message type is used.</param>
			<param name="messageName">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> object.</param>
			<param name="messageSource">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageSource" /> object value that specifies which dialog sent the message type.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.MarkForDrop(System.Boolean)">
			<summary>Supprime l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" />.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to remove the object when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter" /> method of the parent object is run.If True, the object is removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter" /> method of the parent object is run.If False, the object is not removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter" /> method of the parent object is run.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.MessageSource">
			<summary>Obtient ou définit la source du type de message.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageSource" /> object value that specifies the message source.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.Name">
			<summary>Obtient ou définit le nom du mappage de types de message.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the message type mapping.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" />. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> qui représentent tous les types de message définis sur un contrat.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> à la collection.</summary>
			<param name="messageTypeMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object that specifies the object that is to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Remove(Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> de la collection.</summary>
			<param name="messageTypeMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object that specifies the object that is to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> de la collection.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object value that represents the message type that is associated with the contract.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object value that represents the message type that is associated with the contract.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> représente les paramètres que Service Broker utilise pour la sécurité et l'authentification lorsqu'il communique avec un service distant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> sur l'instance spécifiée de Service Broker, avec le nom spécifié.</summary>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that specifies the instance of Service Broker on which the remote service resides.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Create">
			<summary>Crée des liaisons de service distant sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Drop">
			<summary>Supprime les liaisons de service distant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour les liaisons de service distant.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the remote service binding. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour les liaisons de service distant pour le jeu spécifié d'autorisations sur les liaisons de service distant.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the remote service binding. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur les liaisons de service distant.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the remote service binding. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire et une autorisation spécifiés sur les liaisons de service distant.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the remote service binding. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to deny other users access to the remote service binding. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to deny other users access to the remote service binding. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to grant other users access to the remote service binding. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the remote service binding to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur les liaisons de service distant, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to grant other users access to the remote service binding.If False, the grantee is not given the ability to grant other users access to the remote service binding. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the remote service binding to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur les liaisons de service distant.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur les liaisons de service distant et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur les liaisons de service distant et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires ont également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur les liaisons de service distant et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the remote service binding for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur les liaisons de service distant et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the remote service binding.If False, the grantee is not given the ability to revoke other users' access from the remote service binding.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users that the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the remote service binding for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.CertificateUser">
			<summary>obtient ou définit l'utilisateur qui détient le certificat associé aux liaisons de service distant.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the user that holds the certificate associated with the remote service binding.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Events">
			<summary>Obtient les événements associés aux liaisons de service distant. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents" /> object that represents the remote service binding events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.ID">
			<summary>Obtient la valeur d'ID qui identifie les liaisons de service distant de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the remote service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.IsAnonymous">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si les dialogues anonymes sont activés.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether anonymous dialogs are enabled.If True, anonymous dialogs are enabled.If False (default), anonymous dialogs are disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Owner">
			<summary>Obtient ou définit le propriétaire des liaisons de service distant.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the remote service binding.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that owns the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding.RemoteService">
			<summary>Obtient ou définit le service distant pour lequel l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> fournit des informations d'identification de sécurité.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the remote service for which the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object provides security credentials.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> qui représentent toutes les liaisons de service distant définies sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object value that represents the remote service binding.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object value that represents the remote service binding.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents" /> représente les paramètres requis pour la notification d'événements de liaisons de service distant Microsoft SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.ServerEvent">
			<summary>Spécifie le gestionnaire d'événements de serveur pour les événements de liaisons de service distant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of remote service binding events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de liaisons de service distant à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de liaisons de service distant à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender">
			<summary>Expose les propriétés et les méthodes des liaisons de service distant Service Broker en plus des propriétés et méthodes de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender.#ctor(Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender" /> et l'associe à une instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />.</summary>
			<param name="remoteServiceBinding">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> object that specifies the conversation priority with which this instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender" /> object is associated.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender.Name">
			<summary>Obtient ou définit le nom des liaisons de service distant Service Broker associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the Service Broker remote service binding associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingExtender" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> représente une implémentation de Service Broker sur une base de données SQL Server. </summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.MessageTypes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageType" /> représente un type de message défini sur l'instance de Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeCollection" /> object that represents all the message types defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Database" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Priorities">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority" /> représente une priorité de conversation Service Broker définie sur l'instance de Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityCollection" /> object that represents all the Service Broker conversation priorities defined on the instance of Service Broker.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Queues">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> représente une file d'attente du service définie sur l'instance de Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> object that represents all the service queues defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.RemoteServiceBindings">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding" /> représente des liaisons de service distant définies sur l'instance de Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingCollection" /> object that represents all the remote service bindings defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Routes">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> représente un itinéraire de service défini sur l'instance de Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" /> object that represents all the service routes defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.ServiceContracts">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> représente un contrat de service défini sur l'instance de Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection" /> object that represents all the service contracts defined on the instance of Service Broker. </returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker.Services">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> représente un service Service Broker défini sur l'instance de Service Broker.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceCollection" /> object that represents all the Service Broker services defined on the instance of Service Broker. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract">
			<summary>Les objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> représentent un contrat qui spécifie la direction et le type des messages dans une conversation.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> sur l'instance spécifiée de Service Broker et avec le nom spécifié.</summary>
			<param name="servicebroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the instance of Service Broker on which the service contract is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Create">
			<summary>Crée des liaisons de service distant sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Drop">
			<summary>Supprime le contrat de service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour le contrat de service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the service contract. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur le contrat de service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the service contract. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur le contrat de service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the service contract. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié et pour une autorisation spécifiée sur le contrat de service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the service contract. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to deny other users access to the service contract. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to deny other users access to the service contract. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to grant other users access to the service contract. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the service contract to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur le contrat de service, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to grant other users access to the service contract.If False, the grantee is not given the ability to grant other users access to the service contract. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the service contract to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur le contrat de service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le contrat de service et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur le contrat de service et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires ont également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur le contrat de service et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the service contract for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur le contrat de service et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service contract.If False, the grantee is not given the ability to revoke other users' access from the service contract.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the service contract for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Events">
			<summary>Obtient les événements associés au contrat de service. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents" /> object that represents the service contract events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.ID">
			<summary>Obtient la valeur d'ID qui identifie le contrat de service de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the contract.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.MessageTypeMappings">
			<summary>Obtient les mappages de types de message de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMappingCollection" /> object that specifies the message type mappings for the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Owner">
			<summary>Obtient ou définit le propriétaire du contrat de service.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the service contract.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> qui représentent tous les contrats de service définis sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object value that represents the service contract.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object value that represents the service contract.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents" /> représente les paramètres requis pour la notification d'événements de contrat de service SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of service contract events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements de contrat de service à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de contrat de service à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender">
			<summary>Expose les propriétés et les méthodes de contrat Service Broker en plus des propriétés et méthodes de l'objet<see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceContract)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender" /> et l'associe à une instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" />.</summary>
			<param name="serviceContract">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContract" /> object that specifies the Service Broker contract with which this instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender" /> object is associated.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender.Name">
			<summary>Obtient ou définit le nom du contrat Service Broker associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the Service Broker contract associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractExtender" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> représente les contrats de service associés au service Service Broker.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.#ctor(Microsoft.SqlServer.Management.Smo.Broker.BrokerService,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> sur l'instance spécifiée de Service Broker, et avec le nom spécifié.</summary>
			<param name="brokerService">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the instance of Service Broker on which the service contract mapping is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.MarkForDrop(System.Boolean)">
			<summary>Supprime l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" />.</summary>
			<param name="dropOnAlter">A <see cref="T:System.Boolean" /> value that specifies whether to remove the object when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter" /> method of the parent object is run.If True, the object is removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter" /> method of the parent object is run.If False, the object is not removed when the <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.BrokerService.Alter" /> method of the parent object is run.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.Name">
			<summary>Obtient ou définit le nom du mappage de contrats de service.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the service contract mapping.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> qui représentent tous les types de message définis sur un contrat.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Add(Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping)">
			<summary>Ajoute un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> à la collection.</summary>
			<param name="ServiceContractMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object that specifies the object that is to be added to the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Remove(Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> de la collection.</summary>
			<param name="ServiceContractMapping">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object that specifies the object that is to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> de la collection.</summary>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object that is to be removed from the collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object value that represents the message type that is associated with the contract.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object value that represents the message type that is associated with the contract.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.BrokerService" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMappingCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> représente une file d'attente qui stocke des messages Service Broker.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> sur l'instance spécifiée de Service Broker, avec le nom spécifié.</summary>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the instance of Service Broker on which the service queue is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> sur l'instance spécifiée de Service Broker et avec le nom et le schéma spécifiés.</summary>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the instance of Service Broker on which the service queue is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> sur l'instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Create">
			<summary>Crée une file d'attente du service sur l'instance de SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Drop">
			<summary>Supprime la file d'attente du service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet pour la file d'attente du service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the service queue. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur la file d'attente du service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the service queue. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur la file d'attente du service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the service queue. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire et une autorisation spécifiés sur la file d'attente du service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the service queue. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to deny other users access to the service queue. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to deny other users access to the service queue. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to grant other users access to the service queue. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the service queue to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur la file d'attente du service, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to grant other users access to the service queue.If False, the grantee is not given the ability to grant other users access to the service queue. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the service queue to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur la file d'attente du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la file d'attente du service et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur la file d'attente du service et à d'autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires ont également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur la file d'attente du service et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A string value that specifies the role that the user assumes when revoking access from the service queue for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur la file d'attente du service et à d'autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service queue.If False, the grantee is not given the ability to revoke other users' access from the service queue.</param>
			<param name="cascade">A Boolean property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the service queue for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la file d'attente du service Service Broker.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour créer la file d'attente du service Service Broker comme spécifié par les options de script.</summary>
			<returns>A T:System.Collections.Specialized.StringCollection system object that contains a list of the Transact-SQL statements in the script.</returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScritingOptions" /> object that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ActivationExecutionContext">
			<summary>Obtient ou définit le contexte d'exécution de la procédure activée.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ActivationExecutionContext" /> object value that specifies the execution context for the activated procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.CreateDate">
			<summary>Obtient la date et l'heure de création de la file d'attente du service.</summary>
			<returns>A <see cref="T:System.DateTime" /> object value that specifies the date and time when the service queue was created.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.DateLastModified">
			<summary>Obtient la date et l'heure de la dernière modification de la file d'attente du service.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the service queue was last modified.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Events">
			<summary>Obtient les événements associés à la file d'attente du service. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents" /> object that represents the service queue events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ExecutionContextPrincipal">
			<summary>Obtient ou définit le principal de serveur pour la procédure activée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the server principal for the activated procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.FileGroup">
			<summary>Obtient ou définit le groupe de fichiers sur lequel se trouve la file d'attente du service. </summary>
			<returns>A <see cref="T:System.String" /> object value that specifies the filegroup for the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ID">
			<summary>Obtient la valeur d'ID qui identifie la file d'attente du service de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsActivationEnabled">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si l'activation est activée pour la file d'attente du service.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether activation is enabled for the service queue.If True, activation is enabled for the service queue.If False (default), activation is disabled for the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsEnqueueEnabled">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si la file d'attente est activée.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether the queue is enabled.If True, the queue is enabled.If False (default), the queue is disabled.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsPoisonMessageHandlingEnabled">
			<summary>Obtient ou définit une propriété <see cref="T:System.Boolean" /> qui spécifie si la gestion automatique des messages incohérents est active pour la file d'attente de Service Broker.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies the state of automatic poison message handling for the Service Broker queue. True specifies that automatic poison message handling is active. False specifies that automatic poison message handling is not active.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsRetentionEnabled">
			<summary>Obtient ou définit la propriété <see cref="T:System.Boolean" /> qui spécifie si la rétention est activée pour la file d'attente du service.</summary>
			<returns>A <see cref="T:System.Boolean" /> value that specifies whether retention is enabled for the service queue.If True, retention is enabled for the service queue.If False (default), retention is disabled for the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.IsSystemObject">
			<summary>Obtient une valeur qui indique si <see cref="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> est un objet système.</summary>
			<returns>True if the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> is a system object. Otherwise, False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.MaxReaders">
			<summary>Obtient ou définit le nombre maximal de lecteurs de file d'attente simultanés autorisés.</summary>
			<returns>An <see cref="T:System.Int16" /> value that specifies the maximum number of concurrent queue readers.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ProcedureDatabase">
			<summary>Obtient ou définit la base de données qui contient la procédure en cours d'exécution.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the database that contains the executing procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ProcedureName">
			<summary>Obtient ou définit le nom de la procédure en cours d'exécution.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the executing procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.ProcedureSchema">
			<summary>Obtient ou définit le schéma de la procédure en cours d'exécution.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the schema of the executing procedure.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.RowCount">
			<summary>Obtient le nombre de lignes dans la file d'attente du service.</summary>
			<returns>An <see cref="T:System.Int64" /> value that specifies the number of rows in the service queue.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue.RowCountAsDouble">
			<summary>Obtient le nombre de lignes dans la file d'attente du service spécifié sous la forme d'une valeur à virgule flottante double précision.</summary>
			<returns>A <see cref="T:System.Double" /> value that specifies the number of rows in the service queue.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> qui représentent toutes les files d'attente de service définies sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object value that represents the service queue.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object value that represents the service queue.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Item(System.String,System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> dans la collection par nom et schéma.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object value that represents the service queue.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> collection.</param>
			<param name="schema">A <see cref="T:System.String" /> value that specifies the schema of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents" /> représente les paramètres requis pour la notification d'événements de mise en file d'attente du service SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the set of service queue events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet)">
			<summary>Spécifie les événements de mise en file d'attente du service à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements de mise en file d'attente du service à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime les gestionnaires d'événements spécifiés.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender">
			<summary>Expose les propriétés et les méthodes de file d'attente Service Broker en plus des propriétés et méthodes de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender" /> et l'associe à une instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" />.</summary>
			<param name="serviceQueue">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue" /> object that specifies the conversation priority with which this instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender" /> object is associated.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender.Name">
			<summary>Obtient ou définit le nom de la priorité de conversation associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the Service Broker queue associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender.ServerVersion">
			<summary>Obtient un objet <see cref="T:System.Version" /> qui décrit la version du serveur sur lequel la file d'attente de Service Broker est implémentée.</summary>
			<returns>A <see cref="T:System.Version" /> object describing the version of the server on which the Service Broker queue is implemented. </returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> représente un itinéraire Service Broker qui contient les informations d'emplacement du service et de la base de données sur lesquels il est défini. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> sur l'instance spécifiée de Service Broker et avec le nom spécifié.</summary>
			<param name="serviceBroker">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that specifies the instance of Service Broker on which the service route is defined.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> sur l'instance de Microsoft SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Create">
			<summary>Crée un itinéraire du service sur l'instance de Microsoft SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Refuse au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Refuse l'accès à l'autorisation spécifiée au bénéficiaire spécifié et à d'autres utilisateurs auxquels le bénéficiaire a accordé l'accès sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Deny(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Refuse aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also denied access to the permission.If True, the grantee and users to which the grantee granted access to the permission are all denied access to the permission.If False, only the grantee is denied access to the permission. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Drop">
			<summary>Supprime l'itinéraire du service.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions">
			<summary>Énumère les autorisations d'objet de l'itinéraire du service</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the service route. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour une autorisation spécifiée sur l'itinéraire du service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified permission on the service route. </returns>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions(System.String)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié sur l'itinéraire du service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee on the service route. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.EnumObjectPermissions(System.String,Microsoft.SqlServer.Management.Smo.ObjectPermissionSet)">
			<summary>Énumère les autorisations d'objet pour un bénéficiaire spécifié et pour une autorisation spécifiée sur l'itinéraire du service.</summary>
			<returns>An array of <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo" /> objects that contains object permission information for the specified grantee and permission on the service route. </returns>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee.</param>
			<param name="permissions">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object value that specifies the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that lists the grantees to be granted access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies the grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to deny other users access to the service route. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean)">
			<summary>Accorde aux bénéficiaires spécifiés l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to deny other users access to the service route. </param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to grant other users access to the service route. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the service route to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Grant(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.String)">
			<summary>Accorde au bénéficiaire spécifié l'accès à l'autorisation spécifiée et la possibilité d'accorder l'accès à d'autres utilisateurs sur l'itinéraire du service, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be denied access to the permission.</param>
			<param name="grantGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to grant access to the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to grant other users access to the service route.If False, the grantee is not given the ability to grant other users access to the service route. </param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when granting access to the service route to other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[])">
			<summary>Révoque des autorisations accordées précédemment à une liste de bénéficiaires sur l'itinéraire du service.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur l'itinéraire du service et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire a également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur l'itinéraire du service et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires ont également la possibilité de révoquer l'accès d'autres utilisateurs.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String,System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à un bénéficiaire sur l'itinéraire du service et à tous les autres utilisateurs auxquels le bénéficiaire a accordé l'accès. Le bénéficiaire peut également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeName">A <see cref="T:System.String" /> value that specifies a grantee to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the service route for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Revoke(Microsoft.SqlServer.Management.Smo.ObjectPermissionSet,System.String[],System.Boolean,System.Boolean,System.String)">
			<summary>Révoque des autorisations accordées précédemment à des bénéficiaires sur l'itinéraire du service et à tous les autres utilisateurs auxquels les bénéficiaires ont accordé l'accès. Les bénéficiaires peuvent également révoquer l'accès d'autres utilisateurs, dans un rôle donné.</summary>
			<param name="permission">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectPermissionSet" /> object that specifies the permission.</param>
			<param name="granteeNames">A <see cref="T:System.String" /> array that specifies a list of grantees to be revoked access to the permission.</param>
			<param name="revokeGrant">A <see cref="T:System.Boolean" /> property that specifies whether the grantee is given the ability to revoke access from the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object for other users.If True, the grantee is given the ability to revoke other users' access from the service route.If False, the grantee is not given the ability to revoke other users' access from the service route.</param>
			<param name="cascade">A <see cref="T:System.Boolean" /> property that specifies whether users who the grantee has granted access to the permission are also revoked access from the permission.If True, the grantee and users to which the grantee granted access to the permission are all revoked access from the permission.If False, only the grantee is revoked access from the permission.</param>
			<param name="asRole">A <see cref="T:System.String" /> value that specifies the role that the user assumes when revoking access from the service route for other users. Use this parameter for grantees who are members of more than one role.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Address">
			<summary>Obtient ou définit la chaîne de connexion pour l'instance Service Broker distante adressée par l'itinéraire.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the connection string for the remote Service Broker instance addressed by the route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.BrokerInstance">
			<summary>Obtient ou définit l'instance Service Broker qui héberge le service distant.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the Service Broker instance that hosts the remote service.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Events">
			<summary>Obtient les événements associés à l'itinéraire du service. </summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents" /> object that represents the service route events.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.ExpirationDate">
			<summary>Obtient ou définit les date et heure d'expiration de l'itinéraire du service.</summary>
			<returns>A <see cref="T:System.DateTime" /> system object value that specifies the date and time when the service route expires.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.ExtendedProperties">
			<summary>Obtient les propriétés étendues de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />.</summary>
			<returns>An <see cref="T:Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection" /> object that specifies the extended properties of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.ID">
			<summary>Obtient la valeur d'ID qui identifie l'itinéraire du service de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the service route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.MirrorAddress">
			<summary>Obtient ou définit la chaîne de connexion de l'instance Service Broker en miroir distante adressée par cet itinéraire.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the connection string of remote mirrored Service Broker instance addressed by this route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Owner">
			<summary>Obtient ou définit le propriétaire de l'itinéraire du service.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the owner of the service route.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object value that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute.RemoteService">
			<summary>Obtient ou définit le service distant adressé par l'itinéraire du service.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the remote service addressed by the service route.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> qui représentent tous les itinéraires du service définis sur une base de données.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.CopyTo(Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute[],System.Int32)">
			<summary>Copie les objets de collection dans un tableau unidimensionnel en commençant à la valeur d'index spécifiée.</summary>
			<param name="array">An array of <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> objects.</param>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the index value from where to start the copy.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object value that represents the service route.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object value that represents the service route.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents">
			<summary>L'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents" /> représente les paramètres requis pour la notification d'événements de l'itinéraire du service SQL Server.</summary>
		</member>
		<member name="E:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.ServerEvent">
			<summary>Spécifie l'événement généré lorsqu'un événement se produit dans l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> et lorsque l'utilisateur s'est abonné aux événements de cette instance d'objet.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.GetEventSelection">
			<summary>Retourne les notifications d'événements sélectionnées actuellement.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of service route events.</returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.StartEvents">
			<summary>Démarre la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.StopEvents">
			<summary>Arrête la réception des événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Spécifie les événements d'itinéraire du service à recevoir.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.SubscribeToEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet,Microsoft.SqlServer.Management.Smo.ServerEventHandler)">
			<summary>Spécifie les événements d'itinéraire du service à recevoir et le gestionnaire d'événements qui gère les événements.</summary>
			<param name="events">An <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to receive.</param>
			<param name="eventHandler">A <see cref="T:Microsoft.SqlServer.Management.Smo.ServerEventHandler" /> object that handles the events that are received.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.UnsubscribeAllEvents">
			<summary>Efface tous les paramètres d'événement et supprime tous les gestionnaires d'événements.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents.UnsubscribeFromEvents(Microsoft.SqlServer.Management.Smo.ObjectEventSet)">
			<summary>Efface les paramètres d'événement spécifiés et supprime tous les gestionnaires d'événements.</summary>
			<param name="events">A <see cref="T:Microsoft.SqlServer.Management.Smo.ObjectEventSet" /> object that specifies the set of events to stop receiving.</param>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender">
			<summary>Expose les propriétés et les méthodes d'itinéraire Service Broker en plus des propriétés et méthodes de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender.#ctor(Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender" /> et l'associe à une instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" />.</summary>
			<param name="route">A <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRoute" /> object that specifies the Service Broker route with which this instance of the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender" /> object is associated.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender.Name">
			<summary>Obtient ou définit le nom de la priorité de conversation associé à l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender" />.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the Service Broker route associated with the <see cref="T:Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteExtender" /> object.</returns>
		</member>
		<member name="N:Microsoft.SqlServer.Management.Smo.Mail">
			<summary>L'espace de noms Microsoft.SqlServer.Management.Smo.Mail contient des classes qui représentent le service de messagerie de base de données Microsoft SQL Server. </summary>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> représente une option de la configuration du sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer la valeur de configuration de la messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer l'option de configuration de la messagerie de base de données SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Description">
			<summary>Obtient ou définit une description textuelle de l'option de configuration de la messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:System.String" /> value that contains a textual description of the SQL Server Database Mail configuration option.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue.Value">
			<summary>Obtient ou définit la valeur de l'option de configuration référencée.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the value of the configuration option.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> qui représentent toutes les options de configuration définies sur le sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> object value that represents the configuration option.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> object value that represents the configuration option.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> représente un compte de messagerie du sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> sur l'instance spécifiée du sous-système de la messagerie de base de données SQL Server, avec le nom spécifié.</summary>
			<param name="sqlMail">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the mail account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> sur l'instance spécifiée du sous-système de la messagerie de base de données SQL Server, et avec le nom et la description spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the mail account.</param>
			<param name="description">A <see cref="T:System.String" /> value that contains a textual description of the purpose of the mail account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String,System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> sur l'instance spécifiée du sous-système de la messagerie de base de données SQL Server, et avec le nom, la description, le nom complet et l'adresse de messagerie spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the mail account.</param>
			<param name="description">A <see cref="T:System.String" /> value that contains a textual description of the purpose of the mail account.</param>
			<param name="displayName">A <see cref="T:System.String" /> value that specifies the name that is displayed when messages are sent.</param>
			<param name="emailAddress">A <see cref="T:System.String" /> value that specifies the e-mail address of the mail account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> sur une instance de SQL Server qui exécute le sous-système de la messagerie de base de données SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Create">
			<summary>Crée un compte de messagerie sur l'instance de SQL Server qui exécute le sous-système de la messagerie de base de données SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Drop">
			<summary>Supprime un compte de messagerie existant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Rename(System.String)">
			<summary>Renomme le compte de messagerie.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the mail account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le compte de messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le compte de messagerie de base de données SQL Server, comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Description">
			<summary>Obtient ou définit une description textuelle de l'objectif du compte de messagerie.</summary>
			<returns>A <see cref="T:System.String" /> value that contains a textual description of the purpose of the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.DisplayName">
			<summary>Obtient ou définit le nom du compte de messagerie affiché dans les messages.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the display name of the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.EmailAddress">
			<summary>Obtient ou définit l'adresse de messagerie du compte de messagerie.</summary>
			<returns>A <see cref="T:System.String" /> value that contains the e-mail address of the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.ID">
			<summary>Obtient la valeur d'ID qui identifie le compte de messagerie de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.MailServers">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> représente un serveur de messagerie associé au compte de messagerie.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection" /> that represents the mail servers associated with the mail account.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccount.ReplyToAddress">
			<summary>Obtient ou définit l'adresse de messagerie à laquelle le compte de messagerie répond.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the e-mail address to which the mail account replies.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> qui représentent tous les comptes de messagerie définis sur le sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object value that represents the mail account.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object value that represents the mail account.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> représente un profil de messagerie du sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> sur l'instance spécifiée du sous-système de la messagerie de base de données SQL Server, et avec le nom spécifié.</summary>
			<param name="sqlMail">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of Microsoft SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the mail profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.#ctor(Microsoft.SqlServer.Management.Smo.Mail.SqlMail,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> sur l'instance spécifiée du sous-système de la messagerie de base de données SQL Server, et avec le nom et la description spécifiés.</summary>
			<param name="parent">A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the SQL Server Database Mail subsystem that is running on the instance of SQL Server.</param>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the mail profile.</param>
			<param name="description">A <see cref="T:System.String" /> value that contains a textual description of the purpose of the mail profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.AddAccount(System.String,System.Int32)">
			<summary>Associe un compte de messagerie au profil de messagerie référencé.</summary>
			<param name="accountName">A <see cref="T:System.String" /> value that specifies the name of the mail account.</param>
			<param name="sequenceNumber">An <see cref="T:System.Int32" /> value that specifies the sequence number of the mail account for the referenced profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> sur une instance de SQL Server qui exécute le sous-système de la messagerie de base de données SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Create">
			<summary>Crée un profil de messagerie sur l'instance de SQL Server qui exécute le sous-système de la messagerie de base de données SQL Server, comme défini par l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" />.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Drop">
			<summary>Supprime un profil de messagerie existant.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.EnumAccounts">
			<summary>Retourne une liste énumérée de comptes de courrier électronique associée au profil de messagerie référencé. </summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about e-mail accounts that are associated with the referenced mail profile. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.EnumPrincipals">
			<summary>Retourne une liste énumérée de principaux de sécurité associée au profil de messagerie référencé. </summary>
			<returns>A <see cref="T:System.Data.DataTable" /> object value that contains a table of information about security principals that are associated with the referenced mail profile. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.RemoveAccount(System.String)">
			<summary>Supprime l'association entre un compte de messagerie et le profil de messagerie référencé.</summary>
			<param name="accountName">A <see cref="T:System.String" /> value that specifies the name of the mail account.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Rename(System.String)">
			<summary>Renomme le profil de messagerie référencé.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the mail profile.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le profil de messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le profil de messagerie de base de données SQL Server, comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Description">
			<summary>Obtient ou définit une description textuelle de l'objectif du profil de messagerie.</summary>
			<returns>A <see cref="T:System.String" /> value that contains a textual description of the purpose of the mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.ID">
			<summary>Obtient la valeur d'ID qui identifie le profil de messagerie de façon unique.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the ID value that uniquely identifies the mail profile.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfile.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> qui représentent tous les profils de messagerie définis sur le sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.ItemById(System.Int32)">
			<summary>Extrait un membre de la collection <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" /> à l'aide d'un identificateur unique défini par le système.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> object that has the specified ID value.</returns>
			<param name="id">An <see cref="T:System.Int32" /> value that uniquely identifies the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> object that is a member of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> object value that represents the mail profile.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> object value that represents the mail profile.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> représente un serveur de messagerie du sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Alter">
			<summary>Met à jour toutes les modifications apportées aux propriétés de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> sur une instance de SQL Server. </summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Rename(System.String)">
			<summary>Renomme le serveur de messagerie.</summary>
			<param name="newName">A <see cref="T:System.String" /> value that specifies the new name of the mail server.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le serveur de messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le serveur de messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">The <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.SetAccount(System.String,System.Security.SecureString)">
			<summary>Définit le compte de serveur de messagerie.</summary>
			<param name="userName">A string value that contains the username.</param>
			<param name="password">A <see cref="T:System.Security.SecureString" /> that contains the password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.SetAccount(System.String,System.String)">
			<summary>Définit le compte de serveur de messagerie.</summary>
			<param name="userName">A string value that contains the username.</param>
			<param name="password">A <see cref="T:System.Security.SecureString" /> that contains the password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.SetPassword(System.Security.SecureString)">
			<summary>Définit le mot de passe.</summary>
			<param name="password">A <see cref="T:System.Security.SecureString" /> that contains the password.</param>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.MailServer.SetPassword(System.String)">
			<summary>Définit le mot de passe du compte d'utilisateur.</summary>
			<param name="password">A <see cref="T:System.String" /> value that specifies the password for the user account.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.EnableSsl">
			<summary>Obtient ou définit si la couche SSL (Secure Socket Layer) sécurisée est activée.</summary>
			<returns>A Boolean value that indicates the result of the operation, True if Ssl enabled, otherwise False.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.NoCredentialChange">
			<summary>Obtient ou définit si les informations d'identification peuvent être modifiées.</summary>
			<returns>A Boolean value that specifies whether credentials can be changed.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Parent">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.Port">
			<summary>Obtient ou définit le paramètre de port pour le serveur de messagerie.</summary>
			<returns>An <see cref="T:System.Int32" /> value that specifies the port address setting for the mail server associated with the referenced mail server.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.ServerType">
			<summary>Obtient le type du serveur de messagerie.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the type of mail server, such as Microsoft Exchange Server, Internet Message Access Protocol (IMAP), or Post Office Protocol 3 (POP3).</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.UseDefaultCredentials">
			<summary>Obtient ou définit s'il faut utiliser des informations d'identification par défaut.</summary>
			<returns>A Boolean value that specifies whether to use default credentials.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServer.UserName">
			<summary>Obtient ou définit le nom d'utilisateur associé au serveur de messagerie référencé.</summary>
			<returns>A <see cref="T:System.String" /> value that specifies the name of the user associated with the referenced mail server.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection" /> représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> qui représentent tous les serveurs de messagerie définis sur le sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection.Item(System.Int32)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> dans la collection par numéro d'index.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> object value that represents the mail server.</returns>
			<param name="index">An <see cref="T:System.Int32" /> value that specifies the position of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection.Item(System.String)">
			<summary>Obtient un objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> dans la collection par nom.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> object value that represents the mail server.</returns>
			<param name="name">A <see cref="T:System.String" /> value that specifies the name of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServer" /> object in the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection" /> collection.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> object that is the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailServerCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail">
			<summary>La classe <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> représente le sous-système de la messagerie de base de données SQL Server.</summary>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Script">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le sous-système de la messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
		</member>
		<member name="M:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Script(Microsoft.SqlServer.Management.Smo.ScriptingOptions)">
			<summary>Génère un script Transact-SQL qui peut être utilisé pour recréer le sous-système de la messagerie de base de données SQL Server comme spécifié par les options de script.</summary>
			<returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> system object value that contains a list of Transact-SQL statements in the script. </returns>
			<param name="scriptingOptions">A <see cref="T:Microsoft.SqlServer.Management.Smo.ScriptingOptions" /> object value that specifies the scripting options.</param>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Accounts">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccount" /> représente un compte de messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailAccountCollection" /> that represents the mail accounts defined on the SQL Server Database Mail subsystem.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.ConfigurationValues">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValue" /> représente une option de configuration de la messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.ConfigurationValueCollection" /> that represents the configuration options defined on the SQL Server Database Mail subsystem.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" />.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Server" />object value that specifies the parent of the <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.SqlMail" /> object.</returns>
		</member>
		<member name="P:Microsoft.SqlServer.Management.Smo.Mail.SqlMail.Profiles">
			<summary>Représente une collection d'objets <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" />. Chaque objet <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfile" /> représente une option de configuration de la messagerie de base de données SQL Server.</summary>
			<returns>A <see cref="T:Microsoft.SqlServer.Management.Smo.Mail.MailProfileCollection" /> that represents the mail profiles defined on the SQL Server Database Mail subsystem.</returns>
		</member>
	</members>
</doc>