﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.AnalysisServices</name>
	</assembly>
	<members>
		<member name="N:Microsoft.AnalysisServices">
			<summary>Objet de gestion d'analyse API utilisé pour administrer des instances Analysis Services.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Account">
			<summary>L'objet <see cref="T:Microsoft.AnalysisServices.Account" /> est associé aux dimensions de type <see cref="T:Microsoft.AnalysisServices.Account" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Account.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Account" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Account.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Account" /> à l'aide d'un paramètre de type de compte.</summary>
			<param name="accountType">A String containing the name of the account type.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Account.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Account" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Account.CopyTo(Microsoft.AnalysisServices.Account)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Account" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Server" /> object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Account.AccountType">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Account.AccountType" /> d'un ensemble de types de compte valides fixes.</summary>
			<returns>The name of the account type.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Account.AggregationFunction">
			<summary>Obtient ou définit la fonction d'agrégation à utiliser pour un type <see cref="T:Microsoft.AnalysisServices.Account" /> spécifié.</summary>
			<returns>The type of aggregation to be applied to an <see cref="T:Microsoft.AnalysisServices.Account" />. dimension</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Account.Aliases">
			<summary>Obtient l'alias pour le type de compte dans l'objet <see cref="T:Microsoft.AnalysisServices.Account" />.</summary>
			<returns>An alias for the account type.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Account.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Account" />.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Account.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Account" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AccountCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Account" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Add(Microsoft.AnalysisServices.Account)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Account" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Account" /> has been added.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.Account" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Account" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Account" /> has been added.</returns>
			<param name="accountType">The <see cref="T:Microsoft.AnalysisServices.Account" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Contains(Microsoft.AnalysisServices.Account)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Account" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Account" /> is contained in the collection; otherwise, false.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.Account" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Account" /> associé à l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Account" /> is contained in the collection; otherwise, false.</returns>
			<param name="accountType">The identifier of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Account" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Account" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="accountType">The identifier of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.IndexOf(Microsoft.AnalysisServices.Account)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Account" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Account" /> if the object is found; otherwise, -1.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.Account" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Account" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Account" /> specified by accountType if the object is found; otherwise, -1.</returns>
			<param name="accountType">The identifier of a <see cref="T:Microsoft.AnalysisServices.Account" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Insert(System.Int32,Microsoft.AnalysisServices.Account)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Account" /> dans la collection à l'index spécifié.</summary>
			<param name="Index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Account" /> will be inserted.</param>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.Account" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Account" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Account" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Account" /> will be inserted.</param>
			<param name="accountType">The identifier of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Move(Microsoft.AnalysisServices.Account,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Account" /> vers un nouvel index dans la collection.</summary>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.Account" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Account" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Account" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Account" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Account" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Account" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Account" /> to be moved.</returns>
			<param name="accountType">The identifier of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Account" /> specified by accountType.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Remove(Microsoft.AnalysisServices.Account)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Account" /> spécifié de la collection.</summary>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.Account" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Account" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="accountType">The identifier of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Remove(Microsoft.AnalysisServices.Account,System.Boolean)">
			<param name="Item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AccountCollection.Remove(System.String,System.Boolean)">
			<param name="accountType"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AccountCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Account" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Account" /> at the specified index.</returns>
			<param name="Index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AccountCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Account" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Account" /> specified by the identifier.</returns>
			<param name="accountType">The identifier of the <see cref="T:Microsoft.AnalysisServices.Account" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AccountTypes">
			<summary>Contient un ensemble fixe de types de compte. Cette classe ne peut pas être changée ou héritée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AccountTypes.Asset">
			<summary>Représente le type de compte d'actif. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AccountTypes.Balance">
			<summary>Représente un type de compte de bilan.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AccountTypes.Expense">
			<summary>Représente un type de compte de frais.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AccountTypes.Flow">
			<summary>Représente un type de compte de trésorerie.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AccountTypes.Income">
			<summary>Représente un type de compte de produit.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AccountTypes.Liability">
			<summary>Représente un type de compte de passif.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AccountTypes.Statistical">
			<summary>Représente un type de compte statistique.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Action">
			<summary>Represents an <see cref="T:Microsoft.AnalysisServices.Action" /> that can be returned from the <see cref="T:Microsoft.AnalysisServices.Server" /> and run on the client.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Action.#ctor">
			<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.Action" /> using the default values.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Action.#ctor(System.String,System.String)">
			<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.Action" /> using a name and an identifier.</summary>
			<param name="Name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Action" />.</param>
			<param name="Id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Action" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Action.Clone">
			<summary>Creates a new full copy of an object.</summary>
			<returns>The new <see cref="T:Microsoft.AnalysisServices.Action" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Action.CopyTo(Microsoft.AnalysisServices.Action)">
			<summary>Copies an <see cref="T:Microsoft.AnalysisServices.Action" /> object to the specified object.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Application">
			<summary>Gets or sets a String that contains the application associated with the <see cref="T:Microsoft.AnalysisServices.Action" />.</summary>
			<returns>A String that contains an application identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Caption">
			<summary>Gets or sets the caption that is displayed for the <see cref="T:Microsoft.AnalysisServices.Action" />.</summary>
			<returns>A string that contains the caption for the <see cref="T:Microsoft.AnalysisServices.Action" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.CaptionIsMdx">
			<summary>Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression.</summary>
			<returns>true if the caption is an MDX expression; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Condition">
			<summary>Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the <see cref="P:Microsoft.AnalysisServices.Action.Parent" /> property applies to the target.</summary>
			<returns>A string that contains the MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Invocation">
			<summary>Gets or sets the means by which an action is invoked.</summary>
			<returns>An enumeration that corresponds to allowed values for action invocation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Parent">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.Cube" /> object that is the parent of the <see cref="T:Microsoft.AnalysisServices.Action" /> object.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.ParentDatabase">
			<summary>Gets the <see cref="P:Microsoft.AnalysisServices.Action.ParentDatabase" /> object that is the parent of the <see cref="T:Microsoft.AnalysisServices.Action" /> object's <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.ParentServer">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.Server" /> object that is the parent of the <see cref="T:Microsoft.AnalysisServices.Action" /> object.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Target">
			<summary>Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.</summary>
			<returns>A string that contains the name of the action associated with the target.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.TargetType">
			<summary>Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action.</summary>
			<returns>A member from which the action is launched.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Translations">
			<summary>Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression.</summary>
			<returns>A collection containing an action translation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Action.Type">
			<summary>Gets or sets a type representing a form of the action.</summary>
			<returns>An action type.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ActionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Action" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Action" /> à la collection.</summary>
			<returns>A StandardAction element.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Add(Microsoft.AnalysisServices.Action)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Action" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Action" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Action" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Action" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Action" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Contains(Microsoft.AnalysisServices.Action)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Action" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Action" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Action" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Action" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.IndexOf(Microsoft.AnalysisServices.Action)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Action" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Action" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Action" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Action" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of an <see cref="T:Microsoft.AnalysisServices.Action" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Action" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Action" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Action" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Insert(System.Int32,Microsoft.AnalysisServices.Action)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Action" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Action" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Action" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Action" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Action" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Action" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Action" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Move(Microsoft.AnalysisServices.Action,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Action" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Action" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Action" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Action" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Action" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Action" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Remove(Microsoft.AnalysisServices.Action)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Action" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Remove(Microsoft.AnalysisServices.Action,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ActionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ActionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ActionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Action" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Action" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ActionInvocation">
			<summary>Définit la manière dont un objet <see cref="T:Microsoft.AnalysisServices.Action" /> est appelé. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionInvocation.Batch">
			<summary>Appelle l'action à partir d'une commande batch.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionInvocation.Interactive">
			<summary>Appelle l'action lorsqu'un utilisateur effectue une action.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionInvocation.OnOpen">
			<summary>Appelle l'action lorsque le cube s'ouvre.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ActionTargetType">
			<summary>Identifie où se trouve un objet <see cref="T:Microsoft.AnalysisServices.Action" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.AttributeMembers">
			<summary>Situé sur un membre d'attribut.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.Cells">
			<summary>Situé sur un jeu de cellules ou un sous-cube.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.Cube">
			<summary>Situé sur un cube.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.DimensionMembers">
			<summary>Situé sur une dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.Hierarchy">
			<summary>Situé sur une hiérarchie unique d'une dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.HierarchyMembers">
			<summary>Situé sur les membres d'une hiérarchie unique d'une dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.Level">
			<summary>Situé sur un niveau d'une dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.LevelMembers">
			<summary>Situé sur les membres d'un niveau d'une dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionTargetType.Set">
			<summary>Situé sur un jeu.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ActionType">
			<summary>Définit le type de la propriété <see cref="T:Microsoft.AnalysisServices.Action" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.CommandLine">
			<summary>Exécute une commande à l'aide de CMD.exe.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.Dataset">
			<summary>Exécute une instruction MDX (Multidimensional Expressions).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.DrillThrough">
			<summary>Exécute une instruction MDX DrillThrough de SQL Server 2005 Analysis Services (SSAS).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.Html">
			<summary>Restitue un script HTML dans un navigateur Internet.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.Proprietary">
			<summary>Exécute une action dont l'application cliente a une connaissance personnalisée et non générique. Les actions propriétaires ne sont pas retournées à l'application cliente, à moins que celle-ci ne les demande explicitement en définissant la restriction appropriée sur APPLICATION_NAME.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.Report">
			<summary>Envoie une instruction URL à SQL Server 2005 Reporting Services.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.Rowset">
			<summary>Exécute une instruction MDX (Multidimensional Expressions) dont les résultats doivent être présentés sous la forme d'un ensemble de lignes. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.Statement">
			<summary>Exécute une instruction comprise par l'application cliente.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ActionType.Url">
			<summary>Ouvre une chaîne d'URL dans un navigateur Internet.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AddEventArgs">
			<summary>Fournit les informations sur les arguments utilisés dans l'événement Add sur une collection pour laquelle l'objet <see cref="T:Microsoft.AnalysisServices.CollectionChangeEventHandler" /> a été activé.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AddEventArgs.Index">
			<summary>Place le nombre d'arguments dans l'événement Add. </summary>
			<returns>An integer value with the number of arguments in the Add event.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.Aggregation">
			<summary>Définit une agrégation unique. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Aggregation.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Aggregation" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Aggregation.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Aggregation" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String containing the name of the aggregation.</param>
			<param name="id">A String containing a unique identifier for the aggregation.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Aggregation.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Aggregation" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Aggregation.CopyTo(Microsoft.AnalysisServices.Aggregation)">
			<summary>Crée une copie complète d'un objet dans l'objet existant passé en tant que paramètre.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Aggregation" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Aggregation.Dimensions">
			<summary>Obtient la collection de dimensions pour l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationDimensionCollection" />object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Aggregation.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Aggregation.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Aggregation.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Aggregation.ParentMeasureGroup">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Aggregation.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationAttribute">
			<summary>Définit un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> comme faisant partie d'un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttribute.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttribute.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> à l'aide du paramètre attributeID d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</summary>
			<param name="attributeID">A String containing the attributeID of <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> that is being assigned to the parent <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttribute.Clone">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>A copy of <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttribute.CopyTo(Microsoft.AnalysisServices.AggregationAttribute)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel vers un objet passé en tant que paramètre.</summary>
			<returns>A copy of current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /></returns>
			<param name="obj">Specifies where the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> is to be copied.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.Attribute">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> affecté à un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" />. </summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> assigned to an <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.AttributeID">
			<summary>Obtient ou définit la valeur AttributeID d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" />. </summary>
			<returns>The AttributeID of a <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> that is associated with a <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.CubeAttribute">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> qui associe l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel au cube parent.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> that associates the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to the parent cube.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> of the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.ParentAggregation">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Aggregation" /> of the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.ParentAggregationDesign">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> of the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Cube" /> of the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Database" /> of the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.ParentMeasureGroup">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> of the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttribute.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Server" /> of the current <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationAttributeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Add(Microsoft.AnalysisServices.AggregationAttribute)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> has been added.</returns>
			<param name="attributeID">The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Contains(Microsoft.AnalysisServices.AggregationAttribute)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />, if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.IndexOf(Microsoft.AnalysisServices.AggregationAttribute)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> specified by attributeID if the object is found; otherwise, -1.</returns>
			<param name="attributeID">The identifier of an <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationAttribute)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> will be inserted.</param>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Move(Microsoft.AnalysisServices.AggregationAttribute,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be moved.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> specified by attributeID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Remove(Microsoft.AnalysisServices.AggregationAttribute)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationAttributeCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttributeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationAttributeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> specified by the identifier.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationAttribute" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Aggregation" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Add(Microsoft.AnalysisServices.Aggregation)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Contains(Microsoft.AnalysisServices.Aggregation)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.IndexOf(Microsoft.AnalysisServices.Aggregation)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of an <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Aggregation" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Insert(System.Int32,Microsoft.AnalysisServices.Aggregation)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Aggregation" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Aggregation" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Aggregation" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Move(Microsoft.AnalysisServices.Aggregation,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Remove(Microsoft.AnalysisServices.Aggregation)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Remove(Microsoft.AnalysisServices.Aggregation,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Aggregation" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDesign">
			<summary>Définit un ensemble de définitions d'agrégation qu'il est possible de partager sur plusieurs partitions dans une base de données. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T T:Microsoft.AnalysisServices.AggregationDesign" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.CancelDesign">
			<summary>Annule la conception associée à un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.CopyTo(Microsoft.AnalysisServices.AggregationDesign)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.DesignAggregations(System.Double@,System.Double@,System.Int64@,System.Boolean@)">
			<param name="optimization"> </param>
			<param name="storage"> </param>
			<param name="aggCount"> </param>
			<param name="hasFinished"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.DesignAggregations(System.Double@,System.Double@,System.Int64@,System.Boolean@,System.Collections.Specialized.StringCollection)">
			<param name="optimization"> </param>
			<param name="storage"> </param>
			<param name="aggCount"> </param>
			<param name="hasFinished"> </param>
			<param name="queries"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.DesignAggregations(System.TimeSpan,System.Int32,System.Double,System.Int64,System.Collections.Specialized.StringCollection)">
			<param name="time"> </param>
			<param name="steps"> </param>
			<param name="optimization"> </param>
			<param name="storage"> </param>
			<param name="queries"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesign.InitializeDesign(System.String)">
			<param name="connectionString"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.Aggregations">
			<summary>Obtient les agrégations conçues pour l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</summary>
			<returns>An aggregation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.Dimensions">
			<summary>Obtient les dimensions associées à un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</summary>
			<returns>A collection of dimensions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.EstimatedPerformanceGain">
			<summary>Obtient ou définit le gain de performance estimé d'une partition (sous forme d'augmentation de pourcentage).</summary>
			<returns>An integer representing a percentage performance gain.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.EstimatedRows">
			<summary>Obtient ou définit le nombre de lignes estimées (en moyenne) dans la partition associée à l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</summary>
			<returns>An integer representing the estimated number of rows in a partition.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.Parent">
			<summary>Obtient l'objet de groupe de mesures qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</summary>
			<returns>A measure group object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.ParentDatabase">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.Action.ParentDatabase" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesign.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices." />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDesignAttribute">
			<summary>Représente l'association entre un attribut et un élément <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttribute.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttribute.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> à l'aide d'un identificateur d'attribut.</summary>
			<param name="attributeID">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttribute.CopyTo(Microsoft.AnalysisServices.AggregationDesignAttribute)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignAttribute.Attribute">
			<summary>Obtient le type de données primitif qui représente l'association entre un attribut et un élément <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignAttribute.AttributeID">
			<summary>Obtient ou définit l'identificateur d'attribut pour un élément <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" />.</summary>
			<returns>An attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignAttribute.CubeAttribute">
			<summary>Obtient une propriété <see cref="P:Microsoft.AnalysisServices.AggregationDesignAttribute.CubeAttribute" /> associée à un élément de cube.</summary>
			<returns>An attribute associated with a cube element.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDesignAttributeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Add(Microsoft.AnalysisServices.AggregationDesignAttribute)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> has been added.</returns>
			<param name="attributeID">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Contains(Microsoft.AnalysisServices.AggregationDesignAttribute)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" />, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.IndexOf(Microsoft.AnalysisServices.AggregationDesignAttribute)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> specified by attributeID, if the object is found; otherwise, -1.</returns>
			<param name="attributeID">The identifier of an <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationDesignAttribute)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> will be inserted.</param>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Move(Microsoft.AnalysisServices.AggregationDesignAttribute,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be moved.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> specified by attributeID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Remove(Microsoft.AnalysisServices.AggregationDesignAttribute)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Remove(Microsoft.AnalysisServices.AggregationDesignAttribute,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Remove(System.String,System.Boolean)">
			<param name="attributeID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignAttributeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> specified by the identifier.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignAttribute" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDesignCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Add(Microsoft.AnalysisServices.AggregationDesign)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Contains(Microsoft.AnalysisServices.AggregationDesign)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />, if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.IndexOf(Microsoft.AnalysisServices.AggregationDesign)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> specified by id, if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of an <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationDesign)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationDesign" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Move(Microsoft.AnalysisServices.AggregationDesign,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Remove(Microsoft.AnalysisServices.AggregationDesign)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Remove(Microsoft.AnalysisServices.AggregationDesign,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDesignDimension">
			<summary>Définit un type de données primitif représentant la relation entre une dimension de cube et un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimension.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> à l'aide d'un identificateur.</summary>
			<param name="cubeDimensionID">A String that contains a unique identifier for a cube dimension. This is a reference to a specific dimension role on the owning measure group.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimension.CopyTo(Microsoft.AnalysisServices.AggregationDesignDimension)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> vers l'objet spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignDimension.ParentMeasureGroup">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignDimension.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDesignDimensionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Add(Microsoft.AnalysisServices.AggregationDesignDimension)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> has been added.</returns>
			<param name="cubeDimensionID">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Contains(Microsoft.AnalysisServices.AggregationDesignDimension)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.IndexOf(Microsoft.AnalysisServices.AggregationDesignDimension)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> specified by cubeDimensionID, if the object is found; otherwise, -1.</returns>
			<param name="cubeDimensionID">The identifier of a <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationDesignDimension)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> will be inserted.</param>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Move(Microsoft.AnalysisServices.AggregationDesignDimension,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be moved.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> specified by cubeDimensionID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Remove(Microsoft.AnalysisServices.AggregationDesignDimension)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Remove(Microsoft.AnalysisServices.AggregationDesignDimension,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Remove(System.String,System.Boolean)">
			<param name="cubeDimensionID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDesignDimensionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> specified by the identifier.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDesignDimension" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDimension">
			<summary>Représente la relation entre un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> et un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimension.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> à l'aide d'un nom.</summary>
			<param name="cubeDimensionID">A String containing the name of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimension.CopyTo(Microsoft.AnalysisServices.AggregationDimension)">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> dans l'objet existant passé en tant que paramètre.</summary>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.Attributes">
			<summary>Obtient la collection d'attributs pour l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> associé.</summary>
			<returns>A collection of attributes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.CubeDimension">
			<summary>Obtient le CubeDimension parent qui correspond à l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.CubeDimensionID">
			<summary>Obtient ou définit l'élément <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> associé à l'élément parent.</summary>
			<returns>A String containing the CubeDimensionID.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.Dimension">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> correspondant à l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Dimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.MeasureGroupDimension">
			<summary>Obtient la relation entre une dimension et un groupe de mesures dans un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Aggregation" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.ParentAggregationDesign">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationDesign" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.ParentMeasureGroup">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimension.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationDimensionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Add(Microsoft.AnalysisServices.AggregationDimension)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> has been added.</returns>
			<param name="cubeDimensionID">The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Contains(Microsoft.AnalysisServices.AggregationDimension)">
			<summary>Vérifie si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Contains(System.String)">
			<summary>Vérifie si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.IndexOf(Microsoft.AnalysisServices.AggregationDimension)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> specified by cubeDimensionID if the object is found; otherwise, -1.</returns>
			<param name="cubeDimensionID">The identifier of an <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationDimension)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationDimension" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> will be inserted.</param>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Move(Microsoft.AnalysisServices.AggregationDimension,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be moved.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> specified by cubeDimensionID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Remove(Microsoft.AnalysisServices.AggregationDimension)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Remove(Microsoft.AnalysisServices.AggregationDimension,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationDimensionCollection.Remove(System.String,System.Boolean)">
			<param name="cubeDimensionID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimensionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationDimensionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> specified by the identifier.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationDimension" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationFunction">
			<summary>Définit le type d'agrégation pour des mesures ou des dimensions.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.AverageOfChildren">
			<summary>Spécifie la moyenne de descendants feuille en un temps donné. La moyenne ne compte pas une valeur vide comme 0.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.ByAccount">
			<summary>Spécifie que l'agrégation utilisée sera déterminée pour chaque CurrentMember de la dimension de compte selon son type de compte. Les types de compte non mappés sont regroupés en tant que SUM.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.Count">
			<summary>Spécifie le nombre de membres de mesure.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.DistinctCount">
			<summary>Spécifie le nombre de membres de mesure distincts.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.FirstChild">
			<summary>Spécifie le premier membre enfant dans la dimension de temps. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.FirstNonEmpty">
			<summary>Spécifie le premier membre enfant non vide dans la dimension de temps.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.LastChild">
			<summary>Spécifie le dernier membre enfant dans la dimension de temps.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.LastNonEmpty">
			<summary>Spécifie le dernier membre enfant non vide dans la dimension de temps.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.Max">
			<summary>Spécifie la valeur maximale des membres.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.Min">
			<summary>Spécifie la valeur minimale des membres.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.None">
			<summary>Aucune agrégation n'est effectuée sur une dimension. Les données sont uniquement disponibles sur les cellules feuille. Si aucune valeur de la table de faits n'a été lue pour un membre, la valeur de la cellule pour le membre est considérée Null.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationFunction.Sum">
			<summary>Spécifie la somme de membres. Il s'agit de la fonction d'agrégation par défaut.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstance">
			<summary>Représente une instance d'un objet <see cref="T:Microsoft.AnalysisServices.Aggregation" /> défini pour une partition.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstance.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstance.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> à l'aide d'un nom.</summary>
			<param name="name">A String containing the name of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstance.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String containing the name of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</param>
			<param name="id">A String containing a unique identifier for the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstance.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstance.CopyTo(Microsoft.AnalysisServices.AggregationInstance)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> vers l'objet spécifié.</summary>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstance.AggregationType">
			<summary>Définit le type d'agrégation stockée dans l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</summary>
			<returns>An <see cref="P:Microsoft.AnalysisServices.AggregationInstance.AggregationType" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstance.Dimensions">
			<summary>Retourne la collection de dimensions associée à un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstance.Measures">
			<summary>Obtient la collection de mesures associée à un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstance.Source">
			<summary>Obtient ou définit le nom de la table pour l'agrégation si elle est différente de la table associée à la liaison de colonne.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TabularBinding" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstanceAttribute">
			<summary>Représente des informations sur un attribut utilisé par une instance <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttribute.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttribute.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> à l'aide d'un identificateur.</summary>
			<param name="attributeId">A String that contains a unique identifier for the attribute.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttribute.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The newly created object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttribute.CopyTo(Microsoft.AnalysisServices.AggregationInstanceAttribute)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> vers l'objet spécifié.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> object.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceAttribute.AttributeID">
			<summary>Obtient ou définit un identificateur d'attribut pour un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" />.</summary>
			<returns>An attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceAttribute.KeyColumns">
			<summary>Obtient la liaison à la table et à la ou les colonnes pour l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" />.</summary>
			<returns>A collection of data items.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Add(Microsoft.AnalysisServices.AggregationInstanceAttribute)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> has been added.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Add(System.String)">
			<summary>Crée et ajoute l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié à la fin de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> that was added to the collection.</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Contains(Microsoft.AnalysisServices.AggregationInstanceAttribute)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié.</summary>
			<returns>Returns true if the specified <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> exists in the collection; otherwise, false</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifique.</summary>
			<returns>Returns true if the identified <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> exists in the collection; otherwise, false</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.IndexOf(Microsoft.AnalysisServices.AggregationInstanceAttribute)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> has been found in the collection. Otherwise -1, when the object is not found.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> has been found in the collection. Otherwise -1, when the object is not found.</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationInstanceAttribute)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié dans la collection à l'emplacement spécifié par l'index.</summary>
			<param name="index">An int value with the location where <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> is to be inserted.</param>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> that was inserted to the collection.</returns>
			<param name="index">An int value with the location where <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> is to be inserted.</param>
			<param name="attributeId">Identifies the attribute of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Move(Microsoft.AnalysisServices.AggregationInstanceAttribute,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié vers une nouvelle position d'index dans la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be moved in the collection.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié d'une position à l'autre dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> that was moved in the collection.</returns>
			<param name="fromIndex">Specifies the former index position in the collection</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié vers une nouvelle position d'index.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> that was moved in the collection.</returns>
			<param name="attributeId">Identifies the attribute of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be moved.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Remove(Microsoft.AnalysisServices.AggregationInstanceAttribute)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié de la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié de la collection.</summary>
			<param name="attributeId">Identifies the attribute of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Remove(Microsoft.AnalysisServices.AggregationInstanceAttribute,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Remove(System.String,System.Boolean)">
			<param name="attributeId"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié de la collection à l'index.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> object.</returns>
			<param name="index">Specifies the zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceAttributeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> spécifié.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> object.</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceAttribute" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstanceCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Add(Microsoft.AnalysisServices.AggregationInstance)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Contains(Microsoft.AnalysisServices.AggregationInstance)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> is contained in the collection; otherwise, false.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.IndexOf(Microsoft.AnalysisServices.AggregationInstance)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> specified by id, if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of an <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationInstance)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AggregationInstance" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AggregationIntance" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Move(Microsoft.AnalysisServices.AggregationInstance,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Remove(Microsoft.AnalysisServices.AggregationInstance)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.AggregationInstance" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstanceDimension">
			<summary>Représente une dimension pour une instance d'agrégation définie par l'utilisateur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimension.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> à l'aide d'un identificateur.</summary>
			<param name="cubeDimensionId">A String that contains a unique identifier for the cube dimension associated with the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimension.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimension.CopyTo(Microsoft.AnalysisServices.AggregationInstanceDimension)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> vers l'objet spécifié.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> object</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceDimension.CubeDimensionID">
			<summary>Obtient ou définit l'identificateur de dimension de cube pour un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" />.</summary>
			<returns>The dimension associated with the aggregation.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Add(Microsoft.AnalysisServices.AggregationInstanceDimension)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> has been added.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Add(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié par cubeDimensionIdà la fin de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> that was added to the collection.</returns>
			<param name="cubeDimensionId">Identifies of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Contains(Microsoft.AnalysisServices.AggregationInstanceDimension)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié.</summary>
			<returns>Returns true if the specified <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> exists in the collection; otherwise, false</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" />, identifié par le cubeDimensionId.</summary>
			<returns>Returns true if the specified <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> exists in the collection; otherwise, false</returns>
			<param name="cubeDimensionId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> avec le cubeDimensionId spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="cubeDimensionId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.IndexOf(Microsoft.AnalysisServices.AggregationInstanceDimension)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié dans la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> has been found in the collection. Otherwise -1, when the object is not found.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> identifié par le cubeDimensionIdde la collection.</summary>
			<param name="cubeDimensionId">Identifies a <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationInstanceDimension)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié dans la collection à l'emplacement spécifié par l'index.</summary>
			<param name="index">An int value with the location at which <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> is to be inserted.</param>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifique dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> that was inserted to the collection.</returns>
			<param name="index">An int value with the location at which <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> is to be inserted.</param>
			<param name="cubeDimensionId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Move(Microsoft.AnalysisServices.AggregationInstanceDimension,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié vers une nouvelle position d'index dans la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be moved in the collection.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié d'une position à l'autre dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> that was moved in the collection.</returns>
			<param name="fromIndex">Specifies the former index position in the collection</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié dans la collection vers la position d'index spécifiée.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> that was moved in the collection.</returns>
			<param name="cubeDimensionId">Identifies the cube dimension of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be moved.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Remove(Microsoft.AnalysisServices.AggregationInstanceDimension)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié de la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> identifié par cubeDimensionId de la collection.</summary>
			<param name="cubeDimensionId">Identifies the cube dimension of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Remove(Microsoft.AnalysisServices.AggregationInstanceDimension,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Remove(System.String,System.Boolean)">
			<param name="cubeDimensionId"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié de la collection à l'index.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> object.</returns>
			<param name="index">Specifies the zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceDimensionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> spécifié.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> object.</returns>
			<param name="cubeDimensionId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceDimension" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstanceMeasure">
			<summary>Représente des informations sur une mesure utilisée par une instance <see cref="T:Microsoft.AnalysisServices.Aggregation" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasure.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasure.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> à l'aide d'un identificateur de mesure.</summary>
			<param name="measureId">A String that contains a unique identifier for the measure used in <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasure.CopyTo(Microsoft.AnalysisServices.AggregationInstanceMeasure)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Add(Microsoft.AnalysisServices.AggregationInstanceMeasure)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> has been added.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Add(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié par measureIdà la fin de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> that was added to the collection.</returns>
			<param name="measureId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Contains(Microsoft.AnalysisServices.AggregationInstanceMeasure)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié.</summary>
			<returns>Returns true if the specified <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> exists in the collection; otherwise, false</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> identifié par le measureId spécifié.</summary>
			<returns>Returns true if the specified <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> exists in the collection; otherwise, false</returns>
			<param name="measureId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> avec le measureId spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" />, if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="measureId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.IndexOf(Microsoft.AnalysisServices.AggregationInstanceMeasure)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié dans la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> has been found in the collection. Otherwise -1, when the object is not found.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié, identifié par le measureId dans la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> has been found in the collection. Otherwise, -1 when the object is not found.</returns>
			<param name="measureId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Insert(System.Int32,Microsoft.AnalysisServices.AggregationInstanceMeasure)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié dans la collection à l'emplacement spécifié par index.</summary>
			<param name="index">Specifies the int value with the location where the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> is to be inserted.</param>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> that was inserted to the collection.</returns>
			<param name="index">Specifies the int value with the location where the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> is to be inserted.</param>
			<param name="measureId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Move(Microsoft.AnalysisServices.AggregationInstanceMeasure,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié vers une nouvelle position d'index dans la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be moved in the collection.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié d'une position à l'autre dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> that was moved in the collection.</returns>
			<param name="fromIndex">Specifies the former index position in the collection</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> dans la collection vers une nouvelle position d'index.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> that was moved in the collection.</returns>
			<param name="measureId">Identifies the cube measure of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be moved.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Remove(Microsoft.AnalysisServices.AggregationInstanceMeasure)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié de la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> identifié par measureId de la collection.</summary>
			<param name="measureId">Identifies the cube measure of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Remove(Microsoft.AnalysisServices.AggregationInstanceMeasure,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Remove(System.String,System.Boolean)">
			<param name="measureId"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié de la collection à l'index.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> object.</returns>
			<param name="index">Specifies the zero-based index of the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AggregationInstanceMeasureCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> spécifié de la collection.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> object.</returns>
			<param name="measureId">Identifies the <see cref="T:Microsoft.AnalysisServices.AggregationInstanceMeasure" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationType">
			<summary>Contient une énumération des différents types d'agrégations possibles utilisée uniquement dans les cubes ROLAP.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationType.IndexedView">
			<summary>Crée une vue indexée pour l'agrégation ROLAP. Le serveur recrée la vue chaque fois que la partition est traitée à nouveau.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationType.Table">
			<summary>Réservée pour un usage ultérieur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationType.UserDefined">
			<summary>L'utilisateur a défini la table d'agrégations pour la partition actuelle.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AggregationUsage">
			<summary>Définit les valeurs autorisées pour l'objet <see cref="T:Microsoft.AnalysisServices.AggregationUsage" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationUsage.Default">
			<summary>Le concepteur d'agrégation applique une règle par défaut en fonction du type d'attribut (Full pour les clés, Unrestricted pour les autres attributs).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationUsage.Full">
			<summary>Toutes les agrégations du cube doivent inclure cet attribut.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationUsage.None">
			<summary>Aucune agrégation du cube ne peut inclure cet attribut.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AggregationUsage.Unrestricted">
			<summary>Le concepteur d'agrégation ne fait l'objet d'aucune restriction.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AlgorithmParameter">
			<summary>Définit un paramètre pour l'algorithme utilisé par un élément <see cref="T:Microsoft.AnalysisServices.MiningModel" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameter.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameter.#ctor(System.String,System.Object)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> à l'aide d'un nom et d'une valeur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" />.</param>
			<param name="value">An object that contains the parameter to send to the algorithm.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameter.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameter.CopyTo(Microsoft.AnalysisServices.AlgorithmParameter)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> object copied to.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AlgorithmParameter.Name">
			<summary>Obtient ou définit le nom d'un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" />.</summary>
			<returns>The name given to the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AlgorithmParameter.Value">
			<summary>Obtient ou définit la valeur de l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> associé.</summary>
			<returns>The object's value.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AlgorithmParameterCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Add(Microsoft.AnalysisServices.AlgorithmParameter)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Add(System.String,System.Object)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> avec le nom et la valeur spécifiés.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> that was added to the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be added.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Contains(Microsoft.AnalysisServices.AlgorithmParameter)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> avec le nom spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> is contained in the collection; otherwise, false.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.CopyTo(Microsoft.AnalysisServices.AlgorithmParameterCollection)">
			<summary>Copie la collection entière à la fin d'un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameterCollection" />.</summary>
			<param name="col">The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameterCollection" /> into which the elements of the collection are being copied.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.IndexOf(Microsoft.AnalysisServices.AlgorithmParameter)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> avec le nom spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> specified by name if the object is found; otherwise, -1.</returns>
			<param name="name">The name of an <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Insert(System.Int32,Microsoft.AnalysisServices.AlgorithmParameter)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Insert(System.Int32,System.String,System.Object)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> avec le nom et la valeur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> inserted into the collection.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be inserted.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Remove(Microsoft.AnalysisServices.AlgorithmParameter)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> avec le nom spécifié dans la collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AlgorithmParameterCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AlgorithmParameterCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AlgorithmParameterCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AlgorithmParameterCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> specified by name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AlgorithmParameter" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AllowedBindingsHelper.GetAllowedBindingTypes(Microsoft.AnalysisServices.DataItem)">
			<param name="dataItem"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AllowedBindingsHelper.GetAllowedBindingTypes(System.Object,System.String)">
			<param name="obj"> </param>
			<param name="property"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AmoException">
			<summary>Représente une exception générée lorsqu'une erreur ou un avertissement AMO est rencontré.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AmoException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AmoException" /> à l'aide du texte du message spécifié.</summary>
			<param name="Message">A System.String value that specifies the message text that describes the event that caused the exception.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AnalysisState">
			<summary>Définit l'état de traitement d'un objet <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> dans Analysis Services.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AnalysisState.PartiallyProcessed">
			<summary>Au moins un objet contenu n'est pas traité</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AnalysisState.Processed">
			<summary>L'objet est traité ainsi que tous ses objets contenus pouvant être traités</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AnalysisState.Unprocessed">
			<summary>L'objet et ses objets enfants ne sont pas traités</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Annotation">
			<summary>Définit des extensions au schéma ASSL (Analysis Services Scripting Language). Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Annotation.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Annotation" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Annotation.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Annotation" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Annotation.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> à l'aide d'un nom et d'une valeur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
			<param name="value">A String that contains the actual value of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Annotation.#ctor(System.String,System.Xml.XmlNode)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> à l'aide d'un nom et d'une valeur sous forme de XmlNode.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
			<param name="value">The contents of the annotation wrapped in an XmlNode.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Annotation.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Annotation" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Annotation.Name">
			<summary>Obtient ou définit le nom associé à un objet <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
			<returns>The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Annotation.Value">
			<summary>Obtient ou définit le XmlNode qui contient la valeur réelle d'un objet <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
			<returns>The value associated with an annotation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Annotation.Visibility">
			<summary>Définit la visibilité d'un élément <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
			<returns>An enumeration that indicates whether visibility is on or off.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AnnotationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Annotation" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Add(Microsoft.AnalysisServices.Annotation)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Annotation" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom et la valeur spécifiés.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> that was added to the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Contains(Microsoft.AnalysisServices.Annotation)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Annotation" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Annotation" /> is contained in the collection; otherwise, false.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.CopyTo(Microsoft.AnalysisServices.AnnotationCollection)">
			<summary>Copie la collection entière à la fin d'un objet <see cref="T:Microsoft.AnalysisServices.AnnotationCollection" />.</summary>
			<param name="col">The <see cref="T:Microsoft.AnalysisServices.AnnotationCollection" /> into which the elements of the collection are being copied.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.GetText(System.String)">
			<summary>Obtient la valeur de l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié.</summary>
			<returns>The value of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified by name, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.IndexOf(Microsoft.AnalysisServices.Annotation)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified by name, if the object is found; otherwise, -1.</returns>
			<param name="name">The name of an <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Insert(System.Int32,Microsoft.AnalysisServices.Annotation)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Annotation" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom et la valeur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> inserted into the collection.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Annotation" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be inserted.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Remove(Microsoft.AnalysisServices.Annotation)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié dans la collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.Boolean)">
			<summary>Définit l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié, à une valeur Boolean spécifiée.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
			<param name="value">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by name.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.Int32)">
			<summary>Définit l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié, à une valeur Int32 spécifiée.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
			<param name="value">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by name.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.String)">
			<summary>Définit l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié, à une valeur String spécifiée.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
			<param name="text">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by name.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.String,System.Boolean)">
			<summary>Définit l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié, à une valeur String spécifiée. Peut également être utilisé pour supprimer une annotation nommée si elle est définie sur une référence Null.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
			<param name="text">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by name.</param>
			<param name="removeIfNull">If set to true, removes the <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified in name from the collection if text is set to a null reference (Nothing in Visual Basic); if false, no removal is made.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AnnotationCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.Annotation" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.Annotation" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AnnotationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AnnotationCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Annotation" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified by name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AnnotationVisibility">
			<summary>Définit et contient les valeurs autorisées pour la visibilité pour un objet <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AnnotationVisibility.None">
			<summary>L'annotation n'est pas visible dans l'ensemble de lignes de schéma.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AnnotationVisibility.SchemaRowset">
			<summary>L'annotation est visible dans l'ensemble de lignes de schéma.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Assembly">
			<summary>Représente une bibliothèque COM ou .NET qui peut contenir plusieurs classes avec plusieurs méthodes, toutes étant des procédures stockées potentielles.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Assembly.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Assembly" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Assembly.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Assembly" /> à l'aide d'un nom.</summary>
			<param name="name">A String containing the name of the assembly.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Assembly.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Assembly" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String containing the name of the assembly.</param>
			<param name="id">A String containing a unique identifier for the assembly.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Assembly.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The newly created object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Assembly.CopyTo(Microsoft.AnalysisServices.Assembly)">
			<summary>Copie un assembly vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Assembly.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
			<param name="destination"> </param>
			<param name="forceBodyLoading"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Assembly.ImpersonationInfo">
			<summary>Obtient ou définit les informations d'identification de l'utilisateur sous lesquelles un assembly est exécuté.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AssemblyCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Assembly" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Assembly" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Add(Microsoft.AnalysisServices.Assembly)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Assembly" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Assembly" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Assembly" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Contains(Microsoft.AnalysisServices.Assembly)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Assembly" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Contains(System.String)">
			<summary>Identifie si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Assembly" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Assembly" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Assembly" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Assembly" />, if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.IndexOf(Microsoft.AnalysisServices.Assembly)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of an <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Assembly" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Assembly" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Insert(System.Int32,Microsoft.AnalysisServices.Assembly)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Assembly" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Assembly" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Assembly" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Assembly" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Assembly" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Move(Microsoft.AnalysisServices.Assembly,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Assembly" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Assembly" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Assembly" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Remove(Microsoft.AnalysisServices.Assembly)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Remove(Microsoft.AnalysisServices.Assembly,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AssemblyCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Assembly" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AssemblyCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Assembly" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Assembly" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Assembly" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AssemblyReferencesHelper.GetAssemblyReferences(System.String,System.Collections.Specialized.StringCollection@)">
			<param name="startPoint"> </param>
			<param name="files"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeBinding">
			<summary>Définit un type de données dérivé représentant la liaison pour un élément <see cref="T:Microsoft.AnalysisServices.AttributeBinding" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeBinding.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AttributeBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeBinding.#ctor(System.String,Microsoft.AnalysisServices.AttributeBindingType)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AttributeBinding" /> à l'aide d'un identificateur d'attribut et un type d'attribut.</summary>
			<param name="attributeID">A String that contains a unique identifier for the attribute.</param>
			<param name="type">The attribute binding type.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeBinding.#ctor(System.String,Microsoft.AnalysisServices.AttributeBindingType,System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AttributeBinding" /> à l'aide d'un identificateur d'attribut, d'un type d'attribut et d'une valeur ordinale.</summary>
			<param name="attributeID">A String that contains a unique identifier for the attribute.</param>
			<param name="type">The attribute binding type.</param>
			<param name="ordinal">For key and translation, this indicates the ordinal number within that collection to bind to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeBinding.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The new copy of the object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeBinding.ToString">
			<summary>Convertit un attribut qui effectue une liaison dans une valeur String.</summary>
			<returns>The binding in String form.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeBinding.AttributeID">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.AttributeBinding.AttributeID" /> à utiliser.</summary>
			<returns>An attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeBinding.Ordinal">
			<summary>Obtient ou définit le nombre ordinal qui représente la position pour la liaison dans une collection.</summary>
			<returns>An Integer that represents the ordinal number within a collection to bind to.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeBinding.Type">
			<summary>Obtient ou définit le type d'attribut associé à un objet <see cref="T:Microsoft.AnalysisServices.AttributeBinding" />.</summary>
			<returns>An Enumeration containing the possible binding types.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeBindingType">
			<summary>Définit les types pour un objet <see cref="T:Microsoft.AnalysisServices.AttributeBindingType" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.All">
			<summary>L'attribut est le niveau Tous.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.CustomRollup">
			<summary>Définit les détails d'une colonne qui fournit une formule de cumul personnalisé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.CustomRollupProperties">
			<summary>Définit les détails d'une colonne qui fournit des informations sur les propriétés du cumul personnalisé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.Key">
			<summary>Définit la clé unique qui inclut le type de données de la clé dans OLAP et la liaison.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.Name">
			<summary>Définit la colonne qui fournit le nom de l'attribut.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.SkippedLevels">
			<summary>Définit la colonne qui stocke le nombre de niveaux omis (vides) entre chaque membre et son parent</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.Translation">
			<summary>Représente un jeu de traductions pour l'attribut qui inclut (pour chaque langage) une légende pour l'attribut et une liaison à une colonne contenant les légendes pour les valeurs d'attribut.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.UnaryOperator">
			<summary>Définit la colonne qui fournit un opérateur unaire.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeBindingType.Value">
			<summary>Contient la valeur de l'attribut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermission.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermission.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref=":Microsoft.AnalysisServices.AttributePermission" /> à l'aide d'un identificateur.</summary>
			<param name="attributeID">A String that contains an attribute identifier.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermission.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermission.CopyTo(Microsoft.AnalysisServices.AttributePermission)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> you copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributePermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AttributePermission" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Add(Microsoft.AnalysisServices.AttributePermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> has been added.</returns>
			<param name="attributeID">The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Contains(Microsoft.AnalysisServices.AttributePermission)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributePermission" />, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.IndexOf(Microsoft.AnalysisServices.AttributePermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> specified by attributeID, if the object is found; otherwise, -1.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.AttributePermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AttributePermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> will be inserted.</param>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Move(Microsoft.AnalysisServices.AttributePermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be moved.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> specified by attributeID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Remove(Microsoft.AnalysisServices.AttributePermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Remove(Microsoft.AnalysisServices.AttributePermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributePermissionCollection.Remove(System.String,System.Boolean)">
			<param name="attributeID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributePermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributePermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> specified by the identifier.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.AttributePermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeRelationship">
			<summary>Fournit des détails sur la relation entre un attribut et un autre. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationship.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationship.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> à l'aide d'un identificateur.</summary>
			<param name="attributeId">A String that contains an attribute identifier.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationship.CopyTo(Microsoft.AnalysisServices.AttributeRelationship)">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> actuel dans l'objet passé en tant que paramètre.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> object with a full copy of current attribute relationship.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.Attribute">
			<summary>Obtient ou définit l'objet <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.Attribute" /> auquel la relation actuelle est créée.</summary>
			<returns>An <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.Attribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.AttributeID">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.AttributeID" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> actuel.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.AttributeID" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.Cardinality">
			<summary>Obtient ou définit la cardinalité de la relation entre l'attribut parent actuel et la propriété <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.Attribute" />définie. La cardinalité fait référence à l'attribut défini et non à l'attribut parent.</summary>
			<returns>A Cardinality enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.Name">
			<summary>Obtient ou définit le nom de la relation.</summary>
			<returns>A String value that contains the name of the relationship.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.Optionality">
			<summary>Obtient ou définit la propriété Optionality de la relation entre l'attribut parent et l'attribut actuel.</summary>
			<returns>An Optionality enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.OverrideBehavior">
			<summary>Obtient ou définit la propriété OverrideBehavior de la relation.</summary>
			<returns>An OverrideBehavior enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.Parent">
			<summary>Obtient l'attribut parent de la relation d'attribut actuelle.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object with the parent attribute for the current attribute relationship.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.ParentDatabase">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.ParentDatabase" /> de l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object with the parent database.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.ParentDimension">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.ParentDimension" /> de l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object with the parent dimension.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.ParentServer">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.AttributeRelationship.ParentServer" /> de l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object with the current parent server.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.RelationshipType">
			<summary>Obtient ou définit la propriété RelationshipType de la relation.</summary>
			<returns>A RelationshipType enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.Translations">
			<summary>Obtient la collection de traductions pour la relation d'attribut actuelle.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> object with the translations of the current attribute relationship.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationship.Visible">
			<summary>Obtient ou définit la visibilité actuelle de la relation d'attribut.</summary>
			<returns>A Boolean value with the visibility.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeRelationshipCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Add(Microsoft.AnalysisServices.AttributeRelationship)">
			<summary>Ajoute l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié à la fin de la collection.</summary>
			<returns>The zero-based index where the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> was added.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Add(System.String)">
			<summary>Crée et ajoute l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> défini par attributeIDà la fin de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> that was added to the collection.</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Contains(Microsoft.AnalysisServices.AttributeRelationship)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié.</summary>
			<returns>Returns true if the specified <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> exists in the collection; otherwise, false</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Contains(System.String)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> identifié par attributeId</summary>
			<returns>Returns true if the identified <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> exists in the collection; otherwise, false</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.ContainsName(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> avec le name spécifié.</summary>
			<returns>Returns true if the identified <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> exists in the collection; otherwise, false</returns>
			<param name="name">Specifies the name of the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> avec l'attributeId spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.GetNewName(System.String)">
			<summary>Aide à la création de nouveaux noms numérotés consécutifs qui commencent par namePrefix.</summary>
			<returns>A System.String with the new name.</returns>
			<param name="namePrefix">A string with the prefix for the numbered names.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.IndexOf(Microsoft.AnalysisServices.AttributeRelationship)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié dans la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> has been found in the collection. Otherwise, -1 if the object is not found.</returns>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> identifié par attributeId dans la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> has been found in the collection. Otherwise, -1 if the object is not found.</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.IndexOfName(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> identifié par name dans la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> has been found in the collection. Otherwise, -1 if the object is not found.</returns>
			<param name="name">Specifies the name of the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be located in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Insert(System.Int32,Microsoft.AnalysisServices.AttributeRelationship)">
			<summary>Insère l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié dans la collection à l'emplacement spécifié par index.</summary>
			<param name="index">An int value with the location at which <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> is to be inserted.</param>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> that was inserted to the collection.</returns>
			<param name="index">An int value with the location at which <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> is to be inserted.</param>
			<param name="attributeId">Identifies the attribute of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.IsValidName(System.String)">
			<summary>Vérifie que le name spécifié est un nom valide pour un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" />.</summary>
			<returns>Returns true if name is valid; otherwise, false.</returns>
			<param name="name">Specifies the name to be validated.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.IsValidName(System.String,System.String@)">
			<summary>Vérifie que le name spécifié est un nom valide pour un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> et retourne le message d'erreur si le nom n'est pas valide.</summary>
			<returns>Returns true if name is valid; otherwise, false.</returns>
			<param name="name">Specifies the name to be validated.</param>
			<param name="error">A System.String that holds the error message in case name is invalid.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Move(Microsoft.AnalysisServices.AttributeRelationship,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié vers une nouvelle position d'index dans la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be moved in the collection.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié d'une position à l'autre dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> that was moved in the collection.</returns>
			<param name="fromIndex">Specifies the former index position in the collection</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié dans la collection à la position d'index spécifiée.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> that was moved in the collection.</returns>
			<param name="attributeId">Identifies the attribute of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be moved.</param>
			<param name="toIndex">Specifies the new index position in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Remove(Microsoft.AnalysisServices.AttributeRelationship)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié de la collection.</summary>
			<param name="item">Specifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be removed from the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Remove(System.String)">
			<summary>Supprime un objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> identifié par attributeId de la collection.</summary>
			<param name="attributeId">Identifies the attribute of the <see cref="T:Microsoft.AnalysisServices.Aggregation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Remove(Microsoft.AnalysisServices.AttributeRelationship,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeRelationshipCollection.Remove(System.String,System.Boolean)">
			<param name="attributeId"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationshipCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié de la collection à l'index.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> object.</returns>
			<param name="index">Specifies the zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeRelationshipCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> spécifié de la collection.</summary>
			<returns>The selected <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> object.</returns>
			<param name="attributeId">Identifies the <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeTranslation">
			<summary>Représente une traduction associée à un élément Attribute. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslation.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslation.#ctor(System.Int32)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> à l'aide de valeurs par défaut avec un paramètre de langage spécifié. </summary>
			<param name="language">An Integer representation of the language to be used with the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslation.#ctor(System.Int32,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> à l'aide de valeurs par défaut avec des paramètres de langage et de légende spécifiés. </summary>
			<param name="language">An Integer representation of the language to be used with the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.  </param>
			<param name="caption">The text of the caption. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslation.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The new object clone.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslation.CopyTo(Microsoft.AnalysisServices.AttributeTranslation)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeTranslation.CaptionColumn">
			<summary>Obtient ou définit l'élément de données CaptionColumn associé à l'objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.</summary>
			<returns>The DataItem itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeTranslation.MembersWithDataCaption">
			<summary>Obtient ou définit les membres avec une légende de données associés à un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.</summary>
			<returns>The text assigned to MembersWithDataCaption.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeTranslation.Parent">
			<summary>Obtient l'attribut de dimension parent de l'objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeTranslation.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent associé à l'objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeTranslation.ParentDimension">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> parent associé à l'objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Dimension" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeTranslationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Add(Microsoft.AnalysisServices.AttributeTranslation)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Add(System.Int32)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> avec le langage spécifié à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Add(System.Int32,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> avec le langage et la légende spécifiés à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />.</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be added.</param>
			<param name="caption">The caption of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Contains(Microsoft.AnalysisServices.AttributeTranslation)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.GetByLanguage(System.Int32)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> avec le langage spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" />, with the language specified by lcid, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="lcid">The locale identifier (LCID) of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.IndexOf(Microsoft.AnalysisServices.AttributeTranslation)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Insert(System.Int32,Microsoft.AnalysisServices.AttributeTranslation)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Insert(System.Int32,System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> avec le langage spécifié dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> inserted into the collection.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> will be inserted.</param>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Move(Microsoft.AnalysisServices.AttributeTranslation,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Remove(Microsoft.AnalysisServices.AttributeTranslation)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AttributeTranslationCollection.Remove(Microsoft.AnalysisServices.AttributeTranslation,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AttributeTranslationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AttributeTranslation" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeType">
			<summary>Contient les types d'attribut différents.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Account">
			<summary>Attribut de type Account.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AccountName">
			<summary>Attribut de type AccountName.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AccountNumber">
			<summary>Attribut de type AccountNumber.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AccountType">
			<summary>Attribut de type AccountType.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Address">
			<summary>Attribut de type Address.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressBuilding">
			<summary>Attribut de type AddressBuilding.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressCity">
			<summary>Attribut de type AddressCity.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressCountry">
			<summary>Attribut de type AddressCountry.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressFax">
			<summary>Attribut de type AddressFax.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressFloor">
			<summary>Attribut de type AddressFloor.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressHouse">
			<summary>Attribut de type AddressHouse.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressPhone">
			<summary>Attribut de type AddressPhone.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressQuarter">
			<summary>Attribut de type AddressQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressRoom">
			<summary>Attribut de type AddressRoom.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressStateOrProvince">
			<summary>Attribut de type AddressStateOrProvince.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressStreet">
			<summary>Attribut de type AddressStreet.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.AddressZip">
			<summary>Attribut de type AddressZip.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.BomResource">
			<summary>Attribut de type BomResource.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Caption">
			<summary>Attribut de type Caption.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CaptionAbbreviation">
			<summary>Attribut de type CaptionAbbreviation.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CaptionDescription">
			<summary>Attribut de type CaptionDescription.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Channel">
			<summary>Attribut de type Channel.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.City">
			<summary>Attribut de type City.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Company">
			<summary>Attribut de type Company.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Continent">
			<summary>Attribut de type Continent.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Country">
			<summary>Attribut de type Country.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.County">
			<summary>Attribut de type County.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CurrencyDestination">
			<summary>Attribut de type CurrencyDestination.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CurrencyIsoCode">
			<summary>Attribut de type CurrencyIsoCode.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CurrencyName">
			<summary>Attribut de type CurrencyName.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CurrencySource">
			<summary>Attribut de type CurrencySource.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CustomerGroup">
			<summary>Attribut de type CustomerGroup.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.CustomerHousehold">
			<summary>Attribut de type CustomerHousehold.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Customers">
			<summary>Attribut de type Customers.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Date">
			<summary>Attribut de type Date.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DateCanceled">
			<summary>Attribut de type DateCanceled.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DateDuration">
			<summary>Attribut de type DateDuration.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DateEnded">
			<summary>Attribut de type DateEnded.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DateModified">
			<summary>Attribut de type DateModified.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DateStart">
			<summary>Attribut de type DateStart.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DayOfHalfYear">
			<summary>Attribut de type DayOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DayOfMonth">
			<summary>Attribut de type DayOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DayOfQuarter">
			<summary>Attribut de type DayOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DayOfTenDays">
			<summary>Attribut de type DayOfTenDays.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DayOfTrimester">
			<summary>Attribut de type DayOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DayOfWeek">
			<summary>Attribut de type DayOfWeek.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DayOfYear">
			<summary>Attribut de type DayOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Days">
			<summary>Attribut de type Days.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.DeletedFlag">
			<summary>Attribut de type DeletedFlag.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalDate">
			<summary>Attribut de type FiscalDate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalDayOfHalfYear">
			<summary>Attribut de type FiscalDayOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalDayOfMonth">
			<summary>Attribut de type FiscalDayOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalDayOfQuarter">
			<summary>Attribut de type FiscalDayOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalDayOfTrimester">
			<summary>Attribut de type FiscalDayOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalDayOfWeek">
			<summary>Attribut de type FiscalDayOfWeek.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalDayOfYear">
			<summary>Attribut de type FiscalDayOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalHalfYearOfYear">
			<summary>Attribut de type FiscalHalfYears.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalHalfYears">
			<summary>Attribut de type FiscalHalfYearOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalMonthOfHalfYear">
			<summary>Attribut de type FiscalMonths.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalMonthOfQuarter">
			<summary>Attribut de type FiscalMonthOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalMonthOfTrimester">
			<summary>Attribut de type FiscalMonthOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalMonthOfYear">
			<summary>Attribut de type FiscalMonthOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalMonths">
			<summary>Attribut de type FiscalMonthOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalQuarterOfHalfYear">
			<summary>Attribut de type FiscalQuarters.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalQuarterOfYear">
			<summary>Attribut de type FiscalQuarterOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalQuarters">
			<summary>Attribut de type FiscalQuarterOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalTrimesterOfYear">
			<summary>Attribut de type FiscalTrimesters.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalTrimesters">
			<summary>Attribut de type FiscalTrimesterOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalWeekOfHalfYear">
			<summary>Attribut de type FiscalWeeks.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalWeekOfMonth">
			<summary>Attribut de type FiscalWeekOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalWeekOfQuarter">
			<summary>Attribut de type FiscalWeekOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalWeekOfTrimester">
			<summary>Attribut de type FiscalWeekOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalWeekOfYear">
			<summary>Attribut de type FiscalWeekOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalWeeks">
			<summary>Attribut de type FiscalWeekOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FiscalYears">
			<summary>Attribut de type FiscalYears.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FormattingColor">
			<summary>Attribut de type FormattingColor.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FormattingFont">
			<summary>Attribut de type FormattingFont.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FormattingFontEffects">
			<summary>Attribut de type FormattingFontEffects.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FormattingFontSize">
			<summary>Attribut de type FormattingFontSize.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FormattingOrder">
			<summary>Attribut de type FormattingOrder.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.FormattingSubtotal">
			<summary>Attribut de type FormattingSubtotal.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoBoundaryBottom">
			<summary>Attribut de type GeoBoundaryBottom.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoBoundaryFront">
			<summary>Attribut de type GeoBoundaryFront.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoBoundaryLeft">
			<summary>Attribut de type GeoBoundaryLeft.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoBoundaryPolygon">
			<summary>Attribut de type GeoBoundaryPolygon.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoBoundaryRear">
			<summary>Attribut de type GeoBoundaryRear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoBoundaryRight">
			<summary>Attribut de type GeoBoundaryRight.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoBoundaryTop">
			<summary>Attribut de type GeoBoundaryTop.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoCentroidX">
			<summary>Attribut de type GeoCentroidX.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoCentroidY">
			<summary>Attribut de type GeoCentroidY.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.GeoCentroidZ">
			<summary>Attribut de type GeoCentroidZ.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.HalfYearOfYear">
			<summary>Attribut de type HalfYears.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.HalfYears">
			<summary>Attribut de type HalfYearOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Hours">
			<summary>Attribut de type Hours.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ID">
			<summary>Attribut de type ID.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Image">
			<summary>Attribut de type Image.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ImageBmp">
			<summary>Attribut de type ImageBmp.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ImageGif">
			<summary>Attribut de type ImageGif.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ImageJpg">
			<summary>Attribut de type ImageJpg.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ImagePng">
			<summary>Attribut de type ImagePng.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ImageTiff">
			<summary>Attribut de type ImageTiff.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.IsHoliday">
			<summary>Attribut de type IsHoliday.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Iso8601Date">
			<summary>Attribut de type Iso8601Date.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Iso8601DayOfWeek">
			<summary>Attribut de type Iso8601DayOfWeek.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Iso8601DayOfYear">
			<summary>Attribut de type Iso8601DayOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Iso8601WeekOfYear">
			<summary>Attribut de type Iso8601Weeks.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Iso8601Weeks">
			<summary>Attribut de type Iso8601WeekOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Iso8601Years">
			<summary>Attribut de type Iso8601Years.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.IsPeakDay">
			<summary>Représente un jour pendant la période de pointe.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.IsWeekDay">
			<summary>Attribut de type IsWeekDay.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.IsWorkingDay">
			<summary>Représente un jour pendant la semaine de travail.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingDate">
			<summary>Attribut de type ManufacturingDate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingDayOfHalfYear">
			<summary>Attribut de type ManufacturingDayOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingDayOfMonth">
			<summary>Attribut de type ManufacturingDayOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingDayOfQuarter">
			<summary>Attribut de type ManufacturingDayOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingDayOfWeek">
			<summary>Attribut de type ManufacturingDayOfWeek.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingDayOfYear">
			<summary>Attribut de type ManufacturingDayOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingHalfYearOfYear">
			<summary>Attribut de type ManufacturingHalfYears.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingHalfYears">
			<summary>Attribut de type ManufacturingHalfYearOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingMonthOfHalfYear">
			<summary>Attribut de type ManufacturingMonths.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingMonthOfQuarter">
			<summary>Attribut de type ManufacturingMonthOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingMonthOfYear">
			<summary>Attribut de type ManufacturingMonthOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingMonths">
			<summary>Attribut de type ManufacturingMonthOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingQuarterOfHalfYear">
			<summary>Attribut de type ManufacturingQuarters.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingQuarterOfYear">
			<summary>Attribut de type ManufacturingQuarterOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingQuarters">
			<summary>Attribut de type ManufacturingQuarterOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingWeekOfHalfYear">
			<summary>Attribut de type ManufacturingWeeks.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingWeekOfMonth">
			<summary>Attribut de type ManufacturingWeekOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingWeekOfQuarter">
			<summary>Attribut de type ManufacturingWeekOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingWeekOfYear">
			<summary>Attribut de type ManufacturingWeekOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingWeeks">
			<summary>Attribut de type ManufacturingWeekOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ManufacturingYears">
			<summary>Attribut de type ManufacturingYears.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Minutes">
			<summary>Attribut de type Minutes.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.MonthOfHalfYear">
			<summary>Attribut de type Months.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.MonthOfQuarter">
			<summary>Attribut de type MonthOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.MonthOfTrimester">
			<summary>Attribut de type MonthOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.MonthOfYear">
			<summary>Attribut de type MonthOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Months">
			<summary>Attribut de type MonthOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.OrganizationalUnit">
			<summary>Attribut de type OrganizationalUnit.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.OrgTitle">
			<summary>Attribut de type OrgTitle.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PercentOwnership">
			<summary>Attribut de type PercentOwnership.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PercentVoteRight">
			<summary>Attribut de type PercentVoteRight.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Person">
			<summary>Attribut de type Person.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PersonContact">
			<summary>Attribut de type PersonContact.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PersonDemographic">
			<summary>Attribut de type PersonDemographic.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PersonFirstName">
			<summary>Attribut de type PersonFirstName.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PersonFullName">
			<summary>Attribut de type PersonFullName.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PersonLastName">
			<summary>Attribut de type PersonLastName.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PersonMiddleName">
			<summary>Attribut de type PersonMiddleName.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalColor">
			<summary>Attribut de type PhysicalColor.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalDensity">
			<summary>Attribut de type PhysicalDensity.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalDepth">
			<summary>Attribut de type PhysicalDepth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalHeight">
			<summary>Attribut de type PhysicalHeight.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalSize">
			<summary>Attribut de type PhysicalSize.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalVolume">
			<summary>Attribut de type PhysicalVolume.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalWeight">
			<summary>Attribut de type PhysicalWeight.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PhysicalWidth">
			<summary>Attribut de type PhysicalWidth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Point">
			<summary>Attribut de type Point.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.PostalCode">
			<summary>Attribut de type PostalCode.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Product">
			<summary>Attribut de type Product.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProductBrand">
			<summary>Attribut de type ProductBrand.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProductCategory">
			<summary>Attribut de type ProductCategory.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProductGroup">
			<summary>Attribut de type ProductGroup.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProductSku">
			<summary>Attribut de type ProductSKU.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Project">
			<summary>Attribut de type Project.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProjectCode">
			<summary>Attribut de type ProjectCode.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProjectCompletion">
			<summary>Attribut de type ProjectCompletion.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProjectEndDate">
			<summary>Attribut de type ProjectEndDate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProjectName">
			<summary>Attribut de type ProjectName.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ProjectStartDate">
			<summary>Attribut de type ProjectStartDate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Promotion">
			<summary>Attribut de type Promotion.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.QtyRangeHigh">
			<summary>Attribut de type QtyRangeHigh.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.QtyRangeLow">
			<summary>Attribut de type QtyRangeLow.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Quantitative">
			<summary>Attribut de type Quantitative.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.QuarterOfHalfYear">
			<summary>Attribut de type Quarters.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.QuarterOfYear">
			<summary>Attribut de type QuarterOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Quarters">
			<summary>Attribut de type QuarterOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Rate">
			<summary>Attribut de type Rate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.RateType">
			<summary>Attribut de type RateType.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Region">
			<summary>Attribut de type Region.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Regular">
			<summary>Attribut de type Regular.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.RelationToParent">
			<summary>Attribut de type RelationToParent.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingDate">
			<summary>Attribut de type ReportingDate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingDayOfHalfYear">
			<summary>Attribut de type ReportingDayOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingDayOfMonth">
			<summary>Attribut de type ReportingDayOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingDayOfQuarter">
			<summary>Attribut de type ReportingDayOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingDayOfTrimester">
			<summary>Attribut de type ReportingDayOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingDayOfWeek">
			<summary>Attribut de type ReportingDayOfWeek.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingDayOfYear">
			<summary>Attribut de type ReportingDayOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingHalfYearOfYear">
			<summary>Attribut de type ReportingHalfYears.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingHalfYears">
			<summary>Attribut de type ReportingHalfYearOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingMonthOfHalfYear">
			<summary>Attribut de type ReportingMonths.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingMonthOfQuarter">
			<summary>Attribut de type ReportingMonthOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingMonthOfTrimester">
			<summary>Attribut de type ReportingMonthOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingMonthOfYear">
			<summary>Attribut de type ReportingMonthOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingMonths">
			<summary>Attribut de type ReportingMonthOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingQuarterOfHalfYear">
			<summary>Attribut de type ReportingQuarters.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingQuarterOfYear">
			<summary>Attribut de type ReportingQuarterOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingQuarters">
			<summary>Attribut de type ReportingQuarterOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingTrimesterOfYear">
			<summary>Attribut de type ReportingTrimesters.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingTrimesters">
			<summary>Attribut de type ReportingTrimesterOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingWeekOfHalfYear">
			<summary>Attribut de type ReportingWeeks.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingWeekOfMonth">
			<summary>Attribut de type ReportingWeekOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingWeekOfQuarter">
			<summary>Attribut de type ReportingWeekOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingWeekOfTrimester">
			<summary>Attribut de type ReportingWeekOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingWeekOfYear">
			<summary>Attribut de type ReportingWeekOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingWeeks">
			<summary>Attribut de type ReportingWeekOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ReportingYears">
			<summary>Attribut de type ReportingYears.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Representative">
			<summary>Attribut de type Representative.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ScdEndDate">
			<summary>Attribut de type ScdEndDate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ScdOriginalID">
			<summary>Attribut de type ScdOriginalID.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ScdStartDate">
			<summary>Attribut de type ScdStartDate.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ScdStatus">
			<summary>Attribut de type ScdStatus.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Scenario">
			<summary>Attribut de type Scenario.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Seconds">
			<summary>Attribut de type Seconds.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Sequence">
			<summary>Attribut de type Sequence.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.ShortCaption">
			<summary>Attribut de type ShortCaption.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.StateOrProvince">
			<summary>Attribut de type StateOrProvince.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.TenDayOfHalfYear">
			<summary>Attribut de type TenDay.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.TenDayOfMonth">
			<summary>Attribut de type TenDayOfHalfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.TenDayOfQuarter">
			<summary>Attribut de type TenDayOfMonth.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.TenDayOfTrimester">
			<summary>Attribut de type TenDayOfQuarter.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.TenDayOfYear">
			<summary>Attribut de type TenDayOfTrimester.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.TenDays">
			<summary>Attribut de type TenDayOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.TrimesterOfYear">
			<summary>Attribut de type Trimesters.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Trimesters">
			<summary>Attribut de type TrimesterOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.UndefinedTime">
			<summary>Attribut de type UndefinedTime.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Utility">
			<summary>Attribut de type Utility.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Version">
			<summary>Attribut de type Version.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.WebHtml">
			<summary>Attribut de type WebHtml.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.WebMailAlias">
			<summary>Attribut de type WebMailAlias.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.WebUrl">
			<summary>Attribut de type WebUrl.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.WebXmlOrXsl">
			<summary>Attribut de type WebXmlOrXsl.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.WeekOfYear">
			<summary>Attribut de type WeekOfYear.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Weeks">
			<summary>Attribut de type Weeks.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.WinterSummerSeason">
			<summary>Attribut de type WinterSummerSeason.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeType.Years">
			<summary>Attribut de type Years.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AttributeUsage">
			<summary>Définit la manière dont un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> peut être utilisé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeUsage.Key">
			<summary>Représente l'élément clé dans une clé d'élément unique ou l'un des éléments dans une clé d'éléments multiples.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeUsage.Parent">
			<summary>Représente le parent dans une dimension parent-enfant.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AttributeUsage.Regular">
			<summary>Représente que l'attribut est un attribut régulier.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.BackupInfo">
			<summary>Stocke les informations nécessaires pour sauvegarder une base de données Microsoft SQL Server 2005 Analysis Services (SSAS) sur un fichier de sauvegarde. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> à l'aide du nom du fichier de sauvegarde.</summary>
			<param name="File">The name of the file to backup to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> à l'aide d'un nom de fichier et indique si les informations de remplacement sont autorisées.</summary>
			<param name="File">The file name to backup to.</param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> à l'aide d'un nom de fichier et indique si le remplacement et la sauvegarde des partitions distantes sont autorisés.</summary>
			<param name="file">The file name to backup to.</param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
			<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[])">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> à l'aide d'un nom de fichier, indique si le remplacement et la sauvegarde des partitions distantes sont autorisés et spécifie les emplacements de stockage de la sauvegarde.</summary>
			<param name="File">The file name to backup to.</param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
			<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
			<param name="locations">The locations for all remote partitions.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> à l'aide d'un nom de fichier, indique si le remplacement et la sauvegarde des partitions distantes sont autorisés, spécifie l'emplacement de stockage de la sauvegarde et indique si la compression est appliquée.</summary>
			<param name="File">The file name to backup to.</param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
			<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
			<param name="locations">The locations where the backup will be stored.</param>
			<param name="applyCompression">true if compression is applied during the backup process; otherwise, false.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> à l'aide d'un nom de fichier, indique si le remplacement et la sauvegarde des partitions distantes sont autorisés, spécifie l'emplacement de stockage de la sauvegarde, indique si la compression est appliquée et spécifie un mot de passe.</summary>
			<param name="file">The file name to backup to.</param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
			<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
			<param name="locations">The locations where the backup will be stored.</param>
			<param name="applyCompression">true if compression is applied during the backup process; otherwise, false.</param>
			<param name="password">A String containing the password.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupInfo.AllowOverwrite">
			<summary>Obtient ou définit la propriété qui indique si les fichiers de destination peuvent être remplacés pendant la sauvegarde.</summary>
			<returns>true if the destination files can be overwritten; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupInfo.ApplyCompression">
			<summary>Obtient ou définit la propriété qui indique si la sauvegarde sera ou non compressée.</summary>
			<returns>true if the backup will be compressed; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupInfo.BackupRemotePartitions">
			<summary>Obtient ou définit la propriété qui indique si les partitions distantes seront ou non sauvegardées.</summary>
			<returns>true if remote partitions will be backed up; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupInfo.File">
			<summary>Obtient ou définit le nom du fichier de sauvegarde.</summary>
			<returns>A String containing the name of the file.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupInfo.Locations">
			<summary>Obtient ou définit les emplacements de stockage de la sauvegarde.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.BackupLocationCollection" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupInfo.Password">
			<summary>Obtient ou définit le mot de passe à utiliser pour le chiffrement du fichier de sauvegarde.</summary>
			<returns>A String containing the password.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.BackupLocation">
			<summary>Représente l'emplacement où sera copié un fichier pendant la sauvegarde. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocation.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocation.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> en spécifiant le nom de fichier et le nom de source de données. </summary>
			<param name="File">The file for the backup location.</param>
			<param name="dataSourceID">The name of the data source on the server to back up.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupLocation.DataSourceID">
			<summary>Obtient ou définit le nom de source de données sur le serveur à sauvegarder.</summary>
			<returns>The data source identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupLocation.File">
			<summary>Obtient ou définit le nom du fichier où sauvegarder la source de données.</summary>
			<returns>The file name.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.BackupLocationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.BackupLocation" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Add(Microsoft.AnalysisServices.BackupLocation)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Contains(Microsoft.AnalysisServices.BackupLocation)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.IndexOf(Microsoft.AnalysisServices.BackupLocation)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Insert(System.Int32,Microsoft.AnalysisServices.BackupLocation)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Remove(Microsoft.AnalysisServices.BackupLocation)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.Item(System.Int32)">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.Binding">
			<summary>Sert de classe de base de laquelle toutes les liaisons sont dérivées.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Binding.#ctor">
			<summary>Initialise une nouvelle instance d'un objet de liaison implémenté par la classe dérivée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Binding.CopyTo(Microsoft.AnalysisServices.Binding)">
			<summary>Transfère une copie complète de l'objet actuel vers une liaison spécifiée.</summary>
			<returns>A reference to the copied object.</returns>
			<param name="obj">Specifies the binding object where the current object is to be copied.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Binding.Parent">
			<summary>Obtient l'objet parent de l'objet actuel.</summary>
			<returns>The parent object for current object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.BindingCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Binding" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Binding" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.Add(Microsoft.AnalysisServices.Binding)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Binding" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Binding" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Binding" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.Clear">
			<summary>Supprime tous les éléments de la collection. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.Contains(Microsoft.AnalysisServices.Binding)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Binding" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Binding" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Binding" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers des objets <see cref="T:System.Array" /> unidimensionnels compatibles, en commençant à l'index spécifié du tableau cible. Cette classe ne peut pas être héritée. </summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.IndexOf(Microsoft.AnalysisServices.Binding)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Binding" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Binding" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Binding" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.Insert(System.Int32,Microsoft.AnalysisServices.Binding)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Binding" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Binding" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Binding" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.Remove(Microsoft.AnalysisServices.Binding)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Binding" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Binding" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.BindingCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Binding" /> à l'index spécifié dans la collection. Cette classe ne peut pas être héritée. </summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Binding" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.BindingCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.Binding" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.Binding" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.BindingCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Binding" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Binding" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Binding" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CalculatedMeasureBinding">
			<summary>XXX. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculatedMeasureBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CalculatedMeasureBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculatedMeasureBinding.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="measureName">The name of the calculated measure.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CalculationProperty">
			<summary>Représente une collection de propriétés d'interface utilisateur pour un calcul utilisé dans un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationProperty.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationProperty.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> à l'aide d'un paramètre de référence de calcul.</summary>
			<param name="calculationReference">Points to the name of the calculation defined in the MDX script object.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationProperty.#ctor(System.String,Microsoft.AnalysisServices.CalculationType)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> à l'aide d'une référence de calcul et d'un paramètre de type.</summary>
			<param name="calculationReference">Points to the name of the calculation defined in the MDX script object.</param>
			<param name="type">Specifies the type of MDX script calculation.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationProperty.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationProperty.CopyTo(Microsoft.AnalysisServices.CalculationProperty)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="Obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.AssociatedMeasureGroupID">
			<summary>Obtient ou définit un identificateur de groupe de mesures associé pour un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An associated measure group identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.BackColor">
			<summary>Obtient ou définit la couleur d'arrière-plan pour un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>The name of the background color.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.CalculationReference">
			<summary>Obtient ou définit le nom du calcul défini dans l'objet du script MDX.</summary>
			<returns>The name of the named set or calculated cell referenced by the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.CalculationType">
			<summary>Obtient ou définit le type de calcul associé à un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>A calculation type.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.Description">
			<summary>Obtient ou définit la description d'un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>The object description.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.DisplayFolder">
			<summary>Obtient ou définit le dossier dans lequel répertorier l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> parent.</summary>
			<returns>The display folder path.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.FontFlags">
			<summary>Obtient ou définit les caractéristiques des polices d'affichage de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.FontName">
			<summary>Obtient ou définit le nom de la police de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.FontSize">
			<summary>Obtient ou définit le nom de la police de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.ForeColor">
			<summary>Obtient ou définit la couleur de premier-plan pour un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>The name of the foreground color.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.FormatString">
			<summary>Obtient ou définit le format d'affichage pour un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.Language">
			<summary>Obtient ou définit le langage associé à un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An Integer representing the language.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.NonEmptyBehavior">
			<summary>Obtient ou définit le comportement non vide pour un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> parent.</summary>
			<returns>The type of behavior specified.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.Parent">
			<summary>Obtient le script MDX qui définit le parent d'un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An MDX script.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.SolveOrder">
			<summary>Obtient ou définit la valeur d'ordre de résolution pour un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>An Integer indicator of solve order.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.Translations">
			<summary>Obtient les traductions associées à un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationProperty.Visible">
			<summary>Obtient ou définit la propriété de visibilité associée à un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</summary>
			<returns>true if visibility is enabled; otherwise, false.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CalculationPropertyCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Add(Microsoft.AnalysisServices.CalculationProperty)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> has been added.</returns>
			<param name="calculationReference">The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Contains(Microsoft.AnalysisServices.CalculationProperty)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> is contained in the collection; otherwise, false.</returns>
			<param name="calculationReference">The identifier of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="calculationReference">The identifier of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.IndexOf(Microsoft.AnalysisServices.CalculationProperty)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> specified by calculationReference if the object is found; otherwise, -1.</returns>
			<param name="calculationReference">The identifier of a <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Insert(System.Int32,Microsoft.AnalysisServices.CalculationProperty)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CalculationProperty" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> will be inserted.</param>
			<param name="calculationReference">The identifier of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Move(Microsoft.AnalysisServices.CalculationProperty,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be moved.</returns>
			<param name="calculationReference">The identifier of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> specified by calculationReference.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Remove(Microsoft.AnalysisServices.CalculationProperty)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="calculationReference">The identifier of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Remove(Microsoft.AnalysisServices.CalculationProperty,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CalculationPropertyCollection.Remove(System.String,System.Boolean)">
			<param name="calculationReference"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationPropertyCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CalculationPropertyCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> specified by the identifier.</returns>
			<param name="calculationReference">The identifier of the <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CalculationType">
			<summary>Décrit le type de calcul défini dans l'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> associé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CalculationType.Member">
			<summary>L'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> s'applique à une définition de membre calculé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CalculationType.Set">
			<summary>L'objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> s'applique à une définition de jeu nommé.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.CalendarType">
			<summary>Décrit le type de calendrier à utiliser pour la hiérarchie de temps.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CalendarType.Fiscal">
			<summary>Le calendrier est basé sur un calendrier fiscal.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CalendarType.Iso8601">
			<summary>Le calendrier est basé sur le calendrier ISO 8601.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CalendarType.Manufacturing">
			<summary>Le calendrier est basé sur un calendrier de fabrication (13 périodes).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CalendarType.Reporting">
			<summary>Le calendrier est basé sur un calendrier dans lequel un mois dans le trimestre a 5 semaines et les deux autres mois ont 4 semaines.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CalendarType.Standard">
			<summary>Le calendrier est basé sur le calendrier grégorien de 12 mois qui commence le 1er janvier et se termine le 31 décembre.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Cardinality">
			<summary>Représente la cardinalité d'une relation.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.Cardinality.Many">
			<summary>Relation plusieurs-à-un</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.Cardinality.One">
			<summary>Relation un-à-un</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.CellPermission">
			<summary>Spécifie l'objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> pour une ou plusieurs cellules dans un cube. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermission.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermission.#ctor(Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> qui spécifie les fonctionnalités d'accès en lecture/écriture.</summary>
			<param name="access">Specifies the type of access.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermission.#ctor(Microsoft.AnalysisServices.CellPermissionAccess,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> à l'aide d'un paramètre d'accès et d'expression.</summary>
			<param name="access">A description of the access permission level.</param>
			<param name="expression">A String which is interpreted as an MDX expression by the server. It evaluates to true or false (Boolean) by the server. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermission.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CellPermission" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermission.CopyTo(Microsoft.AnalysisServices.CellPermission)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CellPermission.Access">
			<summary>Obtient ou définit les valeurs <see cref="P:Microsoft.AnalysisServices.CellPermission.Access" /> associées à un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" />.</summary>
			<returns>A description of the access permission level.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CellPermission.Description">
			<summary>Obtient ou définit la description associée à un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" />.</summary>
			<returns>A description of cell permissions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CellPermission.Expression">
			<summary>Obtient ou définit l'expression MDX associée à un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" />.</summary>
			<returns>An MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CellPermission.ParentDatabase">
			<summary>Obtient la propriété <see cref="P:Microsoft.AnalysisServices.Action.ParentDatabase" /> qui est le parent de l'objet <see cref=":Microsoft.AnalysisServices.CellPermission" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A database.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CellPermission.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref=":Microsoft.AnalysisServices.CellPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CellPermissionAccess">
			<summary>Indique le niveau d'accès donné à un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CellPermissionAccess.Read">
			<summary>L'accès en lecture seule est autorisé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CellPermissionAccess.ReadContingent">
			<summary>L'accès de lecture du contingent est autorisé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.CellPermissionAccess.ReadWrite">
			<summary>L'accès en lecture/écriture est autorisé.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.CellPermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.CellPermission" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Add(Microsoft.AnalysisServices.CellPermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Add(Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée à la fin de la collection.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.CellPermission" /> with the specified <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value.</returns>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Contains(Microsoft.AnalysisServices.CellPermission)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Contains(Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Find(Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Obtient le premier objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée, de la collection.</summary>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.IndexOf(Microsoft.AnalysisServices.CellPermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.IndexOf(Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> if the object is found; otherwise, -1.</returns>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.CellPermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CellPermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" />avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.CellPermission" /> with the specified <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CellPermission" /> will be inserted.</param>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Move(Microsoft.AnalysisServices.CellPermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Move(Microsoft.AnalysisServices.CellPermissionAccess,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée vers un nouvel index dans la collection.</summary>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> with the value specified by access.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Remove(Microsoft.AnalysisServices.CellPermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Remove(Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Supprime un objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée, de la collection.</summary>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Remove(Microsoft.AnalysisServices.CellPermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CellPermissionCollection.Remove(Microsoft.AnalysisServices.CellPermissionAccess,System.Boolean)">
			<param name="access"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CellPermissionCollection.Item(Microsoft.AnalysisServices.CellPermissionAccess)">
			<summary>Obtient le premier objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> spécifiée, de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> with the specified <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value.</returns>
			<param name="access">The <see cref="T:Microsoft.AnalysisServices.CellPermissionAccess" /> value of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CellPermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CellPermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CellPermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CellPermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ClrAssembly">
			<summary>Vous permet de gérer et d'utiliser un objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssembly.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssembly.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssembly.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssembly.CopyTo(Microsoft.AnalysisServices.ClrAssembly)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssembly.LoadFiles(System.String,System.Boolean)">
			<summary>Charge un assembly managé avec ou sans informations de débogage.</summary>
			<param name="mainFilePath">A fully articulated path to the main file for loading.</param>
			<param name="loadPdbs">This Boolean controls whether or not to load the debug information.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ClrAssembly.Files">
			<summary>Obtient la collection de fichiers associée à un objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />.</summary>
			<returns>A ClrAssemblyFile collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ClrAssembly.PermissionSet">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.ClrAssembly.PermissionSet" /> pour un objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />.</summary>
			<returns>A <see cref="P:Microsoft.AnalysisServices.ClrAssembly.PermissionSet" /> enumeration.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ClrAssemblyFile">
			<summary>Contient le nom, le type de débogage et le bloc de données pour un objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.#ctor(System.String,Microsoft.AnalysisServices.ClrAssemblyFileType)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> à l'aide d'un nom et d'un type.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</param>
			<param name="type">An Enumeration indicating the debug status of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.CopyTo(Microsoft.AnalysisServices.ClrAssemblyFile)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> vers l'objet spécifié.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.LoadData(System.String)">
			<param name="path"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ClrAssemblyFile.Data">
			<summary>Obtient les données associées à un objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</summary>
			<returns>The block of data.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ClrAssemblyFile.Name">
			<summary>Contient le nom de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</summary>
			<returns>A file name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ClrAssemblyFile.Type">
			<summary>Obtient ou définit le type de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> où le type fait référence à l'état de débogage.</summary>
			<returns>The debug status.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ClrAssemblyFileCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Add(Microsoft.AnalysisServices.ClrAssemblyFile)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Contains(Microsoft.AnalysisServices.ClrAssemblyFile)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.IndexOf(Microsoft.AnalysisServices.ClrAssemblyFile)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Insert(System.Int32,Microsoft.AnalysisServices.ClrAssemblyFile)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Remove(Microsoft.AnalysisServices.ClrAssemblyFile)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Item(System.Int32)">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ClrAssemblyFileType">
			<summary>Identifie le type de fichier d'un objet <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ClrAssemblyFileType.Debug">
			<summary>Fichier .pdb avec les informations de débogage.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ClrAssemblyFileType.Dependent">
			<summary>Assembly CLR qui contient les fonctions d'assistance pour les fonctions publiquement visibles.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ClrAssemblyFileType.Main">
			<summary>Assembly CLR qui contient les fonctions publiquement visibles pour les utilisateurs appelées à partir des procédures stockées, des instructions MDX ou des instructions DMX.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.CollectionChangeEventArgs">
			<summary>Fournit des données à l'événement modifié de collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.CollectionChangeEventArgs.Element">
			<summary>Retourne des données à un événement modifié de collection.</summary>
			<returns>An object that contains the collection changed event data</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CollectionChangeEventHandler">
			<summary>Représente la méthode qui gère l'événement OnCollectionChange.</summary>
			<param name="sender">Represents the event calling the object.</param>
			<param name="e">Specifies the <see cref="T:Microsoft.AnalysisServices.CollectionChangeEventArgs" /> that contains the event data. </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ColumnBinding">
			<summary>Définit une liaison entre une source de données et une colonne. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ColumnBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ColumnBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ColumnBinding.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ColumnBinding" /> pour la table et la colonne spécifiées.</summary>
			<param name="tableID">A String that contains the identifier of the table.</param>
			<param name="columnID">A String that contains the identifier of the column.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ColumnBinding.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.ColumnBinding" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.ColumnBinding" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ColumnBinding.ToString">
			<summary>Retourne une valeur System.String qui représente la table et la colonne dans l'objet <see cref="T:Microsoft.AnalysisServices.ColumnBinding" /> actuel.</summary>
			<returns>A System.String with TableID.ColumnID.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ColumnBinding.ColumnID">
			<summary>Obtient ou définit la valeur ColumnId de l'objet <see cref="T:Microsoft.AnalysisServices.ColumnBinding" />. </summary>
			<returns>A String with the ColumnId of the <see cref="T:Microsoft.AnalysisServices.ColumnBinding" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ColumnBinding.TableID">
			<summary>Obtient ou définit la valeur TableId de l'objet <see cref="T:Microsoft.AnalysisServices.ColumnBinding" />.</summary>
			<returns>A String with the TableId of the <see cref="T:Microsoft.AnalysisServices.ColumnBinding" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ComAssembly">
			<summary>Vous permet de gérer et d'utiliser un objet <see cref="T:Microsoft.AnalysisServices.ComAssembly" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ComAssembly.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ComAssembly" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ComAssembly.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ComAssembly" /> à l'aide de l'assembly spécifié.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ComAssembly" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ComAssembly.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ComAssembly" /> à l'aide de l'assembly spécifié et de son identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ComAssembly" />.</param>
			<param name="id">A String that contains the identifier of the <see cref="T:Microsoft.AnalysisServices.ComAssembly" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ComAssembly.CopyTo(Microsoft.AnalysisServices.ComAssembly)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.ComAssembly" /> actuel dans l'objet passé en tant que paramètre.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.ComAssembly" /> object.</returns>
			<param name="obj">Specifies the <see cref="T:Microsoft.AnalysisServices.ComAssembly" /> object into which the current object is to be copied.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ComAssembly.Source">
			<summary>Obtient ou définit la source où se trouve le fichier assembly COM.</summary>
			<returns>A System.String value with the source where the COM assembly file is located.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.Command">
			<summary>Représente une commande qui est disponible dans le contexte de l'élément parent de l'objet <see cref="T:Microsoft.AnalysisServices.CommandCollection" />. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Command.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Command" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Command.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Command" /> à l'aide d'un nom.</summary>
			<param name="text">A string containing the parameter reference.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Command.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Command.CopyTo(Microsoft.AnalysisServices.Command)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Command" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Command.Text">
			<summary>Obtient ou définit un texte de commande pour un lot.</summary>
			<returns>A string text with the batch command.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CommandCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Command" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Command" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.Add(Microsoft.AnalysisServices.Command)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Command" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Command" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Command" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements will be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.Contains(Microsoft.AnalysisServices.Command)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Command" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Command" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Command" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.IndexOf(Microsoft.AnalysisServices.Command)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Command" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Command" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Command" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.Insert(System.Int32,Microsoft.AnalysisServices.Command)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Command" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Command" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Command" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.Remove(Microsoft.AnalysisServices.Command)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Command" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Command" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CommandCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Command" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Command" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CommandCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.Command" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.Command" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CommandCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Command" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Command" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Command" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ConnectionException">
			<summary>Exception levée lorsqu'un problème de connexion survient entre le serveur et l'application actuelle. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ConnectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Définit l'objet <see cref="System.Runtime.Serialization.SerializationInfo" /> avec des informations sur l'exception.</summary>
			<param name="info">The <see cref="System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
			<param name="context">The <see cref="System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionException.ExceptionCause">
			<summary>Retourne une valeur <see cref="T:Microsoft.AnalysisServices.ConnectionExceptionCause" /> pour expliquer l'origine de l'exception.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ConnectionExceptionCause" /> value which explains the origin of the exception.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ConnectionExceptionCause">
			<summary>Contient les valeurs pour les exceptions générées lorsqu'une erreur se produit lors de la connexion entre le serveur et l'application cliente actuelle.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionExceptionCause.AuthenticationFailed">
			<summary>Les informations d'identification présentées au moment de la connexion ont été refusées par le serveur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionExceptionCause.IncompatibleVersion">
			<summary>L'application cliente demande la connexion sur une version incompatible de fournisseur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionExceptionCause.Unspecified">
			<summary>Toute autre exception différente des objets <see cref="F:Microsoft.AnalysisServices.ConnectionExceptionCause.AuthenticationFailed" /> et <see cref="F:Microsoft.AnalysisServices.ConnectionExceptionCause.IncompatibleVersion" />.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ConnectionInfo">
			<summary>Analyse une chaîne de connexion et expose plusieurs propriétés associées à la connexion. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ConnectionInfo.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> à l'aide d'une chaîne de connexion. </summary>
			<param name="connectionString">A String that contains the connection information. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Catalog">
			<summary>Obtient un catalogue de bases de données associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A database catalog.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.CharacterEncoding">
			<summary>Obtient la valeur d'encodage de caractères associée à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>The encoding scheme applied.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.CompressionLevel">
			<summary>Obtient le niveau de compression associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>An Integer compression level value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ConnectionType">
			<summary>Obtient le type de connexion associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A connection of type HTTP, Native Connection, or Local Cube.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ConnectTimeout">
			<summary>Obtient les informations de délai de connexion associées à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>An Integer representing the number of seconds before timeout.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ExtendedProperties">
			<summary>Obtient les propriétés étendues associées à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A ListDictionary object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ImpersonationLevel">
			<summary>Obtient le niveau d'emprunt d'identité associé à un objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ImpersonationLevel" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.InstanceName">
			<summary>Obtient le nom de l'instance associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>The name of an Analysis Services instance.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.IntegratedSecurity">
			<summary>Obtient l'état de sécurité intégrée pour l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.IntegratedSecurity" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Location">
			<summary>Obtient l'emplacement associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>The location property.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.PacketSize">
			<summary>Obtient la taille de paquet en octets associée à un objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>Number of bytes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Password">
			<summary>Obtient le mot de passe associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A password.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Port">
			<summary>Obtient le numéro de port associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>The port number in String format.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ProtectionLevel">
			<summary>Obtient le niveau de protection associé à un objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ProtectionLevel" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ProtocolFormat">
			<summary>Obtient le format de protocole pour l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ProtocolFormat" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Server">
			<summary>Obtient le nom du serveur associé à un objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>The name of the server.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Sspi">
			<summary>Obtient le nom du package SSPI à utiliser pendant le processus d'authentification de la connexion.</summary>
			<returns>A string with the following possible values:Negotiate.The SSPI package is to be negotiated between the client and the service.This is the default value.KerberosKerberos is the authentication package defined to authenticate to this server.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Timeout">
			<summary>Obtient la valeur du délai d'attente associée à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>The Integer timeout value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.TransportCompression">
			<summary>Obtient l'élément de l'objet TransportCompression avec l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TransportCompression" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.UseExistingFile">
			<summary>Obtient l'état Boolean d'utilisation de la propriété du fichier existant de l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>true if UseExistingFile; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ConnectionInfo.UserID">
			<summary>Obtient l'identificateur de l'utilisateur associé à l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" />.</summary>
			<returns>A user identifier.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ConnectionStringSecurity">
			<summary>Énumération qui informe l'utilisateur si le mot de passe pour la propriété <see cref="P:Microsoft.AnalysisServices.DataSource.ConnectionString" /> doit être remis.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionStringSecurity.PasswordRemoved">
			<summary>Le mot de passe a été supprimé de la propriété <see cref="P:Microsoft.AnalysisServices.DataSource.ConnectionString" /> et l'utilisateur devra entrer un mot de passe pour l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> pour se connecter à la base de données relationnelle.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionStringSecurity.Unchanged">
			<summary>Le mot de passe est toujours dans la propriété <see cref="P:Microsoft.AnalysisServices.DataSource.ConnectionString" /> et l'utilisateur peut se connecter à l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> sans entrer de mot de passe.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ConnectionType">
			<summary>Définit la manière dont l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> se connecte à la propriété <see cref="P:Microsoft.AnalysisServices.Server.ConnectionString" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionType.Http">
			<summary>Se connecte à l'aide du protocole HTTP.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionType.LocalCube">
			<summary>La connexion est définie en tant que propriétaire pour les cubes locaux.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionType.LocalServer">
			<summary>La connexion est définie en tant que propriétaire pour le serveur local.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ConnectionType.Native">
			<summary>La connexion est définie en tant que propriétaire pour les connexions distantes.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Cube">
			<summary>Représente un cube d'une base de données. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Cube" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the cube.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Cube" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the cube.</param>
			<param name="id">A String that contains a unique identifier for the cube.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<summary>Indique si le cube peut effectuer le traitement spécifié. </summary>
			<returns>true if the cube can perform the specified processing; false otherwise.</returns>
			<param name="processType">The type of processing expected to be performed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.CopyTo(Microsoft.AnalysisServices.Cube)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.GetDependents(System.Collections.Hashtable)">
			<summary>Ajoute les structures d'exploration de données et les objets dépendants suivants à la valeur Hashtable spécifiée.</summary>
			<returns>The dependentsHashtable with mining structures of the database and the mining structure dependents appended.</returns>
			<param name="dependents">The Hashtable to append dependent objects to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<summary>Obtient les objets auxquels le cube fait référence.</summary>
			<returns>The referencesHashtable with objects that the cube references appended.</returns>
			<param name="references">The Hashtable to append references to.</param>
			<param name="forMajorChildrenAlso">Determines whether <see cref="T:Microsoft.AnalysisServices.Role" /> objects for <see cref="P:Microsoft.AnalysisServices.Cube.CubePermissions" /> and external references for <see cref="P:Microsoft.AnalysisServices.Cube.MeasureGroups" /> are added to the Hashtable.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.LinkMeasureGroup(Microsoft.AnalysisServices.MeasureGroup,System.String)">
			<summary>Génère un groupe de mesures régulier mais est configurée pour pointer vers d'autres groupes de mesures. En tant que paramètres, cette méthode prend le groupe de mesures (source) que vous souhaitez lier et un identificateur de source de données. </summary>
			<returns>The new <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
			<param name="source">The measure group that is pointed to.</param>
			<param name="dataSourceID">The data source identifier for the database that holds the source measure group.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Cube.LinkMeasureGroup(Microsoft.AnalysisServices.MeasureGroup,System.String,System.String)">
			<summary>Génère un groupe de mesures régulier mais est configurée pour pointer vers d'autres groupes de mesures. En tant que paramètres, cette méthode prend le groupe de mesures (source) que vous souhaitez lier et un identificateur de source de données. </summary>
			<returns>The new <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
			<param name="source">The measure group which is pointed to.</param>
			<param name="dataSourceID">The data source identifier for the database that holds the source measure group.</param>
			<param name="name">The name to give the <see cref="M:Microsoft.AnalysisServices.Cube.LinkMeasureGroup(Microsoft.AnalysisServices.MeasureGroup,System.String,System.String)" />.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Actions">
			<summary>Obtient la collection d'actions pour le cube.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ActionCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.AggregationPrefix">
			<summary>Obtient ou définit le préfixe pour les agrégations dans le cube.</summary>
			<returns>A String with the aggregation prefix.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.AllMeasures">
			<summary>Obtient toutes les mesures sous la forme d'objet d'énumération.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureEnumerator" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Collation">
			<summary>Obtient ou définit la chaîne de classement pour un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>The collation type description.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.CubePermissions">
			<summary>Obtient la collection d'autorisations associée à un cube.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubePermissionCollection" /> that can be used to retrieve certain <see cref="P:Microsoft.AnalysisServices.Cube.CubePermissions" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.DataSource">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.Cube.DataSource" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>An object containing <see cref="P:Microsoft.AnalysisServices.Cube.DataSource" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.DataSourceView">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.Cube.DataSourceView" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>An object containing <see cref="P:Microsoft.AnalysisServices.Cube.DataSourceView" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.DefaultMdxScript">
			<summary>Obtient l'objet defaultmdxscript associé à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>An object that contains an MDX script.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.DefaultMeasure">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Cube.DefaultMeasure" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>The <see cref="P:Microsoft.AnalysisServices.Cube.DefaultMeasure" /> of the <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Dimensions">
			<summary>Obtient la collection de dimensions associée à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeDimensionCollection" /> that can be used to retrieve certain <see cref="P:Microsoft.AnalysisServices.Cube.Dimensions" /> associated with a <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.ErrorConfiguration">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Cube.ErrorConfiguration" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>An object containing <see cref="P P:Microsoft.AnalysisServices.Cube.ErrorConfiguration" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.EstimatedRows">
			<summary>Obtient ou définit le nombre de la propriété <see cref="P:Microsoft.AnalysisServices.Cube.EstimatedRows" /> pour un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A 64-bit signed Integer.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Kpis">
			<summary>Obtient une collection de la propriété <see cref="P:Microsoft.AnalysisServices.Cube.Kpis" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A collection containing <see cref="P:Microsoft.AnalysisServices.Cube.Kpis" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Language">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Cube.Language" /> par défaut à utiliser pour l'objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>An Integer.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.MdxScripts">
			<summary>Obtient une collection de la propriété <see cref="P:Microsoft.AnalysisServices.Cube.MdxScripts" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A collection containing <see cref="P:Microsoft.AnalysisServices.Cube.MdxScripts" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.MeasureGroups">
			<summary>Obtient une collection de la propriété <see cref="P:Microsoft.AnalysisServices.Cube.MeasureGroups" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A collection that contains <see cref="P:Microsoft.AnalysisServices.Cube.MeasureGroups" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Perspectives">
			<summary>Obtient les perspectives pour le cube.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveCollection" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.ProactiveCaching">
			<summary>Obtient ou définit les paramètres de mise en cache proactive pour le cube.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.ProcessingMode">
			<summary>Obtient ou définit les paramètres d'agrégation et d'index pour le traitement du cube.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ProcessingMode" /> enumeration.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.ProcessingPriority">
			<summary>Obtient ou définit la priorité de traitement pour le cube.</summary>
			<returns>An Integer.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.ScriptCacheProcessingMode">
			<summary>Obtient ou définit les paramètres de cache des scripts pour le traitement.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ScriptCacheProcessingMode" /> enumeration.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Source">
			<summary>Obtient ou définit la source pour un cube relationnel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataSourceViewBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.StorageLocation">
			<summary>Obtient ou définit l'emplacement de stockage pour le cube.</summary>
			<returns>A String that contains the location of the cube in the file system.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.StorageMode">
			<summary>Obtient ou définit le mode de stockage pour le cube.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.StorageMode" /> enumeration.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Translations">
			<summary>Obtient les traductions pour le cube.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Cube.Visible">
			<summary>Obtient ou définit une valeur qui indique si un cube peut être affiché.</summary>
			<returns>true if the cube is visible; otherwise, false.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeAttribute">
			<summary>Définit des détails pour un attribut sur un cube. Les attributs dans la dimension qui ne sont pas explicitement inclus dans cette collection s'intègrent à la collection (et sont retournés par Discover) avec toutes les valeurs par défaut. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttribute.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttribute.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> à l'aide d'un identificateur.</summary>
			<param name="attributeID">A String that contains an attribute identifier for a cube.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttribute.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttribute.CopyTo(Microsoft.AnalysisServices.CubeAttribute)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="Obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttribute.ToString">
			<summary>Retourne une chaîne qui représente l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>A string version of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.AggregationUsage">
			<summary>Obtient ou définit la manière dont le concepteur d'agrégation conçoit des agrégations.</summary>
			<returns>An <see cref="P:Microsoft.AnalysisServices.CubeAttribute.AggregationUsage" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.Attribute">
			<summary>Obtient un attribut de dimension à partir de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.AttributeHierarchyEnabled">
			<summary>Obtient ou définit la propriété activée de la hiérarchie de l'attribut associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>true if the attribute hierarchy is enabled; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.AttributeHierarchyOptimizedState">
			<summary>Obtient ou définit l'état d'optimisation pour un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>The type of optimization set.  </returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.AttributeHierarchyVisible">
			<summary>Obtient ou définit la propriété qui contrôle la visibilité d'une hiérarchie d'attribut associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>true if visibility attribute is on; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.AttributeID">
			<summary>Obtient ou définit l'identificateur d'attribut pour un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>The attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.Parent">
			<summary>Obtient le parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.ParentCube">
			<summary>Obtient un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.ParentDatabase">
			<summary>Obtient un objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttribute.ParentServer">
			<summary>Obtient un objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeAttributeBinding">
			<summary>Définit une liaison entre une source de données et un attribut de cube. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttributeBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeBinding.#ctor(System.String,System.String,System.String,Microsoft.AnalysisServices.AttributeBindingType)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttributeBinding" /> pour le cube, la dimension, l'attribut et le type de liaison spécifiés.</summary>
			<param name="cubeID">A String that contains the identifier of the cube.</param>
			<param name="cubeDimensionID">A String that contains the identifier of the cube's dimension.</param>
			<param name="attributeID">A String that contains the identifier of the attribute.</param>
			<param name="type">An AttributeBindingType that contains the type of binding.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeBinding.#ctor(System.String,System.String,System.String,Microsoft.AnalysisServices.AttributeBindingType,System.Int32)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttributeBinding" /> pour le cube, la dimension, l'attribut, le type de liaison et la place ordinale spécifiés.</summary>
			<param name="cubeID">A String that contains the identifier of the cube.</param>
			<param name="cubeDimensionID">A String that contains the identifier of the cube's dimension.</param>
			<param name="attributeID">A String that contains the identifier of the attribute.</param>
			<param name="type">An AttributeBindingType that contains the type of binding.</param>
			<param name="ordinal">Specifies the ordinal number that the data source binds to in the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeBinding.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttributeBinding" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.CubeAttributeBinding" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeBinding.ToString">
			<summary>Retourne une valeur System.String qui représente le cube, la dimension, l'attribut, le type de liaison et un emplacement ordinal dans l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttributeBinding" /> actuel.</summary>
			<returns>A System.String with CubeID, DimensionID, AttributeID, binding type, and ordinal location.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttributeBinding.AttributeID">
			<summary>Obtient ou définit le paramètre AttributeID référencé dans la liaison. </summary>
			<returns>A String that contains the AttributeID.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttributeBinding.CubeDimensionID">
			<summary>Obtient ou définit la valeur CubeDimensionID référencée dans la liaison.</summary>
			<returns>A String that contains the CubeDimensionID.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttributeBinding.CubeID">
			<summary>Obtient ou définit la valeur CubeID référencée dans la liaison.</summary>
			<returns>A String that contains the CubeID.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttributeBinding.Ordinal">
			<summary>Obtient ou définit le nombre ordinal de l'attribut auquel est liée la source de données dans la collection.</summary>
			<returns>An integer value with the ordinal number of the attribute that the data source binds to in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttributeBinding.Type">
			<summary>Obtient ou définit le type de liaison. </summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AttributeBindingType" /> with the binding type.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeAttributeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Add(Microsoft.AnalysisServices.CubeAttribute)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> has been added.</returns>
			<param name="attributeID">The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Contains(Microsoft.AnalysisServices.CubeAttribute)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeAttribute," /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.IndexOf(Microsoft.AnalysisServices.CubeAttribute)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> specified by the attributeID if the object is found; otherwise, -1.</returns>
			<param name="attributeID">The identifier of a <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Insert(System.Int32,Microsoft.AnalysisServices.CubeAttribute)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubeAttribute" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> will be inserted.</param>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Move(Microsoft.AnalysisServices.CubeAttribute,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be moved.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> specified by attributeID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Remove(Microsoft.AnalysisServices.CubeAttribute)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Remove(Microsoft.AnalysisServices.CubeAttribute,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeAttributeCollection.Remove(System.String,System.Boolean)">
			<param name="attributeID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttributeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeAttributeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> specified by the identifier.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Cube" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Add(Microsoft.AnalysisServices.Cube)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Cube" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Cube" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Cube" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.AddNew(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec la clé spécifiée à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.AddNew(System.String,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec le nom et la clé spécifiés à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be added.</param>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Contains(Microsoft.AnalysisServices.Cube)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Cube" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Cube" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" />, if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.IndexOf(Microsoft.AnalysisServices.Cube)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Cube" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Cube" /> specified by id, if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Cube" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Cube" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Insert(System.Int32,Microsoft.AnalysisServices.Cube)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Cube" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Cube" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Cube" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Move(Microsoft.AnalysisServices.Cube,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Cube" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Cube" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Cube" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Remove(Microsoft.AnalysisServices.Cube)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Cube" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Remove(Microsoft.AnalysisServices.Cube,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Cube" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeDimension">
			<summary>Représente la relation entre une dimension et un cube. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimension.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> à l'aide d'un identificateur.</summary>
			<param name="dimensionID">A String that contains a unique identifier for the dimension in a <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimension.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> à l'aide d'un nom, d'un identificateur de dimension et d'un identificateur de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<param name="dimensionID">A String that contains a unique identifier for the dimension in a <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</param>
			<param name="Name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</param>
			<param name="Id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimension.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimension.CopyTo(Microsoft.AnalysisServices.CubeDimension)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="Obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.AllMemberAggregationUsage">
			<summary>Obtient ou définit des contrôles sur la manière dont le concepteur d'agrégation crée des agrégations dans Microsoft SQL Server 2005 Analysis Services (SSAS).</summary>
			<returns>Aggregation use specification.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.Attributes">
			<summary>Obtient la collection d'attributs associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>A collection of cube attributes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.Dimension">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> associé à l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Dimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.DimensionID">
			<summary>Obtient ou définit l'identificateur de dimension associé à l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>A dimension identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.Hierarchies">
			<summary>Obtient les hiérarchies associées à un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>A collection of hierarchies.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.HierarchyUniqueNameStyle">
			<summary>Obtient ou définit la manière dont les noms uniques sont générés pour les hiérarchies contenues dans l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>A HierarchyUniqueNameStyle element.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.MemberUniqueNameStyle">
			<summary>Obtient ou définit la manière dont les noms uniques sont générés pour les membres des hiérarchies que contient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>A MemberUniqueNameStyle element.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Server" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.Translations">
			<summary>Obtient la collection de traductions associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimension.Visible">
			<summary>Obtient ou définit la propriété de visibilité pour un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</summary>
			<returns>true if visibility is on; otherwise, false.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeDimensionBinding">
			<summary>Dérivé de l'objet <see cref="T:Microsoft.AnalysisServices.Binding" /> ce type contient des identificateurs pour des sources de données, un cube et une dimension de cube et contient un filtre MDX. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionBinding.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionBinding" /> à l'aide d'une source de données, d'un cube et d'identificateurs de dimension du cube.</summary>
			<param name="dataSourceID">The data source identifier.</param>
			<param name="cubeID">The cube identifier.</param>
			<param name="cubeDimensionID">The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> identifier.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionBinding.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeDimensionBinding" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionBinding.CopyTo(Microsoft.AnalysisServices.CubeDimensionBinding)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionBinding" /> vers l'objet spécifié.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeDimensionBinding" /> object</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionBinding.CubeDimensionID">
			<returns>A cube dimension identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionBinding.CubeID">
			<summary>Obtient ou définit un identificateur de cube pour un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionBinding" />.</summary>
			<returns>A cube identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionBinding.DataSourceID">
			<summary>Obtient ou définit l'identificateur de la source de données pour un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionBinding" />.</summary>
			<returns>A data source identifier.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeDimensionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.CubeDimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Add(Microsoft.AnalysisServices.CubeDimension)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> has been added.</returns>
			<param name="dimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Add(System.String,System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> that has been added.</returns>
			<param name="dimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Contains(Microsoft.AnalysisServices.CubeDimension)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.IndexOf(Microsoft.AnalysisServices.CubeDimension)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Insert(System.Int32,Microsoft.AnalysisServices.CubeDimension)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubeDimension" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> will be inserted.</param>
			<param name="dimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Insert(System.Int32,System.String,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur de dimension, le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> based on the dimension specified in dimensionID.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> will be inserted.</param>
			<param name="dimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Move(Microsoft.AnalysisServices.CubeDimension,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Remove(Microsoft.AnalysisServices.CubeDimension)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Remove(Microsoft.AnalysisServices.CubeDimension,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeDimensionPermission">
			<summary>Représente les autorisations pour un rôle unique sur une dimension spécifique dans un cube. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermission.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermission.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> à l'aide d'une propriété <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.CubeDimensionID" />.</summary>
			<param name="cubeDimensionID">The cube-specific dimension identifier.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermission.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermission.CopyTo(Microsoft.AnalysisServices.CubeDimensionPermission)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> vers l'objet spécifié.</summary>
			<returns>The object that has been copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.AttributePermissions">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.AttributePermissions" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A collection of attribute permissions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.CubeDimension">
			<summary>Obtient une propriété <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.CubeDimension" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.CubeDimension" /> object that includes information about the relationship between a dimension and a cube.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.CubeDimensionID">
			<summary>Obtient ou définit une propriété <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.CubeDimensionID" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>The cube dimension identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.Description">
			<summary>Obtient ou définit une propriété <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.Description" /> d'un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A description of a specific dimension.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.Dimension">
			<summary>Obtient une propriété <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.Dimension" /> d'un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /></summary>
			<returns>The dimension referenced by the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.Parent">
			<summary>Obtient le parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />. Ce parent est l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> lui-même.</summary>
			<returns>The parent of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.ParentCube">
			<summary>Obtient la propriété <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.ParentCube" /> référencée dans un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A Microsoft SQL Server 2005 Analysis Services (SSAS)<see cref="T:Microsoft.AnalysisServices.Cube" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.ParentDatabase">
			<summary>Obtient la propriété <see cref="P:Microsoft.AnalysisServices.CubeDimensionPermission.ParentCube" /> référencée dans un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A Microsoft SQL Server 2005 Analysis Services (SSAS)<see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.ParentServer">
			<summary>Obtient la propriété <see cref="P:Microsoft.AnalysisServices.Server.Microsoft.AnalysisServices.IMajorObject.ParentServer" /> référencée par un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A Microsoft SQL Server 2005 Analysis Services (SSAS)<see cref="T:Microsoft.AnalysisServices.Server" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.Read">
			<summary>Obtient ou définit l'état d'accès en lecture référencé dans un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A read access status.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermission.Write">
			<summary>Obtient ou définit l'accès en écriture référencé dans un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</summary>
			<returns>A write access status.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeDimensionPermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Add(Microsoft.AnalysisServices.CubeDimensionPermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> has been added.</returns>
			<param name="cubeDimensionID">The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Contains(Microsoft.AnalysisServices.CubeDimensionPermission)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.IndexOf(Microsoft.AnalysisServices.CubeDimensionPermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> specified by cubeDimensionID if the object is found; otherwise, -1.</returns>
			<param name="cubeDimensionID">The identifier of a <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.CubeDimensionPermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> will be inserted.</param>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Move(Microsoft.AnalysisServices.CubeDimensionPermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be moved.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> specified by cubeDimensionID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Remove(Microsoft.AnalysisServices.CubeDimensionPermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Remove(Microsoft.AnalysisServices.CubeDimensionPermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Remove(System.String,System.Boolean)">
			<param name="cubeDimensionID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeDimensionPermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> specified by the identifier.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeDimensionPermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeHierarchy">
			<summary>Définit des détails pour une hiérarchie sur un cube. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchy.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchy.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> à l'aide d'un identificateur.</summary>
			<param name="hierarchyID">A String that contains an identifier for the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchy.Clone">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>The cloned <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchy.CopyTo(Microsoft.AnalysisServices.CubeHierarchy)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.Enabled">
			<summary>Obtient ou définit l'état activé d'un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> is enabled; else false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.Hierarchy">
			<summary>Obtient la hiérarchie associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.HierarchyID">
			<summary>Obtient ou définit un identificateur pour une hiérarchie associée à un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>A hierarchy identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.OptimizedState">
			<summary>Obtient ou définit l'état d'optimisation d'un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> associé.</summary>
			<returns>The type of optimization associated with a <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.Parent">
			<summary>Obtient le parent de hiérarchie du cube de l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.ParentCube">
			<summary>Obtient le cube parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.ParentDatabase">
			<summary>Obtient la base de données parente de l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.ParentServer">
			<summary>Obtient le serveur parent de l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchy.Visible">
			<summary>Obtient ou définit la propriété de visibilité pour l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</summary>
			<returns>true is visible is turned on; else false.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubeHierarchyCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Add(Microsoft.AnalysisServices.CubeHierarchy)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> has been added.</returns>
			<param name="hierarchyID">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Add(System.String,System.Boolean)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</returns>
			<param name="hierarchyID">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be added.</param>
			<param name="updateDependents">Indicates whether the dependents of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> should be updated.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Contains(Microsoft.AnalysisServices.CubeHierarchy)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> is contained in the collection; otherwise, false.</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.IndexOf(Microsoft.AnalysisServices.CubeHierarchy)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> specified by hierarchyID if the object is found; otherwise, -1.</returns>
			<param name="hierarchyID">The identifier of a <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Insert(System.Int32,Microsoft.AnalysisServices.CubeHierarchy)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> will be inserted.</param>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Move(Microsoft.AnalysisServices.CubeHierarchy,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be moved.</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> specified by hierarchyID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Remove(Microsoft.AnalysisServices.CubeHierarchy)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Remove(Microsoft.AnalysisServices.CubeHierarchy,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubeHierarchyCollection.Remove(System.String,System.Boolean)">
			<param name="hierarchyID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchyCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubeHierarchyCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> specified by the identifier.</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubeHierarchy" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubePermission">
			<summary>Définit les autorisations des membres d'un élément <see cref="T:Microsoft.AnalysisServices.Role" /> spécifique dans un objet <see cref="T:Microsoft.AnalysisServices.Cube" /> spécifique. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermission.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.CubePermission" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermission.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Cube" /> à l'aide d'un nom, d'un identificateur de rôle et d'un identificateur unique.</summary>
			<param name="roleID">A String that contains the name of the role identifier.</param>
			<param name="name">A String that contains the name of the cube.</param>
			<param name="id">A String that contains a unique identifier for the cube.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermission.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermission.CopyTo(Microsoft.AnalysisServices.CubePermission)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermission.CellPermissions">
			<summary>Obtient la collection d'autorisations de cellule associée à un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</summary>
			<returns>A collection of cell permissions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermission.DimensionPermissions">
			<summary>Obtient la collection de dimensions du cube associée à un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</summary>
			<returns>A collection of cube dimension permissions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermission.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermission.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermission.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermission.ReadSourceData">
			<summary>Obtient ou définit l'autorisation pour lire les données du test 0 (ou données de moteur de stockage) sans calculs.</summary>
			<returns>An enumeration of permissions.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.CubePermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.CubePermission" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Add(Microsoft.AnalysisServices.CubePermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> has been added.</returns>
			<param name="roleID">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur de rôle et le nom spécifiés.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Add(System.String,System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Contains(Microsoft.AnalysisServices.CubePermission)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" />, if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" />, if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.FindByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" />, if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" />, if it is contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.GetByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" />, if it is contained in the collection.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.IndexOf(Microsoft.AnalysisServices.CubePermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubePermission" />, specified by id, if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.CubePermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubePermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.CubePermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubePermission" /> will be inserted.</param>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur de rôle et le nom spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.CubePermission" /> with the specified role identifier and name.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubePermission" /> will be inserted.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Insert(System.Int32,System.String,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.CubePermission" />, with the specified role identifier, name, and identifier.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.CubePermission" /> will be inserted.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Move(Microsoft.AnalysisServices.CubePermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Remove(Microsoft.AnalysisServices.CubePermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Remove(Microsoft.AnalysisServices.CubePermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.CubePermissionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.CubePermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.CubePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.CubePermission" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.CubePermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataAggregationMode">
			<summary>Indique si le serveur peut agréger des données ou le cache.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DataAggregationMode.CacheAggregatable">
			<summary>Spécifie que les informations dans le cache peuvent être agrégées.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DataAggregationMode.DataAggregatable">
			<summary>Spécifie que les données dans les fichiers ou les tables peuvent être agrégées.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DataAggregationMode.DataAndCacheAggregatable">
			<summary>Spécifie que les informations dans le cache et les données dans les fichiers ou les tables peuvent être agrégées.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DataAggregationMode.None">
			<summary>Spécifie que rien ne peut être agrégé</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Database">
			<summary>Définit une base de données Microsoft SQL Server 2005 Analysis Services (SSAS). Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the database.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the database.</param>
			<param name="id">A String that contains a unique identifier for the action.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Backup(Microsoft.AnalysisServices.BackupInfo)">
			<summary>Fournit l'accès par programme aux opérations de sauvegarde pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec le paramètre BackupInfo.</summary>
			<param name="backupInfo">Contains parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Backup(System.String)">
			<summary>Fournit l'accès par programme aux opérations de sauvegarde pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec le paramètre de fichier.</summary>
			<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Backup(System.String,System.Boolean)">
			<summary>Fournit l'accès par programme aux opérations de sauvegarde pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec les paramètres AllowOverWrite et de fichier.</summary>
			<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />. </param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Backup(System.String,System.Boolean,System.Boolean)">
			<summary>Fournit l'accès par programme aux opérations de sauvegarde pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec les paramètres AllowOverWrite, BackupRemotePartitions et de fichier.</summary>
			<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.  </param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false. </param>
			<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Backup(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[])">
			<summary>Fournit l'accès par programme aux opérations de sauvegarde pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec les paramètres AllowOverWrite, BackupRemotePartitions, de fichier et d'emplacements.</summary>
			<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.  </param>
			<param name="allowOverwrite">true if overwrite is allowed; otherwise, false. </param>
			<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false. </param>
			<param name="locations">If locations is specified, then remote partitions are backed up on their servers using the same file name as defined in this parameter.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Backup(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean)">
			<summary>Fournit l'accès par programme aux opérations de sauvegarde pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec cinq paramètres.</summary>
			<param name="file">Name of the file.  </param>
			<param name="allowOverwrite">true if overwrite of the target is enabled; otherwise, false. </param>
			<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false.</param>
			<param name="locations">If locations is specified, then remote partitions are backed up on their servers using the same file name as defined in this parameter.</param>
			<param name="applyCompression">true if compression is to be used; otherwise, false.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Backup(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean,System.String)">
			<summary>Fournit l'accès par programme aux opérations de sauvegarde pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec six paramètres.</summary>
			<param name="file">Name of the file.  </param>
			<param name="allowOverwrite">true if overwrite of the target is enabled; otherwise, false.  </param>
			<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false. </param>
			<param name="locations">If locations is specified, then remote partitions are backed up on their servers using the same file name as defined in this parameter. </param>
			<param name="applyCompression">true if compression is to be used; otherwise, false. </param>
			<param name="password">The password text to apply to the backup. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<summary>Indique si un type de processus peut être traité pour un objet <see cref="T:Microsoft.AnalysisServices.Database" /> spécifié.</summary>
			<returns>true if the specified processType can be processed given the <see cref="T:Microsoft.AnalysisServices.Database" />; otherwise, false.</returns>
			<param name="processType">The type of processing to evaluate. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The new cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.CopyTo(Microsoft.AnalysisServices.Database)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Database" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object to be copied to. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Database.LinkDimension(Microsoft.AnalysisServices.Dimension,System.String)">
			<param name="source"> </param>
			<param name="dataSourceID"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Accounts">
			<summary>Obtient la collection des types de compte définis dans un élément <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of accounts.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.AggregationPrefix">
			<summary>Définit le préfixe commun à utiliser pour les noms d'agrégation dans l'ensemble de l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> associé.</summary>
			<returns>Aggregation name prefix.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Assemblies">
			<summary>Obtient la collection d'assemblys associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of assemblies.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Collation">
			<summary>Obtient ou définit le type de classement pour un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>The collation type.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Cubes">
			<summary>Obtient la collection de cubes dans un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of cubes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.DatabasePermissions">
			<summary>Obtient la collection d'éléments d'autorisation de base de données associée à l'élément <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of database permission elements.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.DataSourceImpersonationInfo">
			<summary>Obtient ou définit les informations d'emprunt d'identité associées à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>Security related impersonation information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.DataSources">
			<summary>Obtient la collection de sources de données associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of data sources.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.DataSourceViews">
			<summary>Obtient la collection de vues de source de données associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of data source views.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Dimensions">
			<summary>Obtient la collection de dimensions associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of dimensions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.EstimatedSize">
			<summary>Obtient ou définit la taille en lecture seule estimée en octets de l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent.</summary>
			<returns>A 64-bit signed integer representation of size in bytes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Language">
			<summary>Obtient ou définit la valeur de langue pour un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>An Integer representation of language used.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.LastUpdate">
			<summary>Obtient ou définit l'heure de la dernière mise à jour pour un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>The time of last update.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.MasterDataSourceID">
			<summary>Obtient ou définit l'identificateur de la source de données de référence pour un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>The master data source identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.MiningStructures">
			<summary>Obtient la collection de structures d'exploration de données associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of mining structures.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.ProcessingPriority">
			<summary>Obtient ou définit la priorité de traitement d'un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>An Integer priority value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Roles">
			<summary>Obtient la collection de rôles associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of roles.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Translations">
			<summary>Obtient la collection de traductions associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Database.Visible">
			<summary>Obtient ou définit la propriété de visibilité Boolean associée à un objet <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
			<returns>true if visibility is turned on; otherwise, false.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DatabaseCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Database" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Database" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Add(Microsoft.AnalysisServices.Database)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Database" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Database" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Database" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Database" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Database" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Contains(Microsoft.AnalysisServices.Database)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Database" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Database" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Database" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Database" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.IndexOf(Microsoft.AnalysisServices.Database)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Database" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Database" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Database" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Database" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Database" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Database" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Database" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Insert(System.Int32,Microsoft.AnalysisServices.Database)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Database" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Database" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Database" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Database" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Database" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Move(Microsoft.AnalysisServices.Database,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Database" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Database" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Database" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Database" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Database" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Database" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Remove(Microsoft.AnalysisServices.Database)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Database" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Remove(Microsoft.AnalysisServices.Database,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabaseCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DatabaseCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DatabaseCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Database" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Database" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DatabasePermission">
			<summary>Définit les autorisations des membres d'un élément <see cref="T:Microsoft.AnalysisServices.Role" /> spécifique dans un objet <see cref="T:Microsoft.AnalysisServices.Database" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermission.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermission.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> à l'aide d'un nom de base de données, d'un identificateur de rôle et d'un identificateur unique.</summary>
			<param name="roleID">A String that contains the name of the role identifier.</param>
			<param name="name">A String that contains the name of the database.</param>
			<param name="id">A String that contains a unique identifier for the database.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermission.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermission.CopyTo(Microsoft.AnalysisServices.DatabasePermission)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> actuel vers l'objet spécifié.</summary>
			<returns>A reference to the copied object.</returns>
			<param name="obj">Specifies the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> object where the current object is to be copied.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DatabasePermission.Administer">
			<summary>Obtient ou définit les autorisations d'administration pour un rôle dans l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> actuel. </summary>
			<returns>true means that current permission grants administer permissions to a role on the database. false means that the role has no administer permissions on the database.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DatabasePermission.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet actuel.</summary>
			<returns>The parent database object of current object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DatabasePermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.DatabasePermission" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Add(Microsoft.AnalysisServices.DatabasePermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> has been added.</returns>
			<param name="roleID">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> has been added.</returns>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be added.</param>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Add(System.String,System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DatabasePermission" />.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Contains(Microsoft.AnalysisServices.DatabasePermission)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.FindByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.GetByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> if it is contained in the collection.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.IndexOf(Microsoft.AnalysisServices.DatabasePermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.DatabasePermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DatabasePermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> will be inserted.</param>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DatabasePermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> will be inserted.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Insert(System.Int32,System.String,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.DatabasePermission" />, with the specified role identifier, name, and identifier.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> will be inserted.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Move(Microsoft.AnalysisServices.DatabasePermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Remove(Microsoft.AnalysisServices.DatabasePermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Remove(Microsoft.AnalysisServices.DatabasePermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DatabasePermissionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DatabasePermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DatabasePermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DatabasePermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataItem">
			<summary>Décrit un élément de données qui inclut la définition de cet élément de données (taille, type et autre) et les détails de la liaison à une source. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.#ctor(Microsoft.AnalysisServices.Binding)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> pour la source spécifiée.</summary>
			<param name="source">A <see cref="T:Microsoft.AnalysisServices.Binding" /> object that has the source of the data item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.#ctor(Microsoft.AnalysisServices.Binding,System.Data.OleDb.OleDbType)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> pour la source spécifiée avec le type OleDbType spécifié.</summary>
			<param name="source">Specifies a <see cref="T:Microsoft.AnalysisServices.Binding" /> object that has the source of the data item.</param>
			<param name="dataType">Specifies an OleDbType type for <see cref="T:Microsoft.AnalysisServices.DataItem" /></param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> pour la table et la colonne spécifiées.</summary>
			<param name="tableName">A System.String with the name of the table.</param>
			<param name="columnName">A System.String with the name of the column.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.#ctor(Microsoft.AnalysisServices.Binding,System.Data.OleDb.OleDbType,System.Int32)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> pour la source spécifiée avec le type OleDbType et la taille de données spécifiés.</summary>
			<param name="source">Specifies a <see cref="T:Microsoft.AnalysisServices.Binding" /> object that has the source of the data item.</param>
			<param name="dataType">Specifies an OleDbType type for <see cref="T:Microsoft.AnalysisServices.DataItem" /></param>
			<param name="dataSize">An integer value that specifies the data size.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.#ctor(System.String,System.String,System.Data.OleDb.OleDbType)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> pour la table et la colonne spécifiées avec le type OleDbType spécifié.</summary>
			<param name="tableName">A System.String with the name of the table.</param>
			<param name="columnName">A System.String with the name of the column.</param>
			<param name="dataType">An OleDbType type for <see cref="T:Microsoft.AnalysisServices.DataItem" /></param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.#ctor(System.String,System.String,System.Data.OleDb.OleDbType,System.Int32)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> pour la table et la colonne spécifiées avec le type OleDbType et la taille de données spécifiés.</summary>
			<param name="tableName">A System.String with the name of the table.</param>
			<param name="columnName">A System.String with the name of the column.</param>
			<param name="dataType">Specifies an OleDbType type for <see cref="T:Microsoft.AnalysisServices.DataItem" /></param>
			<param name="dataSize">An integer value that specifies the data size.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.Clone">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>The copy of current <see cref="T:Microsoft.AnalysisServices.DataItem" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.CopyTo(Microsoft.AnalysisServices.DataItem)">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel dans l'objet spécifié.</summary>
			<returns>A reference to the copied object.</returns>
			<param name="obj">Specifies the T:Microsoft.AnalysisServices.ComAssembly object where the current object is to be copied.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItem.ToString">
			<summary>Retourne une représentation de chaîne de la valeur <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuelle.</summary>
			<returns>A System.String with the string representation of <see cref="T:Microsoft.AnalysisServices.DataItem" /> value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.AllowedDataTypes">
			<summary>Obtient un tableau avec les types de données autorisés comme défini dans l'OLEDB.</summary>
			<returns>An array of OleDbType types.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.Annotations">
			<summary>Obtient l'objet de collection de toutes les annotations pour l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AnnotationCollection" /> object that has all annotations to current <see cref="T:Microsoft.AnalysisServices.DataItem" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.Collation">
			<summary>Obtient ou détermine la définition de classement pour l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>A System.String with the Locale Id, underscore (_), and character comparison definition flag.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.DataSize">
			<summary>Obtient ou définit la taille de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>An integer value with the size of current <see cref="T:Microsoft.AnalysisServices.DataItem" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.DataType">
			<summary>Obtient ou définit le type de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>An OleDbType value with the type of <see cref="T:Microsoft.AnalysisServices.DataItem" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.Format">
			<summary>Obtient ou définit la propriété de mise en forme pour les valeurs <see cref="T:Microsoft.AnalysisServices.DataItem" />.</summary>
			<returns>A system.string with the formatting value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.InvalidXmlCharacters">
			<summary>Obtient ou définit le comportement des caractères non valides dans les flux de données XML.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.InvalidXmlCharacters" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.MimeType">
			<summary>Obtient ou définit le type Mime de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>A string value with the Mime type of the current <see cref="T:Microsoft.AnalysisServices.DataItem" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.NullProcessing">
			<summary>Obtient ou définit les mesures que doit prendre le serveur lorsque l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel a une valeur Null. </summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.NullProcessing" /> value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.Parent">
			<summary>Obtient l'objet parent de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>The parent object of current <see cref="T:Microsoft.AnalysisServices.DataItem" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.Source">
			<summary>Obtient ou définit l'objet source de l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Binding" /> object that has the source for current <see cref="T:Microsoft.AnalysisServices.DataItem" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItem.Trimming">
			<summary>Obtient ou définit la spécification de suppression du type de chaîne <see cref="T:Microsoft.AnalysisServices.DataItem" /></summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Trimming" /> value defining how a string type <see cref="T:Microsoft.AnalysisServices.DataItem" /> is treated.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataItemCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.DataItem" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Add(Microsoft.AnalysisServices.DataItem)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataItem" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> avec le nom de table et de colonne spécifiés.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.DataItem" /> with the specified table name and column name.</returns>
			<param name="tableName">The table name of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
			<param name="columnName">The column name of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Add(System.String,System.String,System.Data.OleDb.OleDbType)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> avec le nom de table et de colonne et le type de données spécifiés.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.DataItem" /> with the specified table name, column name, and data type.</returns>
			<param name="tableName">The table name of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
			<param name="columnName">The column name of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
			<param name="dataType">The <see cref="T:Microsoft.AnalysisServices.OleDbType" /> value of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Add(System.String,System.String,System.Data.OleDb.OleDbType,System.Int32)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> avec le nom de table et de colonne, le type de données et la taille des données spécifiés.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.DataItem" /> with the specified table name, column name, data type, and data size.</returns>
			<param name="tableName">The table name of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
			<param name="columnName">The column name of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
			<param name="dataType">The <see cref="T:Microsoft.AnalysisServices.OleDbType" /> value of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
			<param name="dataSize">The data size, in bytes, of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Clear">
			<summary>Supprime tous les éléments de la collection. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Contains(Microsoft.AnalysisServices.DataItem)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DataItem" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible. Cette classe ne peut pas être héritée.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.IndexOf(Microsoft.AnalysisServices.DataItem)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Insert(System.Int32,Microsoft.AnalysisServices.DataItem)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataItem" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.Remove(Microsoft.AnalysisServices.DataItem)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataItemCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> à l'index spécifié dans la collection. Cette classe ne peut pas être héritée.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItemCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.DataItem" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.DataItem" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataItemCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataItem" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataItem" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataItem" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataMiningMeasureGroupDimension.#ctor(System.String,System.String)">
			<param name="cubeDimensionID"> </param>
			<param name="caseCubeDimensionID"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataMiningMeasureGroupDimension.CopyTo(Microsoft.AnalysisServices.DataMiningMeasureGroupDimension)">
			<param name="obj"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSource">
			<summary>Définit une source de données dans un élément Microsoft SQL Server 2005 Analysis Services (SSAS)<see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSource.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSource.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the data source.</param>
			<param name="id">A String that contains a unique identifier for the data source.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSource.Clone">
			<summary>Crée une copie complète d'un objet <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSource.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
			<param name="destination"> </param>
			<param name="forceBodyLoading"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSource.GetDependents(System.Collections.Hashtable)">
			<param name="dependents"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSource.GetDropDependents(System.Collections.Hashtable,System.Collections.Hashtable)">
			<param name="dependentsToAlter"> </param>
			<param name="dependentsToDrop"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSource.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.ConnectionString">
			<summary>Obtient ou définit une chaîne qui spécifie les informations de connexion.</summary>
			<returns>The connection string.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.ConnectionStringSecurity">
			<summary>Obtient ou définit les propriétés de sécurité de la connexion d'un objet <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>The connection security properties.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.DataSourcePermissions">
			<summary>Obtient les autorisations de source de données associées à un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> spécifié.</summary>
			<returns>A collection of data source permissions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.ImpersonationInfo">
			<summary>Obtient ou définit les informations d'emprunt d'identité associées à un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> spécifié.</summary>
			<returns>Information that is used to impersonate a user.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.Isolation">
			<summary>Obtient ou définit la propriété d'isolement pour un objet <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>The data source isolation status.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.ManagedProvider">
			<summary>Obtient ou définit le nom de fournisseur managé utilisé par un objet <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>The name of the managed provider.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.MaxActiveConnections">
			<summary>Obtient ou définit le nombre maximal de connexions simultanées activées par un élément dérivé d'un objet <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>An Integer that indicates the maximum number of active connections.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSource.Timeout">
			<summary>Obtient ou définit la durée du délai d'attente avant expiration pour une connexion <see cref="T:Microsoft.AnalysisServices.DataSource" />.</summary>
			<returns>The length of time specified.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSourceCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.DataSource" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSource" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Add(Microsoft.AnalysisServices.DataSource)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSource" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSource" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSource" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.AddNew(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec la clé spécifiée à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSource" />.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.AddNew(System.String,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec le nom et la clé spécifiés à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSource" />.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be added.</param>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Contains(Microsoft.AnalysisServices.DataSource)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DataSource" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DataSource" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSource" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSource" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSource" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.IndexOf(Microsoft.AnalysisServices.DataSource)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSource" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSource" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Insert(System.Int32,Microsoft.AnalysisServices.DataSource)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSource" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSource" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSource" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSource" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSource" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Move(Microsoft.AnalysisServices.DataSource,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSource" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSource" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSource" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Remove(Microsoft.AnalysisServices.DataSource)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Remove(Microsoft.AnalysisServices.DataSource,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSource" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSource" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSourceIsolation">
			<summary>Contrôle le comportement de verrouillage des instructions SQL envoyées à une source de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DataSourceIsolation.ReadCommitted">
			<summary>Spécifie que les instructions ne peuvent pas lire des données modifiées et non validées par d'autres transactions. Cela permet d'éviter les lectures incorrectes.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DataSourceIsolation.Snapshot">
			<summary>Spécifie que la lecture des données par toutes les instructions dans une transaction serait cohérente d'un point de vue transactionnel si ces instructions recevaient une capture instantanée des données validées telles qu'elles étaient au démarrage de la transaction.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSourcePermission">
			<summary>Définit les autorisations des membres d'un élément <see cref="T:Microsoft.AnalysisServices.Role" /> spécifique dans un objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> spécifique. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermission.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermission.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> à l'aide d'un identificateur de rôle, un nom <see cref="T:Microsoft.AnalysisServices.DataSource" /> et un identificateur <see cref="T:Microsoft.AnalysisServices.DataSource" /> unique.</summary>
			<param name="roleID">A String that contains the unique identifier of the role.</param>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.DataSource" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.DataSource" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermission.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermission.CopyTo(Microsoft.AnalysisServices.DataSourcePermission)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> actuel vers un objet spécifié.</summary>
			<returns>A reference to the copied object.</returns>
			<param name="obj">Specifies the <see cref="T:Microsoft.AnalysisServices. DataSourcePermission" /> object where the current object is to be copied.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermission.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<summary>Obtient les objets que l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> référence.</summary>
			<returns>The referencesHashtable with the objects that the <see cref="M:Microsoft.AnalysisServices.DataSourcePermission.GetReferences(System.Collections.Hashtable,System.Boolean)" /> appended.</returns>
			<param name="references">Specifies the Hashtable where the references are appended.</param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourcePermission.Parent">
			<summary>Obtient l'objet parent de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> actuel.</summary>
			<returns>The parent object of current <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourcePermission.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Database" /> of current object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourcePermission.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet actuel.</summary>
			<returns>The parent <see cref="T:Microsoft.AnalysisServices.Server" /> of current object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSourcePermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Add(Microsoft.AnalysisServices.DataSourcePermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> has been added.</returns>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle et de nom spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> has been added.</returns>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be added..</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be added</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Add(System.String,System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" />.</returns>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Contains(Microsoft.AnalysisServices.DataSourcePermission)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.FindByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> if it is contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.GetByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> if contained in the collection.</returns>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.IndexOf(Microsoft.AnalysisServices.DataSourcePermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.DataSourcePermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> will be inserted.</param>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle et de nom spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> will be inserted.</param>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Insert(System.Int32,System.String,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" />, with the specified role identifier, name, and identifier.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> will be inserted.</param>
			<param name="roleID">The role identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Move(Microsoft.AnalysisServices.DataSourcePermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Remove(Microsoft.AnalysisServices.DataSourcePermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Remove(Microsoft.AnalysisServices.DataSourcePermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourcePermissionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourcePermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourcePermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourcePermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSourceView">
			<summary>Représente une vue de source de données utilisée par un élément Microsoft SQL Server 2005 Analysis Services (SSAS)<see cref="T:Microsoft.AnalysisServices.Database" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceView.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceView.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceView.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceView.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object itself.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceView.CopyTo(Microsoft.AnalysisServices.DataSourceView)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceView.GetDependents(System.Collections.Hashtable)">
			<param name="dependents"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceView.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceView.DataSource">
			<summary>Obtient la source de données dans un élément <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</summary>
			<returns>A DataSource object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceView.DataSourceID">
			<summary>Obtient ou définit l'identificateur de la source de données pour l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</summary>
			<returns>The data source identifier itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceView.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceView.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceView.Schema">
			<summary>Obtient ou définit le jeu de données de schéma associé à un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</summary>
			<returns>A DataSet object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSourceViewBinding">
			<summary>Définit une liaison d'un objet à un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceViewBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewBinding.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceViewBinding" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" />spécifié.</summary>
			<param name="dataSourceViewID">A String that contains the identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewBinding.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceViewBinding" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.DataSourceViewBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceViewBinding.DataSourceViewID">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.DataSourceViewBinding.DataSourceViewID" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceViewBinding" /> actuel.</summary>
			<returns>A String that contains the identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DataSourceViewCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.DataSourceView" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Add(Microsoft.AnalysisServices.DataSourceView)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.AddNew(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec la clé spécifiée à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.AddNew(System.String,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec le nom et la clé spécifiés à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be added.</param>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Contains(Microsoft.AnalysisServices.DataSourceView)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.IndexOf(Microsoft.AnalysisServices.DataSourceView)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> specified by id, if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Insert(System.Int32,Microsoft.AnalysisServices.DataSourceView)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DataSourceView" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Move(Microsoft.AnalysisServices.DataSourceView,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Remove(Microsoft.AnalysisServices.DataSourceView)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Remove(Microsoft.AnalysisServices.DataSourceView,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DataSourceViewCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceViewCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DataSourceViewCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension">
			<summary>Définit les détails d'une dimension dans un groupe de mesures. Consultez l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension" /> à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension" /> à l'aide de l'identificateur de dimension de cube spécifié.</summary>
			<param name="cubeDimensionID">A String that contains the cube dimension identifier.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension.Clone">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension" /> actuel.</summary>
			<returns>A reference to the cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension.CopyTo(Microsoft.AnalysisServices.DegenerateMeasureGroupDimension)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension" /> actuel dans l'objet spécifié.</summary>
			<returns>A reference to the specified object.</returns>
			<param name="obj">Specifies where the current <see cref="T:Microsoft.AnalysisServices.DegenerateMeasureGroupDimension" /> is to be copied.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DependenciesCalculator">
			<summary>Évalue des dépendances d'objets sur certaines opérations et produit une liste des objets qui seraient supprimés, invalidés ou modifiés par l'opération sélectionnée. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DependenciesCalculator.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DependenciesCalculator" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DependenciesCalculator.GetDeleteDependents(Microsoft.AnalysisServices.Database,System.Object[],System.Boolean)">
			<summary>Évalue des dépendances pour l'opération de suppression sur le tableau d'objets spécifié dans la base de données spécifiée et, si cela est précisé, évalue des dépendances de manière récursive sur la collection retournée.</summary>
			<returns>A collection of key and value pairs of objects that would be removed, invalidated, or modified by the intended delete operation. The key contains the dependent object and the value contains an array of <see cref="T:Microsoft.AnalysisServices.DependencyResult" /> objects.</returns>
			<param name="database">Specifies the database where the objects exist.</param>
			<param name="items">Specifies the intended array of objects to be deleted.</param>
			<param name="recursive">A Boolean value that states whether dependencies are to be calculated recursively over the dependent objects returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DependenciesCalculator.OrderObjects(Microsoft.AnalysisServices.IMajorObject[])">
			<summary>Commande des objets spécifiés selon leur dépendance relative.</summary>
			<returns>The ordered array of objects.</returns>
			<param name="objects">Specifies the array of objects to be ordered.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DependencyResult">
			<summary>Définit l'objet dépendant affecté par l'opération planifiée dans l'objet qui appelle l'objet <see cref="T:Microsoft.AnalysisServices.DependenciesCalculator" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.DependencyResult.Description">
			<summary>Obtient une chaîne avec la description de l'objet dépendant affecté par l'opération planifiée dans l'objet qui appelle l'objet <see cref="T:Microsoft.AnalysisServices.DependenciesCalculator" />.</summary>
			<returns>A string with the object path for the dependent object and the intended operation described.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DependencyResult.Type">
			<summary>Obtient l'état dans lequel l'objet <see cref="P:Microsoft.AnalysisServices.DependencyResult.Dependent" /> se trouve si l'opération planifiée est effectuée dans l'objet qui appelle l'objet <see cref="T:Microsoft.AnalysisServices.DependenciesCalculator" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DependencyType" /> value for dependent object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DependencyType">
			<summary>Décrit la manière dont des objets dépendent d'autres objets.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DependencyType.Alter">
			<summary>Spécifie que l'objet dépendant sera altéré ou modifié par l'opération prévue.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DependencyType.Delete">
			<summary>Spécifie que l'objet dépendant sera supprimé par l'opération prévue.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DependencyType.Invalid">
			<summary>Spécifie que l'objet dépendant sera rendu non valide par l'opération prévue.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.DesignAggregationsResult">
			<summary>Définit quelles informations sont retournées au sujet du processus de conception des agrégations.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.DesignAggregationsResult.AggregationCount">
			<summary>Obtient le nombre total d'agrégations conçues à ce point.</summary>
			<returns>A long value with the total number of aggregations designed to this point.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DesignAggregationsResult.LastStep">
			<summary>Obtient une valeur Boolean qui indique si le processus de conception d'agrégation est terminé.</summary>
			<returns>A Boolean value that tells if the aggregation design process has finished.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DesignAggregationsResult.Optimization">
			<summary>Obtient le niveau d'amélioration des performances atteint dans le processus de conception d'agrégation.</summary>
			<returns>A value between zero and one which represents the level of performance improvement reached in the aggregation design process.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DesignAggregationsResult.Steps">
			<summary>Obtient le nombre d'étapes que le concepteur a passé dans la dernière itération de conception d'agrégation.</summary>
			<returns>An integer value with the number of steps the designer accomplished in the last aggregation design iteration.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DesignAggregationsResult.Storage">
			<summary>Obtient le stockage total estimé, en octets, nécessaire pour les agrégations conçues à ce point.</summary>
			<returns>A long value with the estimated storage in bytes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DesignAggregationsResult.Time">
			<summary>Obtient le temps passé en millisecondes par le concepteur dans la dernière itération de conception d'agrégation.</summary>
			<returns>A long value with the elapsed time in milliseconds the designer spent in the last iteration.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.Dimension">
			<summary>Représente le contenu d'un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à l'aide d'un nom.</summary>
			<param name="name">A String containing the name of the <see cref="T:Microsoft.AnalysisServices.Dimension" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String containing the name of the <see cref="T:Microsoft.AnalysisServices.Dimension" />.</param>
			<param name="id">A String containing a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Dimension" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<summary>Envoie un type de traitement au serveur et indique s'il peut être appliqué à l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ProcessType" /> object that contains information about the processing type available on the <see cref="T:Microsoft.AnalysisServices.Server" /> indicates that processing can take place; otherwise, false.</returns>
			<param name="processType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.Clone">
			<summary>Crée une copie complète d'un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>The cloned object itself.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.CopyTo(Microsoft.AnalysisServices.Dimension)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.GetDependents(System.Collections.Hashtable)">
			<param name="dependents"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Dimension.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.AttributeAllMemberName">
			<summary>Obtient ou définit la valeur d'attribut AllMember de la dimension.</summary>
			<returns>A String value with the caption for the AllMember attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.AttributeAllMemberTranslations">
			<summary>Obtient la collection de traductions pour l'attribut AllMember.</summary>
			<returns>A <see cref="P:Microsoft.AnalysisServices.Dimension.Translations" /> collection with the translations for the AllMember attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Attributes">
			<summary>Obtient la collection d'attributs de la dimension.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttributeCollection" /> with the attributes collection of the dimension.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Collation">
			<summary>Obtient ou définit le classement pour les membres de la dimension.</summary>
			<returns>A String with the collation value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.CurrentStorageMode">
			<summary>Obtient ou définit le mode de stockage actuel de la dimension.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionStorageMode" /> value with the current storage of the dimension.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.DataSource">
			<summary>Obtient l'objet source de données utilisé dans la dimension actuelle.</summary>
			<returns>An object containing <see cref="P:Microsoft.AnalysisServices.Dimension.DataSource" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.DataSourceView">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.Dimension.DataSourceView" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>An object containing <see cref="P:Microsoft.AnalysisServices.Dimension.DataSourceView" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.DependsOnDimensionID">
			<summary>Obtient ou définit l'identificateur interne d'une dimension dont dépend la dimension actuelle. Consultez la propriété <see cref="P:Microsoft.AnalysisServices.Dimension.DependsOnDimension" />.</summary>
			<returns>A String value with the internal identifier of the dimension that the current dimension depends on.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.DimensionPermissions">
			<summary>Obtient la collection d'autorisations pour la dimension.</summary>
			<returns>A <see cref="P:Microsoft.AnalysisServices.Dimension.DimensionPermissions" /> collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.ErrorConfiguration">
			<summary>Obtient ou définit l'objet de la configuration d'erreur pour la dimension actuelle.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> object with the current error configuration definition for the dimension</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Hierarchies">
			<summary>Obtient la collection <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> pour la dimension actuelle.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.HierarchyCollection" /> object with the collection of hierarchies defined for the current dimension.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.IsLinked">
			<summary>Obtient une valeur qui indique si la dimension actuelle est liée.</summary>
			<returns>true if the dimension is linked; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.IsParentChild">
			<summary>Obtient une valeur True si la dimension actuelle est de type ParentChild.</summary>
			<returns>true if the dimension is linked; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.KeyAttribute">
			<summary>Obtient l'attribut du niveau le plus bas pour la dimension actuelle.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object that is the key attribute for the current dimension.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Language">
			<summary>Obtient ou définit la valeur qui spécifie le langage par défaut pour un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>An Integer value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.MdxMissingMemberMode">
			<summary>Obtient ou définit le mode de membre manquant MDX associé à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />. </summary>
			<returns>An enumeration with possible values Ignore or Error.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.MiningModel">
			<summary>Obtient les détails d'un modèle d'exploration de données individuel associés à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningModel" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.MiningModelID">
			<summary>Obtient ou définit l'identificateur de modèle d'exploration de données associé à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>The mining model identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.ProactiveCaching">
			<summary>Obtient ou définit les propriétés de mise en cache proactive associées à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>Proactive caching information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.ProcessingMode">
			<summary>Obtient ou définit le mode de traitement associé à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>Processing mode information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.ProcessingPriority">
			<summary>Obtient ou définit la priorité de traitement d'un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>An Integer representation of processing priority.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Source">
			<summary>Obtient ou définit l'attribut source lié à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>The source binding.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.StorageMode">
			<summary>Obtient ou définit le mode de stockage associé à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>An enumeration containing either Molap or Rolap.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Translations">
			<summary>Obtient la collection des traductions associées à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.Type">
			<summary>Obtient ou définit le type de l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>An enumeration containing dimension types. The default is Regular</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.UnknownMember">
			<summary>Obtient ou définit le comportement du membre inconnu pour un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>An enumeration with the possible values Visible, Hidden, None.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.UnknownMemberName">
			<summary>Obtient ou définit la légende à utiliser pour les membres inconnus en langage par défaut pour un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>The UnknownMemberName. The default is Unknown.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.UnknownMemberTranslations">
			<summary>Collection de traductions qui fournissent une légende pour un membre inconnu associé à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Dimension.WriteEnabled">
			<summary>Obtient ou définit la valeur Boolean pour la propriété d'activation en écriture associée à un objet <see cref="T:Microsoft.AnalysisServices.Dimension" />.</summary>
			<returns>true if write is enabled; otherwise, false.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionAttribute">
			<summary>Décrit un attribut de dimension. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttribute.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttribute.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttribute.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttribute.CopyTo(Microsoft.AnalysisServices.DimensionAttribute)">
			<param name="obj"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.AttributeHierarchyDisplayFolder">
			<summary>Obtient ou définit le dossier dans lequel la hiérarchie d'attribut associée doit être affichée.</summary>
			<returns>A String containing the folder in which to display the associated attribute hierarchy</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.AttributeHierarchyEnabled">
			<summary>Obtient ou définit si une hiérarchie d'attribut est activée pour l'attribut.</summary>
			<returns>true if an attribute hierarchy is enabled; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.AttributeHierarchyOptimizedState">
			<summary>Obtient ou définit le niveau d'optimisation appliqué à la hiérarchie d'attribut.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.OptimizationType" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.AttributeHierarchyOrdered">
			<summary>Obtient ou définit si la hiérarchie d'attribut associée est triée.</summary>
			<returns>true if associated attribute hierarchy is ordered; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.AttributeHierarchyVisible">
			<summary>Obtient ou définit si la hiérarchie d'attribut est visible par des applications clientes.</summary>
			<returns>true if the attribute hierarchy is visible to client applications; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.AttributeRelationships">
			<summary>Obtient la collection des objets <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> pour l'attribut.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AttributeRelationshipCollection" /> object containing a collection of <see cref="T:Microsoft.AnalysisServices.AttributeRelationship" /> objects for the attribute. </returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.CustomRollupColumn">
			<summary>Obtient ou définit les détails de la colonne qui fournissent une formule de cumul personnalisé.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItem" /> object that contains details of the column that provide a custom rollup formula.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.CustomRollupPropertiesColumn">
			<summary>Obtient ou définit les détails d'une colonne qui fournissent les propriétés d'une formule de cumul personnalisé.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItem" /> object that contains the details of a column that provide the properties of a custom rollup formula.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.DefaultMember">
			<summary>Obtient ou définit une expression MDX (Multidimensional Expressions) qui identifie le membre par défaut de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</summary>
			<returns>A string containing Multidimensional Expressions (MDX) expression that identifies the default member of <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.DiscretizationBucketCount">
			<summary>Obtient ou définit le nombre de compartiments où s'effectue la discrétisation des valeurs d'attribut.</summary>
			<returns>An Integer containing the number of buckets into which to group the values of the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.DiscretizationMethod">
			<summary>Obtient ou définit la méthode à utiliser pour la discrétisation.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DiscretizationMethod" /> object containing the method to be used for discretization.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.EstimatedCount">
			<summary>Obtient ou définit le nombre estimé de membres pour un attribut.</summary>
			<returns>A 64-bit signed integer containing the estimated number of members for an attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.IsAggregatable">
			<summary>Obtient ou définit si les valeurs de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> peuvent être regroupées.</summary>
			<returns>true if the values of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object can be aggregated; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.KeyColumns">
			<summary>Obtient la collection des définitions de colonne clé pour l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItemCollection" /> containing the key column definitions for <see cref="T:Microsoft.AnalysisServices.DimensionAttribute." /></returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.KeyUniquenessGuarantee">
			<summary>Obtient ou définit si la validité de la relation entre la clé d'attribut et son nom (ainsi que la relation avec les attributs associés) est garantie.</summary>
			<returns>true if the relationship between the attribute key and its name, and the relationship to related attributes, is guaranteed to be valid; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.MemberNamesUnique">
			<summary>Obtient ou définit si les noms des membres sous l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> doivent être uniques.</summary>
			<returns>true if member names under <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> must be unique; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.MembersWithData">
			<summary>Obtient ou définit si les membres de données pour les membres non-feuille dans l'attribut parent sont affichés ou non.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MembersWithData" /> object determining whether to display data members for non-leaf members in the parent attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.MembersWithDataCaption">
			<summary>Obtient ou définit une chaîne de modèle utilisée pour créer des légendes pour les membres de données générés par le système.</summary>
			<returns>A string that contains a template string that is used to create captions for system-generated data members.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.NameColumn">
			<summary>Obtient ou définit la colonne qui fournit le nom de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItem" /> that identifies the column that provides the name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.NamingTemplate">
			<summary>Obtient ou définit la manière dont les niveaux sont appelés dans une hiérarchie parent-enfant construite à partir de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</summary>
			<returns>A string that defines how levels are named in a parent-child hierarchy constructed from the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.NamingTemplateTranslations">
			<summary>Obtient une collection de traductions localisées pour la propriété <see cref="P:Microsoft.AnalysisServices.DimensionAttribute.NamingTemplate" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> of localized translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.OrderBy">
			<summary>Obtient ou définit la manière de classer les membres contenus dans l'attribut.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.OrderBy" /> that describes how to order the members contained in the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.OrderByAttribute">
			<summary>Obtient ou définit l'attribut selon lequel les membres de la hiérarchie d'attribut doivent être classés.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> that identifies the attribute by which to order the members of the attribute hierarchy.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.OrderByAttributeID">
			<summary>Obtient ou définit un autre attribut selon lequel les membres de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> doivent être classés.</summary>
			<returns>A string that identifies another attribute by which to order the members of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.ParentDatabase">
			<summary>Obtient la base de données parente de l'attribut.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> that specifies the parent database of the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'attribut.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> identifying the parent <see cref="T:Microsoft.AnalysisServices.Server" /> of the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.RootMemberIf">
			<summary>Obtient ou définit la manière dont le membre racine ou les membres d'un attribut parent sont identifiés.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.RootIfValue" /> that determines how the root member or members of a parent attribute are identified.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.SkippedLevelsColumn">
			<summary>Obtient ou définit les détails d'une colonne qui stocke le nombre de niveaux omis (vides) entre chaque membre et son parent.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItem" /> that provides the details of a column that stores the number of skipped (empty) levels between each member and its parent.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.Translations">
			<summary>Obtient la collection d'objets <see cref="T:Microsoft.AnalysisServices.Translation" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AttributeTranslationCollection" /> that contains the collection of <see cref="T:Microsoft.AnalysisServices.Translation" /> objects associated with <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.UnaryOperatorColumn">
			<summary>Obtient ou définit les détails d'une colonne qui fournit un opérateur unaire.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItem" /> defining the details of a column providing a unary operator.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.Usage">
			<summary>Obtient ou définit la manière dont un attribut est utilisé.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AttributeUsage" /> describing how an attribute is used.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttribute.ValueColumn">
			<summary>Obtient ou définit la colonne qui fournit la valeur de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItem" /> that identifies the column that provides the value of <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionAttributeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Add(Microsoft.AnalysisServices.DimensionAttribute)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Contains(Microsoft.AnalysisServices.DimensionAttribute)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> if it iscontained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> if it is contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.IndexOf(Microsoft.AnalysisServices.DimensionAttribute)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Insert(System.Int32,Microsoft.AnalysisServices.DimensionAttribute)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec le nom spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Move(Microsoft.AnalysisServices.DimensionAttribute,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Remove(Microsoft.AnalysisServices.DimensionAttribute)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Remove(Microsoft.AnalysisServices.DimensionAttribute,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionAttributeCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttributeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionAttributeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionBinding">
			<summary>Définit une liaison d'un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à un objet <see cref="T:Microsoft.AnalysisServices.DataSource" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionBinding.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> pour les objets <see cref="T:Microsoft.AnalysisServices.DataSource" /> et <see cref="T:Microsoft.AnalysisServices.Dimension" /> spécifiés.</summary>
			<param name="dataSourceID">A String that contains the identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" />.</param>
			<param name="dimensionID">A String that contains the identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionBinding.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionBinding.CopyTo(Microsoft.AnalysisServices.DimensionBinding)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> actuel dans l'objet spécifié.</summary>
			<returns>A reference to the copied object.</returns>
			<param name="obj">Specifies where the current <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> object is to be copied.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionBinding.ToString">
			<summary>Retourne une valeur System.String avec la propriété <see cref="P:Microsoft.AnalysisServices.DimensionBinding.DataSourceID" /> et la propriété <see cref="P:Microsoft.AnalysisServices.DimensionBinding.DimensionID" />.</summary>
			<returns>A String value with &lt;DataSourceID&gt;.&lt;DimensionID&gt;.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionBinding.DataSourceID">
			<summary>Obtient ou définit l'identificateur <see cref="T:Microsoft.AnalysisServices.DataSource" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> actuel.</summary>
			<returns>A String that contains the identifier of the <see cref="T:Microsoft.AnalysisServices.DataSource" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionBinding.DimensionID">
			<summary>Obtient ou définit l'identificateur <see cref="T:Microsoft.AnalysisServices.Dimension" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.DimensionBinding" /> actuel.</summary>
			<returns>A String that contains the identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionBinding.Persistence">
			<summary>Obtient ou définit la persistance de métadonnées pour l'objet actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PersistenceType" /> value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionBinding.RefreshInterval">
			<summary>Obtient ou définit l'intervalle de mise à jour pour les données de dimension.</summary>
			<returns>A TimeSpan value with the interval duration.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionBinding.RefreshPolicy">
			<summary>Obtient ou définit la stratégie de mise à jour pour l'objet actuel.</summary>
			<returns>A <see cref="F:Microsoft.AnalysisServices.RefreshPolicy.ByQuery" /> value means the dimension data is explicitly refreshed by the user. A <see cref="F:Microsoft.AnalysisServices.RefreshPolicy.ByInterval" /> value means the dimension data is refreshed at set intervals as defined by <see cref="P:Microsoft.AnalysisServices.DimensionBinding.RefreshInterval" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Dimension" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Dimension" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Add(Microsoft.AnalysisServices.Dimension)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Dimension" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Dimension" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Dimension" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.AddNew(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec la clé spécifiée à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Dimension" />.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.AddNew(System.String,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec le nom et la clé spécifiés à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Dimension" />.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Contains(Microsoft.AnalysisServices.Dimension)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Dimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Dimension" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.IndexOf(Microsoft.AnalysisServices.Dimension)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Dimension" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Dimension" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Insert(System.Int32,Microsoft.AnalysisServices.Dimension)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Dimension" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec le nom spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Dimension" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Dimension" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Dimension" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Dimension" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Move(Microsoft.AnalysisServices.Dimension,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Dimension" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Dimension" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Dimension" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Remove(Microsoft.AnalysisServices.Dimension)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Remove(Microsoft.AnalysisServices.Dimension,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Dimension" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Dimension" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionPermission">
			<summary>Représente les autorisations d'un élément <see cref="T:Microsoft.AnalysisServices.Role" /> particulier pour une dimension de base de données spécifique. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermission.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermission.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> à l'aide d'un nom, d'un identificateur de rôle et d'un identificateur unique.</summary>
			<param name="roleID">A String that contains the role identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</param>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermission.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermission.CopyTo(Microsoft.AnalysisServices.DimensionPermission)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermission.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionPermission.AttributePermissions">
			<summary>Obtient la collection d'autorisations d'attribut associée à un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</summary>
			<returns>A collection of attribute permissions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionPermission.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Dimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionPermission.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionPermission.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionPermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Add(Microsoft.AnalysisServices.DimensionPermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> has been added.</returns>
			<param name="roleID">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur de rôle et le nom spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> has been added.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Add(System.String,System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Contains(Microsoft.AnalysisServices.DimensionPermission)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.FindByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> if it is contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.GetByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> if it is contained in the collection.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.IndexOf(Microsoft.AnalysisServices.DimensionPermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.DimensionPermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> will be inserted.</param>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur de rôle et le nom spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> will be inserted.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Insert(System.Int32,System.String,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.DimensionPermission" />, with the specified role identifier, name, and identifier.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> will be inserted.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Move(Microsoft.AnalysisServices.DimensionPermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Remove(Microsoft.AnalysisServices.DimensionPermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Remove(Microsoft.AnalysisServices.DimensionPermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DimensionPermissionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionPermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DimensionPermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.DimensionPermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionStorageMode">
			<summary>Détermine le mode de stockage pour la dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionStorageMode.Molap">
			<summary>Spécifie que le mode de stockage est OLAP Multidimensionnel.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionStorageMode.Rolap">
			<summary>Spécifie que le mode de stockage est OLAP relationnel (ROLAP).</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.DimensionType">
			<summary>Fournit au serveur d'analyse et aux applications clientes des informations sur le contenu de dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Accounts">
			<summary>Dimension de structure de comptes de comptabilité.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.BillOfMaterials">
			<summary>Dimension de structure de nomenclature.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Channel">
			<summary>Dimension de structure de canaux multimédia.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Currency">
			<summary>Dimension de structure monétaire.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Customers">
			<summary>Dimension de structure de client.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Geography">
			<summary>Dimension de structure géographique.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Organization">
			<summary>Dimension de structure d'organisation.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Products">
			<summary>Dimension de structure de produits.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Promotion">
			<summary>Dimension de structure de promotion.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Quantitative">
			<summary>Dimension de structure quantitative.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Rates">
			<summary>Dimension de structure de taux.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Regular">
			<summary>La dimension est une structure de dimension régulière.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Scenario">
			<summary>Dimension de structure de scenario.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Time">
			<summary>Dimension de structure date et heure.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DimensionType.Utility">
			<summary>Dimension de structure d'utilitaire.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.DiscretizationMethod">
			<summary>Définit la manière dont une plage de valeurs continue est convertie en nombre de valeurs discret ou fixe.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DiscretizationMethod.Automatic">
			<summary>Choisit la meilleure technique de regroupement parmi les méthodes EqualArea, Clusters et Threshold.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DiscretizationMethod.Clusters">
			<summary>Recherche des compartiments en créant des clusters unidimensionnels sur les valeurs d'entrée à l'aide de l'algorithme K-Means.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DiscretizationMethod.EqualAreas">
			<summary>Spécifie que lorsque la distribution de valeurs continues est représentée par une courbe, les zones situées sous la courbe couvertes par chaque plage de compartiments sont égales.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DiscretizationMethod.None">
			<summary>Aucun regroupement n'est demandé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DiscretizationMethod.Thresholds">
			<summary>Spécifie que lorsque la distribution de valeurs continues est représentée par une courbe, les compartiments sont créés selon les points d'inflexion (là où le dégradé change de direction) dans leur courbe de distribution</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DiscretizationMethod.UserDefined">
			<summary>Spécifie que l'utilisateur peut définir un regroupement personnalisé des membres</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DismissedValidationResultCollection.Add(Microsoft.AnalysisServices.ValidationResult,System.String)">
			<param name="validationResult"> </param>
			<param name="comments"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DismissedValidationResultCollection.Remove(Microsoft.AnalysisServices.DismissedValidationResult)">
			<param name="item"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DismissedValidationResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
			<param name="array"> </param>
			<param name="index"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DismissedValidationRuleCollection.Add(Microsoft.AnalysisServices.ValidationRule,System.String)">
			<param name="validationRule"> </param>
			<param name="comments"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DismissedValidationRuleCollection.Remove(Microsoft.AnalysisServices.DismissedValidationRule)">
			<param name="item"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DismissedValidationRuleCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
			<param name="array"> </param>
			<param name="index"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.DrillThroughAction">
			<summary>Définit une action qui retourne les données sous-jacentes à une valeur calculée ou agrégée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DrillThroughAction.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DrillThroughAction.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> aux paramètres name et id spécifiés.</summary>
			<param name="name">A System.String with the name of the <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" />.</param>
			<param name="id">A System.String with the id of the <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DrillThroughAction.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DrillThroughAction.CopyTo(Microsoft.AnalysisServices.DrillThroughAction)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> actuel vers un objet passé en tant que paramètre.</summary>
			<returns>A reference to the <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> copied object.</returns>
			<param name="obj">Specifies where the current <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> is to be copied.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DrillThroughAction.Default">
			<summary>Obtient ou définit l'objet <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> actuel en tant qu'action par défaut lorsque plusieurs actions d'extraction sont définies.</summary>
			<returns>A Boolean value stating if current <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> is the default action.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.DropOptions">
			<summary>Définit le comportement de la méthode de suppression sur les objets dépendants.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DropOptions.AlterOrDeleteDependents">
			<summary>Spécifie que les objets dépendants sont supprimés et que les objets affectés sont modifiés.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DropOptions.Default">
			<summary>Spécifie que l'option de suppression par défaut pour cet objet est utilisée</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.DropOptions.IgnoreFailures">
			<summary>Spécifie que le processus de suppression continue sur les échecs ou les erreurs.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.DsvTableBinding">
			<summary>Définit une liaison d'une vue de source de données à une table. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DsvTableBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DsvTableBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.DsvTableBinding.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.DsvTableBinding" /> pour la vue et la table de source de données spécifiées.</summary>
			<param name="dataSourceViewID">A String that contains the identifier of the data source view.</param>
			<param name="tableID">A String that contains the identifier of the table.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.DsvTableBinding.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.DsvTableBinding" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.DsvTableBinding" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.DsvTableBinding.CopyTo(Microsoft.AnalysisServices.DsvTableBinding)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.DsvTableBinding" /> actuel vers un objet passé en tant que paramètre.</summary>
			<returns>A reference to the <see cref="T:Microsoft.AnalysisServices.DsvTableBinding" /> copied object.</returns>
			<param name="obj">Specifies where the current <see cref="T:Microsoft.AnalysisServices.DsvTableBinding" /> is to be copied.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.DsvTableBinding.DataSourceViewID">
			<summary>Obtient ou définit l'identificateur unique de vue de source de données.</summary>
			<returns>A String with the data source view unique identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.DsvTableBinding.TableID">
			<summary>Obtient ou définit l'identificateur unique de la table.</summary>
			<returns>A String with the table unique identifier.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ErrorConfiguration">
			<summary>Spécifie des paramètres pour gérer les erreurs qui peuvent se produire lors du traitement de l'élément parent. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> à l'aide d'un keyErrorLogFile nommé.</summary>
			<param name="keyErrorLogFile">A String that contains the name of the keyErrorLogFile.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.#ctor(System.String,System.Int64)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> à l'aide d'un keyErrorLogFile nommé et d'un keyErrorLimit.</summary>
			<param name="keyErrorLogFile">A String that contains the name of the keyErrorLogFile.</param>
			<param name="keyErrorLimit">An Integer representation of the limit on number of errors logged.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.CopyTo(Microsoft.AnalysisServices.ErrorConfiguration)">
			<summary>Crée une copie complète d'un objet dans l'objet existant passé en tant que paramètre.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyDuplicate">
			<summary>Obtient ou définit la propriété KeyDuplicate pour un objet <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" />. Détermine la manière dont Microsoft SQL Server 2005 Analysis Services (SSAS) gère une erreur de clé dupliquée s'il en rencontre une au cours du traitement.</summary>
			<returns>An enumeration of allowed values for KeyDuplicate.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorAction">
			<summary>Obtient ou définit l'action que doit entreprendre Microsoft SQL Server 2005 Analysis Services (SSAS) en cas d'erreur concernant une clé.</summary>
			<returns>An enumeration that corresponds to the allowed values for KeyErrorAction.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLimit">
			<summary>Obtient ou définit le nombre d'erreurs autorisé pendant le traitement.</summary>
			<returns>The Integer value representing the maximum number of error messages allowed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLimitAction">
			<summary>Obtient ou définit l'action entreprise par Microsoft SQL Server 2005 Analysis Services (SSAS) lorsque le nombre d'erreurs de clé spécifié dans l'élément KeyErrorLimit est atteint.</summary>
			<returns>The enumeration that corresponds to the allowed values for KeyErrorLimitAction.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLogFile">
			<summary>Obtient ou définit le nom de fichier pour l'enregistrement des erreurs de traitement dans un journal.</summary>
			<returns>The file name itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyNotFound">
			<summary>Obtient ou définit la manière dont Microsoft SQL Server 2005 Analysis Services (SSAS) répond lorsqu'il rencontre une erreur d'intégrité référentielle.</summary>
			<returns>An enumeration that corresponds to the allowed values for KeyNotFound.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.NullKeyConvertedToUnknown">
			<summary>Obtient ou définit l'action à entreprendre en cas d'erreur de conversion de type Null.</summary>
			<returns>An enumeration that corresponds to the allowed values for NullKeyConvertedToUnknown.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.NullKeyNotAllowed">
			<summary>Obtient ou définit la propriété qui détermine la manière dont le moteur de traitement Microsoft SQL Server 2005 Analysis Services (SSAS) gère une erreur de clé de type Null survenue au cours du traitement.</summary>
			<returns>An enumeration that corresponds to the allowed values for NullKeyNotAllowed.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ErrorOption">
			<summary>Définit le comportement d'erreur pendant le traitement de l'objet.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ErrorOption.IgnoreError">
			<summary>Ignore l'erreur et continue le traitement. Rien n'est journalisé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ErrorOption.ReportAndContinue">
			<summary>Ignore l'erreur, continue le traitement. Journalise d'après les options de journal.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ErrorOption.ReportAndStop">
			<summary>Arrête le traitement et journalise l'erreur.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ErrorPriority">
			<summary>Définit la priorité d'erreur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ErrorPriority.High">
			<summary>Donne une priorité haute à l'erreur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ErrorPriority.Low">
			<summary>Donne une priorité basse à l'erreur.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.FiscalYearName">
			<summary>Définit le nom à utiliser pour l'année fiscale, l'année civile actuelle ou l'année civile suivante.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.FiscalYearName.CalendarYearName">
			<summary>Utilise le nom d'année civile actuelle.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.FiscalYearName.NextCalendarYearName">
			<summary>Utilise le nom d'année civile suivante.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Group">
			<summary>Définit un groupe d'attributs à utiliser dans une liaison <see cref="T:Microsoft.AnalysisServices.UserDefinedGroupBinding" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Group.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Group" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Group.CopyTo(Microsoft.AnalysisServices.Group)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.Group" /> actuel dans l'objet passé en tant que paramètre.</summary>
			<param name="obj">Specifies the <see cref="T:Microsoft.AnalysisServices.Group" /> object into which the current object is to be copied.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Group.Members">
			<summary>Obtient une collection de chaînes avec tous les membres du groupe.</summary>
			<returns>A collection of strings with all group members.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Group.Name">
			<summary>Obtient ou définit le nom de groupe.</summary>
			<returns>A System.String with group name.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.GroupCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Group" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Group" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.Add(Microsoft.AnalysisServices.Group)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Group" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Group" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Group" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.Clear">
			<summary>Supprime tous les éléments de la collection. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.Contains(Microsoft.AnalysisServices.Group)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Group" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Group" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Group" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible. Cette classe ne peut pas être héritée.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.IndexOf(Microsoft.AnalysisServices.Group)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Group" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Group" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Group" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.Insert(System.Int32,Microsoft.AnalysisServices.Group)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Group" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Group" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Group" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.Remove(Microsoft.AnalysisServices.Group)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Group" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Group" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.GroupCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Group" /> à l'index spécifié dans la collection. Cette classe ne peut pas être héritée.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Group" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.GroupCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.Group" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.Group" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.GroupCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Group" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Group" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Group" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.GroupingBehavior">
			<summary>Recommande aux applications clientes la manière de générer des requêtes dans la hiérarchie.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.GroupingBehavior.DiscourageGrouping">
			<summary>Les applications clientes sont encouragées à ne pas effectuer de regroupement sur chaque membre de la hiérarchie.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.GroupingBehavior.EncourageGrouping">
			<summary>Les applications clientes sont encouragées à effectuer le regroupement de chaque membre de la hiérarchie.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.HideIfValue">
			<summary>Indique lorsqu'un membre du niveau doit être masqué par rapport aux applications clientes.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.HideIfValue.Never">
			<summary>Ne masquez jamais le membre du niveau.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.HideIfValue.NoName">
			<summary>Masque le membre du niveau si le membre n'a aucun nom ou un nom vide</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.HideIfValue.OnlyChildWithNoName">
			<summary>Masque le membre du niveau si le membre est le seul enfant et s'il n'a aucun nom ou un nom vide.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.HideIfValue.OnlyChildWithParentName">
			<summary>Masque le membre du niveau si le membre est le seul enfant et si son nom est le même que celui du parent.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.HideIfValue.ParentName">
			<summary>Masque le membre du niveau si le nom du membre est le même que celui du parent.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Hierarchy">
			<summary>Représente une hiérarchie dans une dimension. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Hierarchy.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Hierarchy.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Hierarchy.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Hierarchy.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Hierarchy.CopyTo(Microsoft.AnalysisServices.Hierarchy)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.AllMemberName">
			<summary>Obtient ou définit la propriété de nom de tous les membres de l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>The name of the all member.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.AllMemberTranslations">
			<summary>Obtient la propriété de traductions de tous les membres de l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.AllowDuplicateNames">
			<summary>Obtient ou définit la valeur Boolean pour autoriser les noms en double pour un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>true if duplicate names are allowed; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.DisplayFolder">
			<summary>Obtient ou définit le dossier d'affichage associé à l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>The name of the display folder.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.Levels">
			<summary>Obtient les niveaux associés à l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>A collection of levels.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.MemberNamesUnique">
			<summary>Obtient ou définit les noms de membre de propriété uniques pour l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>true if member names are unique; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Dimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Hierarchy.Translations">
			<summary>Obtient la collection de traductions associée à un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.HierarchyCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Hierarchy" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Add(Microsoft.AnalysisServices.Hierarchy)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Add(System.String,System.Boolean)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec le nom spécifié à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be added.</param>
			<param name="updateDependents">Indicates whether the dependents of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> should be updated.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Contains(Microsoft.AnalysisServices.Hierarchy)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Hierarchy" />, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Hierarchy" />, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.IndexOf(Microsoft.AnalysisServices.Hierarchy)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> specified by id, if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Insert(System.Int32,Microsoft.AnalysisServices.Hierarchy)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Hierarchy" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Move(Microsoft.AnalysisServices.Hierarchy,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Remove(Microsoft.AnalysisServices.Hierarchy)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Remove(Microsoft.AnalysisServices.Hierarchy,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.HierarchyCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.HierarchyCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.HierarchyCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.HierarchyUniqueNameStyle">
			<summary>Définit la manière dont le nom unique de la hiérarchie est constitué.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.HierarchyUniqueNameStyle.ExcludeDimensionName">
			<summary>Spécifie que le nom est constitué à l'aide du nom de la hiérarchie uniquement.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.HierarchyUniqueNameStyle.IncludeDimensionName">
			<summary>Spécifie que le nom est constitué à l'aide du nom de la dimension et de la hiérarchie.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.IMajorObject.DependsOn(Microsoft.AnalysisServices.IMajorObject)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IMajorObject.GetDependents(System.Collections.Hashtable)">
			<param name="dependents"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IMajorObject.Refresh(System.Boolean,Microsoft.AnalysisServices.RefreshType)">
			<param name="full"> </param>
			<param name="type"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IMajorObject.WriteRef(System.Xml.XmlWriter)">
			<param name="writer">  </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ImpactAnalysisType">
			<summary>Définit l'état de l'objet si l'opération est effectuée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpactAnalysisType.Invalid">
			<summary>Ne sera pas valide.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpactAnalysisType.Processed">
			<summary>Sera en traitement.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpactAnalysisType.Unprocessed">
			<summary>Sera non traité.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ImpactDetail">
			<summary>Contient un résultat de détail pour une opération d'analyse d'impact.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetail.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" />.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpactDetail.Description">
			<summary>Obtient ou définit la description du message d'erreur ou d'avertissement de l'opération d'analyse d'impact.</summary>
			<returns>A system.string with the error or warning message description from the impact analysis operation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpactDetail.FaultCode">
			<summary>Obtient ou définit le code d'erreur de l'exécution de l'opération en question.</summary>
			<returns>A system.string with the error code from executing the planned operation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpactDetail.Impact">
			<summary>Obtient ou définit le type d'impact de l'opération planifiée sur la propriété <see cref="P:Microsoft.AnalysisServices.ImpactDetail.Object" /> actuelle.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ImpactAnalysisType" /> value that the planned operation has on current <see cref="P:Microsoft.AnalysisServices.ImpactDetail.Object" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpactDetail.Object">
			<summary>Obtient l'objet affecté par les opérations planifiées dans l'analyse d'impact.</summary>
			<returns>The object that would be affected by the planned operations in impact analysis.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpactDetail.Severity">
			<summary>Obtient ou définit une chaîne avec les valeurs Error ou Warning selon la gravité de l'analyse d'impact.</summary>
			<returns>A string with the values Error or Warning depending on the severity of the impact analysis.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ImpactDetailCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.ImpactDetail" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Add(Microsoft.AnalysisServices.ImpactDetail)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Clear">
			<summary>Supprime tous les éléments de la collection. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Contains(Microsoft.AnalysisServices.ImpactDetail)">
			<summary>Vérifie si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible. Cette classe ne peut pas être héritée.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.GetInvalidObjects">
			<summary>Obtient un objet <see cref="T:System.Collections.ArrayList" /> qui contient des objets non valides.</summary>
			<returns>An <see cref="T:System.Collections.ArrayList" /> containing invalid objects.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.GetUnprocessedObjects">
			<summary>Obtient un objet <see cref="T:System.Collections.ArrayList" /> qui contient des objets non traités.</summary>
			<returns>An <see cref="T:System.Collections.ArrayList" /> containing unprocessed objects.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.IndexOf(Microsoft.AnalysisServices.ImpactDetail)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Insert(System.Int32,Microsoft.AnalysisServices.ImpactDetail)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Remove(Microsoft.AnalysisServices.ImpactDetail)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> à l'index spécifié dans la collection. Cette classe ne peut pas être héritée.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ImpersonationInfo">
			<summary>Définit le type d'informations d'identification utilisé pour établir une connexion au serveur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor(Microsoft.AnalysisServices.ImpersonationMode)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" />spécifié.</summary>
			<param name="mode">An ImpersonationMode that contains the mode of impersonating.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> pour le compte d'utilisateur et le mot de passe spécifiés.</summary>
			<param name="account">A String that contains the user account.</param>
			<param name="password">A String that contains the password.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor(Microsoft.AnalysisServices.ImpersonationMode,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" />, le compte d'utilisateur et le mot de passe spécifiés.</summary>
			<param name="mode">An ImpersonationMode that contains the mode of impersonating.</param>
			<param name="account">A String that contains the user account.</param>
			<param name="password">A String that contains the password.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.CopyTo(Microsoft.AnalysisServices.ImpersonationInfo)">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> actuel dans l'objet spécifié.</summary>
			<returns>A reference to copied object.</returns>
			<param name="obj">Specifies where the current <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> is to be copied.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.ToString">
			<summary>Retourne une représentation System.String de l'objet actuel.</summary>
			<returns>A System.String representation of current object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.Account">
			<summary>Obtient ou définit le compte d'utilisateur.</summary>
			<returns>A system.string with the user account.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.ImpersonationInfoSecurity">
			<summary>Obtient ou définit la disponibilité du mot de passe de source de données.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ImpersonationInfoSecurity" /> value with password availability from data source.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.ImpersonationMode">
			<summary>Obtient ou définit le mode d'accès utilisé par le service pour se connecter à la source de données.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" /> value with the access mode the service uses to connect to the data source.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.Password">
			<summary>Obtient ou définit le mot de passe.</summary>
			<returns>A system.string with the password for the user account.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ImpersonationInfoSecurity">
			<summary>Définit la disponibilité du mot de passe à partir de la source de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationInfoSecurity.PasswordRemoved">
			<summary>Le mot de passe a été supprimé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationInfoSecurity.Unchanged">
			<summary>Le mot de passe est encore disponible dans la source de données.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ImpersonationLevel">
			<summary>Indique le niveau d'emprunt d'identité que le serveur peut utiliser lorsqu'il emprunte l'identité du client.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Anonymous">
			<summary>Le client est anonyme au serveur. Le processus serveur ne peut pas obtenir les informations d'identification du client et ne peut pas emprunter l'identité du client.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Delegate">
			<summary>Le processus peut emprunter l'identité du contexte de sécurité du client lorsqu'il agit de la part du client. Le processus serveur peut également faire des appels sortants à d'autres serveurs lorsqu'il agit de la part du client.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Identify">
			<summary>Le serveur peut obtenir l'identité du client. Le serveur peut emprunter l'identité du client pour la vérification ACL mais ne peut pas accéder aux objets système.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Impersonate">
			<summary>Le processus serveur peut emprunter l'identité du contexte de sécurité du client lorsqu'il agit de la part du client. Ces informations sont obtenues lorsque la connexion est établie, mais pas sur chaque appel.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ImpersonationMode">
			<summary>Définit le mode d'accès à la source de données utilisée par le service pour traiter ses objets, synchroniser le serveur et pour l'instruction d'exploration de données OPENQUERY (DMX)).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationMode.Default">
			<summary>Utilise la valeur héritée de l'objet <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" /> sur l'objet <see cref="P:Microsoft.AnalysisServices.Database.DataSourceImpersonationInfo" /> dans la base de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateAccount">
			<summary>Cette option est utilisée lorsque le service utilise le compte et (de manière facultative) un mot de passe associé à la source de données. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateAnonymous">
			<summary>Non pris en charge actuellement.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateCurrentUser">
			<summary>L'identité de l'utilisateur actuel est empruntée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateServiceAccount">
			<summary>Les informations d'identification du compte de service sont utilisées. </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.IncrementalProcessingNotification">
			<summary>Contient pour l'élément <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" /> des informations sur une requête à exécuter pour suivre la progression du traitement incrémentiel. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotification.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotification.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> à l'aide d'une requête, d'un identificateur de table et d'un texte de requête en cours de traitement.</summary>
			<param name="query"> </param>
			<param name="tableID"> </param>
			<param name="processingQuery"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotification.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotification.CopyTo(Microsoft.AnalysisServices.IncrementalProcessingNotification)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.IncrementalProcessingNotification.ProcessingQuery">
			<summary>Obtient ou définit le contenu du texte paramétrable de la requête à exécuter pour la notification d'état de traitement incrémentiel.</summary>
			<returns>The actual query processing text.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.IncrementalProcessingNotification.TableID">
			<summary>Obtient ou définit l'identificateur de table associé à un objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" />.</summary>
			<returns>The table identifier.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.Add(Microsoft.AnalysisServices.IncrementalProcessingNotification)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.Clear">
			<summary>Supprime tous les éléments de la collection. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.Contains(Microsoft.AnalysisServices.IncrementalProcessingNotification)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible. Cette classe ne peut pas être héritée.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.IndexOf(Microsoft.AnalysisServices.IncrementalProcessingNotification)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.Insert(System.Int32,Microsoft.AnalysisServices.IncrementalProcessingNotification)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.Remove(Microsoft.AnalysisServices.IncrementalProcessingNotification)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> à l'index spécifié dans la collection. Cette classe ne peut pas être héritée.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> to be removed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> contenus dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> objects contained in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.IncrementalProcessingNotification" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.InheritedBinding">
			<summary>Définit une liaison héritée d'un autre objet. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.InheritedBinding.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.InheritedBinding" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.InheritedBinding.Clone">
			<summary>Retourne une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.InheritedBinding" /> actuel.</summary>
			<returns>The copied <see cref="T:Microsoft.AnalysisServices.InheritedBinding" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.InstanceSelection">
			<summary>Fournit un indicateur sur la manière dont une application cliente affiche une liste de valeurs de serveur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InstanceSelection.DropDown">
			<summary>Spécifie que les valeurs doivent être affichées à l'aide d'un objet DropDown.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InstanceSelection.FilteredList">
			<summary>Spécifie que les valeurs doivent être affichées à l'aide d'un objet FilteredList.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InstanceSelection.List">
			<summary>Spécifie que les valeurs doivent être affichées à l'aide d'un objet List.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InstanceSelection.MandatoryFilter">
			<summary>Spécifie que les valeurs doivent être affichées à l'aide d'un objet FilteredList avec un filtre obligatoire.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InstanceSelection.None">
			<summary>Aucun indicateur n'est fourni.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.IntegratedSecurity">
			<summary>Définit le type de sécurité intégrée utilisée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.IntegratedSecurity.Basic">
			<summary>Le nom d'utilisateur et le mot de passe sont utilisés pour vérifier des informations d'identification.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.IntegratedSecurity.Sspi">
			<summary>La Sécurité intégrée de Windows est utilisée pour vérifier des informations d'identification</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.IntegratedSecurity.Unspecified">
			<summary>Une méthode non spécifiée est utilisée pour vérifier des informations d'identification.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.InvalidXmlCharacters">
			<summary>Définit la manière dont les caractères XML non valides sont gérés.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InvalidXmlCharacters.Preserve">
			<summary>Spécifie que les caractères non valides sont conservés en XML.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InvalidXmlCharacters.Remove">
			<summary>Spécifie que les caractères non valides sont supprimés du XML.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.InvalidXmlCharacters.Replace">
			<summary>Spécifie que les caractères non valides sont remplacés en XML par un point d'interrogation (?).</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.IProcessable.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<param name="processType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType)">
			<param name="processType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
			<param name="warnings"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
			<param name="warnings"> </param>
			<param name="impactResult"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
			<param name="warnings"> </param>
			<param name="impactResult"> </param>
			<param name="anlyzeImpactOnly"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.KeyErrorAction">
			<summary>Définit la manière dont les erreurs gèrent les clés de dimension pendant des opérations de processus.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.KeyErrorAction.ConvertToUnknown">
			<summary>Convertit la clé en valeur inconnue.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.KeyErrorAction.DiscardRecord">
			<summary>Ignore l'enregistrement.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.KeyErrorLimitAction">
			<summary>Définit ce qui arrive lorsque la propriété <see cref="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLimit" /> est dépassée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.KeyErrorLimitAction.StopLogging">
			<summary>Arrête d'enregistrer les erreurs.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.KeyErrorLimitAction.StopProcessing">
			<summary>Arrête le traitement.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Kpi">
			<summary>Représente un indicateur de performance clé (KPI). Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Kpi.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Kpi.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Kpi" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Kpi" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Kpi.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Kpi" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Kpi.CopyTo(Microsoft.AnalysisServices.Kpi)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> vers l'objet spécifié.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Kpi" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.AssociatedMeasureGroup">
			<summary>Obtient le groupe de mesures associé aux calculs dans un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.AssociatedMeasureGroupID">
			<summary>Obtient ou définit l'ID du groupe de mesures associé aux calculs dans un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A String that contains the ID of an <see cref="P:Microsoft.AnalysisServices.Kpi.AssociatedMeasureGroupID" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.CurrentTimeMember">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Kpi.CurrentTimeMember" /> d'un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A String that contains a <see cref="P:Microsoft.AnalysisServices.Kpi.CurrentTimeMember" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.DisplayFolder">
			<summary>Obtient ou définit le dossier d'affichage associé à un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A text description of the display folder.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.Goal">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Kpi.Goal" /> d'un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A String that contains an MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A cube object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Cube" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.ParentKpiID">
			<summary>Obtient ou définit l'ID de l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> parent.</summary>
			<returns>A String that contains <see cref="P:Microsoft.AnalysisServices.Kpi.ParentKpiID" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.Status">
			<summary>Obtient ou définit l'état d'un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> dans le formulaire d'une expression MDX.</summary>
			<returns>A String that contains an MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.StatusGraphic">
			<summary>Obtient ou définit le graphique d'état associé à un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>The name of the status graphic.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.Translations">
			<summary>Obtient la collection de traductions associée à un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.Trend">
			<summary>Obtient ou définit la tendance représentée par une expression MDX.</summary>
			<returns>A String that contains an MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.TrendGraphic">
			<summary>Obtient ou définit le graphique de tendance associé à un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>The name of the trend graphic.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.Value">
			<summary>Obtient ou définit une valeur d'un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> dans le formulaire d'une expression MDX.</summary>
			<returns>A String that contains an MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Kpi.Weight">
			<summary>Obtient ou définit la valeur de pondération associée à un objet <see cref="T:Microsoft.AnalysisServices.Kpi" />.</summary>
			<returns>The weight in text form.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.KpiCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Kpi" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Kpi" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Add(Microsoft.AnalysisServices.Kpi)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Kpi" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Kpi" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Kpi" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Contains(Microsoft.AnalysisServices.Kpi)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Kpi" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Kpi" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Kpi" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Kpi" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Kpi" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.IndexOf(Microsoft.AnalysisServices.Kpi)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Kpi" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Kpi" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Insert(System.Int32,Microsoft.AnalysisServices.Kpi)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Kpi" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Kpi" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Kpi" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Kpi" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Kpi" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Kpi" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Move(Microsoft.AnalysisServices.Kpi,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Kpi" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Kpi" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Remove(Microsoft.AnalysisServices.Kpi)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Remove(Microsoft.AnalysisServices.Kpi,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.KpiCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.KpiCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Kpi" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.KpiCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Kpi" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Kpi" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.Level">
			<summary>Définit un niveau dans un élément <see cref="T:Microsoft.AnalysisServices.Hierarchy" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Level.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Level" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Level.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Level" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Level.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Level" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Level" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Level.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Level.CopyTo(Microsoft.AnalysisServices.Level)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Level" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.HideMemberIf">
			<summary>Obtient ou définit la valeur d'une propriété qui indique si et quand un membre dans un objet <see cref="T:Microsoft.AnalysisServices.Level" /> doit être masqué par rapport aux applications clientes.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.HideIfValue" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Hierarchy" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.ParentDimension">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Dimension" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Dimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.SourceAttribute">
			<summary>Obtient ou définit l'attribut de dimension pour un attribut source associé à un objet <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DimensionAttribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.SourceAttributeID">
			<summary>Obtient ou définit l'identificateur d'attribut source associé à un objet <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
			<returns>The source attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Level.Translations">
			<summary>Obtient la collection de traductions associée à un objet <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.LevelCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Level" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Level" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Level" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Add(Microsoft.AnalysisServices.Level)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Level" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Level" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Level" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Level" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Level" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Contains(Microsoft.AnalysisServices.Level)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Level" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Level" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Level" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Level" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Level" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Level" /> if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Level" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.IndexOf(Microsoft.AnalysisServices.Level)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Level" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Level" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Level" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Level" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Level" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Level" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Level" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Level" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Insert(System.Int32,Microsoft.AnalysisServices.Level)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Level" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Level" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Level" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec le nom spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Level" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Level" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Level" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Level" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Level" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Level" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Level" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Move(Microsoft.AnalysisServices.Level,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Level" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Level" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Level" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Level" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Level" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Remove(Microsoft.AnalysisServices.Level)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Level" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Remove(Microsoft.AnalysisServices.Level,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.LevelCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.LevelCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Level" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.LevelCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Level" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Level" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Level" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MajorObject">
			<summary>Sert de classe de base de laquelle tous les objets principaux sont dérivés.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.#ctor">
			<summary>Initialise un nouvel objet principal implémenté par la classe dérivée à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.#ctor(System.String)">
			<summary>Initialise un nouvel objet principal implémenté par la classe dérivée à l'aide du nom de l'objet spécifié.</summary>
			<param name="name">A System.String containing the name of the object.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.#ctor(System.String,System.String)">
			<summary>Initialise un nouvel objet principal implémenté par la classe dérivée à l'aide du nom de l'objet spécifié et de l'identificateur de l'objet.</summary>
			<param name="name">A System.String containing the name of the object.</param>
			<param name="id">A System.String containing the identifier of the object.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Clone(System.Boolean)">
			<param name="forceBodyLoading"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
			<param name="destination"> </param>
			<param name="forceBodyLoading"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Drop">
			<summary>Supprime l'objet actuel et met à jour le serveur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions)">
			<summary>Supprime l'objet actuel et met à jour le serveur à l'aide des options spécifiées.</summary>
			<param name="options">Defines the behavior of the drop method on dependent objects.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions,Microsoft.AnalysisServices.XmlaWarningCollection)">
			<summary>Supprime l'objet actuel et met à jour le serveur à l'aide des options spécifiées. Les avertissements qui résultent d'une opération de suppression sont retournés sur l'objet warnings spécifié.</summary>
			<param name="options">Defines the behavior of the drop method on dependent objects.</param>
			<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> variable to hold all resulting warnings from drop operation.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
			<summary>Supprime l'objet actuel et met à jour le serveur à l'aide des options spécifiées. Les avertissements qui résultent d'une opération de suppression sont retournés sur la variable warnings spécifiée et les résultats pour les objets affectés dans l'opération sont retournés sur la variable impactResult spécifiée.</summary>
			<param name="options">Defines the behavior of the drop method on dependent objects.</param>
			<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> variable to hold all resulting warnings from drop operation.</param>
			<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> variable to hold results for all affected objects in current drop operation.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
			<summary>Supprime l'objet actuel et met à jour le serveur à l'aide des options spécifiées. Les avertissements qui résultent d'une opération de suppression sont retournés sur la variable warnings spécifiée et les résultats pour les objets affectés dans l'opération sont retournés sur la variable impactResult spécifiée.</summary>
			<param name="options">Defines the behavior of the drop method on dependent objects.</param>
			<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> variable to hold all resulting warnings from drop operation.</param>
			<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> variable to hold results for all affected objects in current drop operation.</param>
			<param name="analyzeImpactOnly">If true, only the impact analysis is executed, otherwise drop operation is executed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.GetCreateReferences(System.Collections.Hashtable,System.Boolean,System.Boolean)">
			<param name="createReferences"> </param>
			<param name="considerPermissions"> </param>
			<param name="considerPartitions"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.GetDependents(System.Collections.Hashtable)">
			<param name="dependents"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.GetDropDependents(System.Collections.Hashtable,System.Collections.Hashtable)">
			<param name="dependentsToAlter"> </param>
			<param name="dependentsToDrop"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.GetUpdateOverwrites(System.Boolean)">
			<param name="fullExpansion"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Refresh">
			<summary>Met à jour l'objet actuel à partir des définitions de serveur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Refresh(System.Boolean)">
			<summary>Met à jour l'objet actuel à partir des définitions de serveur et des objets dépendants chargés si spécifié.</summary>
			<param name="full">Specifies a Boolean value to refresh loaded dependent objects if true.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Refresh(System.Boolean,Microsoft.AnalysisServices.RefreshType)">
			<summary>Met à jour l'objet actuel à partir des définitions de serveur et des objets dépendants chargés si spécifié.</summary>
			<param name="full">Specifies a Boolean value to refresh dependent objects if true.</param>
			<param name="type">Specifies a <see cref="T:Microsoft.AnalysisServices.RefreshType" /> value that determines which dependent objects to refresh. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Update">
			<summary>Met à jour la définition de serveur de l'objet actuel aux valeurs réelles à l'aide des valeurs par défaut pour mettre à jour des objets dépendants.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions)">
			<summary>Met à jour la définition de serveur de l'objet actuel aux valeurs réelles à l'aide des options spécifiées pour mettre à jour des objets dépendants.</summary>
			<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode)">
			<summary>Met à jour la définition de serveur de l'objet actuel aux valeurs réelles à l'aide des options spécifiées pour mettre à jour des objets dépendants.</summary>
			<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
			<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exists.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode,Microsoft.AnalysisServices.XmlaWarningCollection)">
			<summary>Met à jour la définition de serveur de l'objet actuel aux valeurs réelles à l'aide des options spécifiées pour mettre à jour des objets dépendants et signale tous les avertissements de l'opération.</summary>
			<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
			<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exists.</param>
			<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> with all warnings resulting from update operation.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
			<summary>Met à jour la définition de serveur de l'objet actuel aux valeurs réelles à l'aide des options spécifiées pour mettre à jour des objets dépendants, signale tous les avertissements de l'opération et retourne les objets affectés par l'opération.</summary>
			<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
			<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exist.</param>
			<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> with all warnings resulting from update operation.</param>
			<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> with all affected objects from update operation.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
			<summary>Met à jour la définition de serveur de l'objet actuel aux valeurs réelles à l'aide des options spécifiées pour mettre à jour des objets dépendants, signale tous les avertissements de l'opération et retourne les objets affectés par l'opération. Si analyzeImpactOnly a la valeur true, une opération d'analyse d'impact est effectuée sans opération de mise à jour.</summary>
			<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
			<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exist.</param>
			<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> with all warnings resulting from update operation.</param>
			<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> with all warnings resulting from update operation.</param>
			<param name="analyzeImpactOnly">If true, only the impact analysis is executed, otherwise update operation is executed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MajorObject.Annotations">
			<summary>Obtient l'objet de collection de toutes les annotations pour l'objet actuel.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AnnotationCollection" /> object that has all annotations to current object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MajorObject.CreatedTimestamp">
			<summary>Obtient ou définit la date et l'heure de la création de l'objet.</summary>
			<returns>A System.DateTime value with date and time of creation of the object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MajorObject.Description">
			<summary>Obtient ou définit une chaîne de description de l'objet actuel.</summary>
			<returns>A description string of current object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MajorObject.LastSchemaUpdate">
			<summary>Obtient ou définit la date et l'heure de la dernière mise à jour du schéma d'objet actuel.</summary>
			<returns>A System.DateTime value with the date and time when current object schema was last updated.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MajorObjectCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MajorObject" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObjectCollection.#ctor(Microsoft.AnalysisServices.IModelComponent)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" /> pour l'objet parent spécifié.</summary>
			<param name="parent">The parent of the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObjectCollection.Add(Microsoft.AnalysisServices.ModelComponent)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> à la fin de l'objet <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" /> index at which the item has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MajorObjectCollection.Insert(System.Int32,Microsoft.AnalysisServices.ModelComponent)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> dans l'objet <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" /> à l'index spécifié.</summary>
			<param name="index">The zero-based index at which item should be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension.#ctor(System.String,System.String)">
			<param name="cubeDimensionID"> </param>
			<param name="measureGroupID"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension.CopyTo(Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension)">
			<param name="obj"> </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.MdxMissingMemberMode.Default">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MdxMissingMemberMode.Error">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MdxMissingMemberMode.Ignore">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.MdxScript">
			<summary>Un script MDX est une collection de commandes utilisée habituellement pour remplir un cube avec des calculs. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScript.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScript.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScript.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.MdxScript" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScript.CopyTo(Microsoft.AnalysisServices.MdxScript)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> vers l'objet spécifié.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.MdxScript" /> object.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScript.CalculationProperties">
			<summary>Obtient un objet <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> avec les attributs d'affichage pour les membres calculés définis dans le script actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CalculationProperty" /> object</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScript.Commands">
			<summary>Obtient un objet <see cref="T:Microsoft.AnalysisServices.CommandCollection" /> avec tous les calculs définis dans le script actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CommandCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScript.DefaultScript">
			<summary>Obtient ou définit la propriété DefaultScript qui transforme le script actuel en script par défaut parmi tous les scripts.</summary>
			<returns>true if the current script is the default; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScript.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScript.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScript.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MdxScriptCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MdxScript" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Add(Microsoft.AnalysisServices.MdxScript)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Contains(Microsoft.AnalysisServices.MdxScript)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.IndexOf(Microsoft.AnalysisServices.MdxScript)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of an <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MdxScript" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Insert(System.Int32,Microsoft.AnalysisServices.MdxScript)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MdxScript" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MdxScript" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MdxScript" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MdxScript" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Move(Microsoft.AnalysisServices.MdxScript,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Remove(Microsoft.AnalysisServices.MdxScript)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Remove(Microsoft.AnalysisServices.MdxScript,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MdxScriptCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScriptCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MdxScriptCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MdxScript" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MdxScript" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MdxScript" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.Measure">
			<summary>Définit un attribut de fait pour lequel une agrégation est obtenue. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Measure.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Measure.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Measure" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Measure.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Measure" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Measure" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Measure.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Measure" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Measure.CopyTo(Microsoft.AnalysisServices.Measure)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> vers l'objet spécifié.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Measure" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.AggregateFunction">
			<summary>Obtient ou définit la fonction d'agrégation appliquée à la mesure actuelle.</summary>
			<returns>An AggregationFunction enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.BackColor">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Measure.BackColor" /> pour l'affichage d'un objet <see cref="T:Microsoft.AnalysisServices.Measure" />.</summary>
			<returns>A String that contains a <see cref="P:Microsoft.AnalysisServices.Measure.BackColor" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.DataType">
			<summary>Obtient ou définit le type de données de mesure actuel.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureDataType" /> enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.DisplayFolder">
			<summary>Obtient ou définit les informations <see cref="P:Microsoft.AnalysisServices.Measure.DisplayFolder" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> pour une utilisation par les clients.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.Measure.DisplayFolder" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.FontFlags">
			<summary>Obtient ou définit les informations <see cref="P:Microsoft.AnalysisServices.Measure.FontFlags" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> pour une utilisation par les clients.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.Measure.FontFlags" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.FontName">
			<summary>Obtient ou définit les informations <see cref="P:Microsoft.AnalysisServices.Measure.FontName" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> pour une utilisation par les clients.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.Measure.FontName" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.FontSize">
			<summary>Obtient ou définit les informations <see cref="P:Microsoft.AnalysisServices.Measure.FontSize" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> pour une utilisation par les clients.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.Measure.FontSize" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.ForeColor">
			<summary>Obtient ou définit les informations <see cref="P:Microsoft.AnalysisServices.Measure.ForeColor" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> pour une utilisation par les clients.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.Measure.ForeColor" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.FormatString">
			<summary>Obtient ou définit les informations <see cref="P:Microsoft.AnalysisServices.Measure.FormatString" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> pour une utilisation par les clients.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.Measure.FormatString" /> information.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.Measure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.Source">
			<summary>Obtient ou définit la source d'élément de données pour la mesure actuelle.</summary>
			<returns>A DataItem value with the data source for the current measure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.Translations">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> pour la mesure actuelle.</summary>
			<returns>Returns a collection containing a <see cref="T:Microsoft.AnalysisServices.Measure" /> translation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Measure.Visible">
			<summary>Obtient ou définit si l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> doit être visible pour le client.</summary>
			<returns>true if <see cref="T:Microsoft.AnalysisServices.Measure" /> should be visible; otherwise, false.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureBinding.#ctor(System.String)">
			<param name="measureID"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Measure" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Measure" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Add(Microsoft.AnalysisServices.Measure)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Measure" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Measure" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Measure" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Contains(Microsoft.AnalysisServices.Measure)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Measure" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Measure" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Measure" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic.)</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Measure" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic.)</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Measure" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.IndexOf(Microsoft.AnalysisServices.Measure)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Measure" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Measure" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Measure" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Measure" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Measure" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Insert(System.Int32,Microsoft.AnalysisServices.Measure)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Measure" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Measure" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Measure" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Measure" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Measure" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Measure" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Move(Microsoft.AnalysisServices.Measure,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Measure" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Measure" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Remove(Microsoft.AnalysisServices.Measure)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Measure" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Remove(Microsoft.AnalysisServices.Measure,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Measure" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Measure" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Measure" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Measure" /> to be returned.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.BigInt">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.Boolean">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.Currency">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.Date">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.Double">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.Inherited">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.Integer">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.Single">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.SmallInt">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.TinyInt">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.UnsignedBigInt">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.UnsignedInt">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.UnsignedSmallInt">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.UnsignedTinyInt">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureDataType.WChar">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroup">
			<summary>Définit un ensemble de mesures connues au même niveau de granularité. Toutes les mesures d'un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> doivent provenir d'une table unique.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroup.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroup.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> à l'aide d'un nom.</summary>
			<param name="name">A string containing the name of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroup.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A string containing the name of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
			<param name="id">A string containing a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroup.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<param name="processType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroup.CopyTo(Microsoft.AnalysisServices.MeasureGroup)">
			<summary>Copie une action vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroup.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.AggregationDesigns">
			<summary>Obtient la collection <see cref="P:Microsoft.AnalysisServices.MeasureGroup.AggregationDesigns" /> pour un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A collection of <see cref="P:Microsoft.AnalysisServices.MeasureGroup.AggregationDesigns" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.AggregationPrefix">
			<summary>Obtient ou définit un préfixe pour les tables utilisées pour l'agrégation (lesquelles sont des vues indexées). Cela sert de valeur par défaut pour les partitions dans l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>An aggregation prefix.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.Dimensions">
			<summary>Obtient </summary>
			<returns>A collection of measure group dimensions.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.ErrorConfiguration">
			<summary>Obtient ou définit la propriété ErrorConfiguation associée à un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>An ErrorConfiguation object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.EstimatedRows">
			<summary>Obtient ou définit le nombre de lignes estimé dans l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A long integer containing the estimated number of rows.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.EstimatedSize">
			<summary>Obtient ou définit la taille estimée d'un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A long integer containing the estimated size of a <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.IgnoreUnrelatedDimensions">
			<summary>Obtient ou définit la propriété IgnoreUnrelatedDimensions associée à un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>true if unrelated dimensions are to be forced to their top level; false, they are not.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.IsLinked">
			<summary>Obtient l'état de la propriété IsLinked pour un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>true if <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> is linked; else false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.Measures">
			<summary>Obtient la collection de mesures associée à un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A collection of measures.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.Parent">
			<summary>Obtient l'objet de cube qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A Cube object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.ParentDatabase">
			<summary>Obtient l'objet de base de données qui est le parent de l'objet de cube de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A Database object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.ParentServer">
			<summary>Obtient l'objet serveur qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A Server object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.Partitions">
			<summary>Obtient une collection de la propriété <see cref="P:Microsoft.AnalysisServices.MeasureGroup.Partitions" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A collection of <see cref="P:Microsoft.AnalysisServices.MeasureGroup.Partitions" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.ProactiveCaching">
			<summary>Obtient ou définit les informations de la propriété ProactiveCaching associées à un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>A ProactiveCaching object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.ProcessingMode">
			<summary>Énumération qui contient la propriété processingmode associée au cube dont l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> est un enfant.</summary>
			<returns>A ProcessingMode object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.Source">
			<summary>Définit la liaison à l'objet source qui permet d'obtenir des données et de remplir l'objet cible.</summary>
			<returns>A MeasureGroupBinding object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.StorageLocation">
			<summary>Obtient ou définit la propriété storagelocation associée à un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>The storage location of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.StorageMode">
			<summary>Détermine le mode de stockage par défaut pour l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />. Peut être remplacé sur une base de partition. </summary>
			<returns>An enumeration containing a <see cref="P:Microsoft.AnalysisServices.MeasureGroup.StorageMode" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.Translations">
			<summary>Contient la traduction du nom de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</summary>
			<returns>Returns a collection containing a <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> translation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroup.Type">
			<summary>Fournit à l'instance Analysis Services et aux applications clientes des informations au sujet du contenu du groupe de mesures.</summary>
			<returns>An enumeration of types.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroupAttribute">
			<summary>Représente la relation entre un attribut et un groupe de mesures.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttribute.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttribute.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="attributeID">A String that contains a unique identifier for the <see cref="P:Microsoft.AnalysisServices.MeasureGroupAttribute.Attribute" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttribute.CopyTo(Microsoft.AnalysisServices.MeasureGroupAttribute)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> vers l'objet spécifié.</summary>
			<param name="obj"> The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupAttribute.AttributeID">
			<summary>Obtient ou définit l'identificateur de l'attribut associé à l'élément parent.</summary>
			<returns>An attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupAttribute.CubeAttribute">
			<summary>Représente un attribut associé à un élément de cube.</summary>
			<returns>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroupAttributeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Add(Microsoft.AnalysisServices.MeasureGroupAttribute)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> has been added.</returns>
			<param name="attributeID">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Contains(Microsoft.AnalysisServices.MeasureGroupAttribute)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> exists in the collection; otherwise, false.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.IndexOf(Microsoft.AnalysisServices.MeasureGroupAttribute)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> specified by attributeID if the object is found; otherwise, -1.</returns>
			<param name="attributeID">The identifier of a <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Insert(System.Int32,Microsoft.AnalysisServices.MeasureGroupAttribute)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" />.</param>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> that is moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Move(Microsoft.AnalysisServices.MeasureGroupAttribute,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> that is moved.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> specified by attributeID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Remove(Microsoft.AnalysisServices.MeasureGroupAttribute)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Remove(Microsoft.AnalysisServices.MeasureGroupAttribute,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Remove(System.String,System.Boolean)">
			<param name="attributeID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupAttributeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> specified by the identifier.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupAttribute" /> to return.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupAttributeType.Granularity">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupAttributeType.Regular">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroupBinding">
			<summary>Représente une liaison à un élément <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupBinding.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MeasureGroupBinding" /> à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupBinding.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> à l'aide d'un identificateur de source de données, d'un identificateur de cube et d'un identificateur de groupe de mesures.</summary>
			<param name="dataSourceID">A String that contains a unique identifier for the data source.</param>
			<param name="cubeID">A String that contains a unique identifier for the cube.</param>
			<param name="measureGroupID">A String that contains a unique identifier for the measure group.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupBinding.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroupBinding" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupBinding.CopyTo(Microsoft.AnalysisServices.MeasureGroupBinding)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupBinding" /> vers l'objet spécifié.</summary>
			<returns>The new <see cref="T:Microsoft.AnalysisServices.MeasureGroupBinding" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupBinding.ToString">
			<summary>Retourne une valeur String qui représente l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupBinding" /> actuel.</summary>
			<returns>A String that represents the current Object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupBinding.CubeID">
			<summary>Obtient ou définit le cube associé à la liaison.</summary>
			<returns>A String that contains a unique identifier for the cube.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupBinding.DataSourceID">
			<summary>Obtient ou définit la source de données associée à la liaison.</summary>
			<returns>A String that contains a unique identifier for the data source.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupBinding.Filter">
			<summary>Obtient ou définit l'expression MDX (Multidimensional Expressions) qui filtre le contenu de la liaison.</summary>
			<returns>A String containing the MDX expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupBinding.MeasureGroupID">
			<summary>Obtient ou définit le groupe de mesures associé à la liaison.</summary>
			<returns>A String that contains a unique identifier for the measure group.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupBinding.Persistence">
			<summary>Obtient ou définit quelles parties des données sources liées sont dynamiques et font l'objet d'une recherche de mises à jour à la fréquence spécifiée par la propriété <see cref="P:Microsoft.AnalysisServices.MeasureGroupBinding.RefreshPolicy" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PersistenceType" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroupCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Add(Microsoft.AnalysisServices.MeasureGroup)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to add.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Contains(Microsoft.AnalysisServices.MeasureGroup)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> exists in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> if it exists in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.IndexOf(Microsoft.AnalysisServices.MeasureGroup)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Insert(System.Int32,Microsoft.AnalysisServices.MeasureGroup)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to insert.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> that was moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to e move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Move(Microsoft.AnalysisServices.MeasureGroup,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> that was moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Remove(Microsoft.AnalysisServices.MeasureGroup)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Remove(Microsoft.AnalysisServices.MeasureGroup,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroupDimension">
			<summary>Représente la relation entre une dimension et un groupe de mesures. Chaque objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> est une référence à l'une des dimensions sur le cube hôte et définit les dimensions du cube qui s'appliquent au groupe de mesures. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimension.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> à l'aide d'un identificateur.</summary>
			<param name="cubeDimensionID">A String containing the cube dimension identifier.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimension.AfterRemove(Microsoft.AnalysisServices.ModelComponentCollection)">
			<param name="collection"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimension.BeforeRemove(System.Boolean)">
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimension.CopyTo(Microsoft.AnalysisServices.MeasureGroupDimension)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> vers l'objet spécifié.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimension.ToString">
			<summary>Représente l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> sous forme de valeur String.</summary>
			<returns>Plain text version of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.CubeDimension">
			<summary>Obtient une dimension de cube associée à un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</summary>
			<returns>A single dimension from a cube.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.CubeDimensionID">
			<summary>Obtient ou définit l'identificateur de la dimension du cube, autrement dit une référence à un rôle de dimension spécifique.</summary>
			<returns>The cube dimension identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.Dimension">
			<summary>Obtient les informations pour une propriété <see cref="P:Microsoft.AnalysisServices.MeasureGroupDimension.Dimension" />.</summary>
			<returns>A dimension object associated with a <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.ParentDatabase">
			<summary>Obtient l'objet <see cref="P:Microsoft.AnalysisServices.Action.ParentDatabase" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimension.Source">
			<summary>Obtient ou définit la liaison à l'objet source à partir duquel obtenir des données.</summary>
			<returns>Binding information regarding the source object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroupDimensionBinding">
			<summary>Représente une liaison entre une dimension et un groupe de mesures. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionBinding.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimensionBinding" />. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionBinding.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A copy of a <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimensionBinding" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionBinding.CopyTo(Microsoft.AnalysisServices.MeasureGroupDimensionBinding)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimensionBinding" /> vers l'objet spécifié.</summary>
			<returns>The new <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimensionBinding" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimensionBinding.CubeDimensionID">
			<summary>Obtient ou définit l'identificateur pour une dimension de cube qui référence un rôle de dimension spécifique.</summary>
			<returns>The cube dimension identifier.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MeasureGroupDimensionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.  Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Add(Microsoft.AnalysisServices.MeasureGroupDimension)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> has been added.</returns>
			<param name="cubeDimensionID">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Contains(Microsoft.AnalysisServices.MeasureGroupDimension)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> exists in the collection; otherwise, false.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.IndexOf(Microsoft.AnalysisServices.MeasureGroupDimension)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> specified by cubeDimensionID if the object is found; otherwise, -1.</returns>
			<param name="cubeDimensionID">The identifier of a <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Insert(System.Int32,Microsoft.AnalysisServices.MeasureGroupDimension)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</param>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> that was moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Move(Microsoft.AnalysisServices.MeasureGroupDimension,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to be moved.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> specified by cubeDimensionID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Remove(Microsoft.AnalysisServices.MeasureGroupDimension)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Remove(Microsoft.AnalysisServices.MeasureGroupDimension,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Remove(System.String,System.Boolean)">
			<param name="cubeDimensionID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MeasureGroupDimensionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> specified by the identifier.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" /> to return.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupType.Budget">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupType.ExchangeRate">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupType.FinancialReporting">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupType.Inventory">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupType.Marketing">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupType.Regular">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MeasureGroupType.Sales">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MemberKeysUnique.NotUnique">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MemberKeysUnique.Unique">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MembersWithData.NonLeafDataHidden">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MembersWithData.NonLeafDataVisible">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningModel">
			<summary>Définit les détails d'un modèle d'exploration de données individuel. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MiningModel" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<param name="processType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.CopyTo(Microsoft.AnalysisServices.MiningModel)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.FindRelatedColumn(Microsoft.AnalysisServices.MiningStructureColumn)">
			<summary>Retourne la colonne spécifiée de la structure d'exploration de données associée au modèle.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</returns>
			<param name="structureColumn"> ID of the mining structure column to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.Microsoft#AnalysisServices#IMajorObject#DependsOn(Microsoft.AnalysisServices.IMajorObject)">
			<param name="obj">for internal use only</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModel.Microsoft#AnalysisServices#IMajorObject#WriteRef(System.Xml.XmlWriter)">
			<param name="writer">for internal use only</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.Algorithm">
			<summary>Obtient ou définit l'algorithme associé à l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> qui peut être fourni par Microsoft ou être votre propre algorithme personnalisé.</summary>
			<returns>The algorithm assigned to the <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.AlgorithmParameters">
			<summary>Obtient l'ensemble des propriétés <see cref="P:Microsoft.AnalysisServices.MiningModel.AlgorithmParameters" /> applicable, indépendant de l'algorithme affecté.</summary>
			<returns>A collection of <see cref="P:Microsoft.AnalysisServices.MiningModel.AlgorithmParameters" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.AllowDrillThrough">
			<summary>Obtient ou définit une valeur qui détermine si l'extraction est autorisée sur le modèle d'exploration de données.</summary>
			<returns>true if drillthough is permitted; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.Collation">
			<summary>Obtient ou définit le classement utilisé par l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</summary>
			<returns>A string containing the collation used by the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.Columns">
			<summary>Obtient la collection de colonnes associée à l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningModelColumnCollection" /> containing the columns for the <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.Filter">
			<summary>Obtient ou définit l'expression de filtre associée au modèle d'exploration de données.</summary>
			<returns>A String that contains the filter expression. For more information about filters that can apply to mining models, see Model Filter Syntax and Examples (Analysis Services - Data Mining).</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.Language">
			<summary>Obtient ou définit le langage à utiliser par défaut.</summary>
			<returns>An Integer that indicates the decimal LCID of the language.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.MiningModelPermissions">
			<summary>Contient la collection d'autorisations pour un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningModelPermissionCollection" /> containing the permissions for the mining model.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.Parent">
			<summary>Obtient le MiningStructure auquel ce modèle d'exploration de données appartient. </summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModel.Translations">
			<summary>Contient la collection d'objets <see cref="T:Microsoft.AnalysisServices.Translation" /> associée à l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> containing the translations associated with the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningModelCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MiningModel" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Add(Microsoft.AnalysisServices.MiningModel)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Contains(Microsoft.AnalysisServices.MiningModel)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.IndexOf(Microsoft.AnalysisServices.MiningModel)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModel" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Insert(System.Int32,Microsoft.AnalysisServices.MiningModel)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModel" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModel" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModel" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModel" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Move(Microsoft.AnalysisServices.MiningModel,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Remove(Microsoft.AnalysisServices.MiningModel)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Remove(Microsoft.AnalysisServices.MiningModel,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModel" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModel" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningModelColumn">
			<summary>Représente les informations d'une colonne dans un élément <see cref="T:Microsoft.AnalysisServices.MiningModel" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumn.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />, à l'aide de la valeur name System.String en tant que nom de la colonne de modèle d'exploration de données et à l'aide de la valeur id System.String en tant que nom interne de l'objet.</summary>
			<param name="name">A String that contains the name of the partition.</param>
			<param name="id">A String that contains the internal name of the partition.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumn.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The new cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumn.CopyTo(Microsoft.AnalysisServices.MiningModelColumn)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> vers l'objet spécifié.</summary>
			<returns>The object that is the destination of the copy operation.</returns>
			<param name="obj">The destination object.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.Columns">
			<summary>Obtient la collection de colonnes associée à l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A collection of <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> objects.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.Filter">
			<summary>Obtient ou définit l'expression de filtre pour la colonne de modèle d'exploration de données.</summary>
			<returns>A string containing a DMX filter expression.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.ModelingFlags">
			<summary>Obtient la collection des éléments <see cref="ModelingFlags" /> pour une colonne dans un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A collection of <see cref="ModelingFlags" /> element objects. </returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.ParentMiningModel">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningModel" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.ParentMiningStructure">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.SourceColumn">
			<summary>Obtient la colonne de structure d'exploration de données associée à un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.SourceColumnID">
			<summary>Obtient ou définit un identificateur de colonne source pour un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A source column identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.Translations">
			<summary>Obtient la collection de traductions associée à un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumn.Usage">
			<summary>Obtient ou définit la manière dont la colonne de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> parent est utilisée dans le modèle d'exploration de données.</summary>
			<returns>One of the following strings: Key, Input, Predict, PredictOnly, None.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningModelColumnCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Add(Microsoft.AnalysisServices.MiningModelColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to add.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Contains(Microsoft.AnalysisServices.MiningModelColumn)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> exists in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.FindDerivedColumn(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> dérivé d'une colonne source spécifiée de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="sourceColumnID">The identifier of the source column from which the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to return is derived.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> that has the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.IndexOf(Microsoft.AnalysisServices.MiningModelColumn)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Insert(System.Int32,Microsoft.AnalysisServices.MiningModelColumn)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to insert.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> that was moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Move(Microsoft.AnalysisServices.MiningModelColumn,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> that was moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Remove(Microsoft.AnalysisServices.MiningModelColumn)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Remove(Microsoft.AnalysisServices.MiningModelColumn,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelColumnCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumnCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelColumnCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelColumn" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningModelPermission">
			<summary>Définit les autorisations pour les membres d'un élément de rôle comme celles d'un élément MiningModel individuel. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermission.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> à l'aide de valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermission.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> à l'aide d'un identificateur, d'un nom et d'un identificateur de rôle.</summary>
			<param name="roleId">A String that contains the name of a role.</param>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermission.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermission.CopyTo(Microsoft.AnalysisServices.MiningModelPermission)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermission.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermission.Microsoft#AnalysisServices#IMajorObject#DependsOn(Microsoft.AnalysisServices.IMajorObject)">
			<param name="obj">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermission.Microsoft#AnalysisServices#IMajorObject#WriteRef(System.Xml.XmlWriter)">
			<param name="writer"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermission.AllowBrowsing">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.MiningModelPermission.AllowBrowsing" /> qui indique si l'exploration est autorisée.</summary>
			<returns>true if browsing is enabled; else false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermission.AllowDrillThrough">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.MiningModelPermission.AllowDrillThrough" /> qui indique si l'extraction est autorisée.</summary>
			<returns>true if drillthrough is enabled; else false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermission.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModel" /> parent référencé par l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningModel" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermission.ParentDatabase">
			<summary>Obtient la base de données parente référencée par l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermission.ParentMiningStructure">
			<summary>Obtient la structure d'exploration de données parente référencée par <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermission.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningModelPermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Add(Microsoft.AnalysisServices.MiningModelPermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> has been added.</returns>
			<param name="roleID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> has been added.</returns>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be added.</param>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Add(System.String,System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be added.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Contains(Microsoft.AnalysisServices.MiningModelPermission)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.FindByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.GetByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />, if contained in the collection.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.IndexOf(Microsoft.AnalysisServices.MiningModelPermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.MiningModelPermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> will be inserted.</param>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> will be inserted.</param>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be inserted.</param>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Insert(System.Int32,System.String,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" />, with the specified role identifier, name, and identifier.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> will be inserted.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Move(Microsoft.AnalysisServices.MiningModelPermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Remove(Microsoft.AnalysisServices.MiningModelPermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Remove(Microsoft.AnalysisServices.MiningModelPermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningModelPermissionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningModelPermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningModelPermission" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructure">
			<summary>Définit la structure d'un ou plusieurs modèles d'exploration de données. Une structure inclut des colonnes, des liaisons et une partition de données d'exclusion facultative. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<summary>Retourne une valeur Boolean qui indique si la structure d'exploration de données peut être traitée avec le paramètre ProcessType spécifié.</summary>
			<returns>true if the mining structure can be processed using the specified option; otherwise false.</returns>
			<param name="processType">A value from the <see cref="M:Microsoft.AnalysisServices.MiningStructure.CanProcess(Microsoft.AnalysisServices.ProcessType)" /> enumeration.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.Clone">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />. </summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> object with a full copy of the original mining structure.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.CopyTo(Microsoft.AnalysisServices.MiningStructure)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.CreateMiningModel(System.Boolean)">
			<summary>Crée un modèle d'exploration de données avec un nom par défaut et éventuellement ajoute le modèle à la collection de modèles pour la structure actuelle.</summary>
			<returns>A reference to the mining model that was just created.</returns>
			<param name="addToCollection">A value that indicates whether the mining model should be added to the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.CreateMiningModel(System.Boolean,System.String)">
			<summary>Crée un modèle d'exploration de données avec le nom spécifié et éventuellement ajoute le modèle à la collection de modèles pour la structure.</summary>
			<returns>A reference to the mining model that was just created.</returns>
			<param name="addToCollection">A value that indicates whether the mining model should be added to the collection.</param>
			<param name="name">The name of the mining model.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.Microsoft#AnalysisServices#IMajorObject#DependsOn(Microsoft.AnalysisServices.IMajorObject)">
			<param name="obj">Internal only</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.Microsoft#AnalysisServices#IMajorObject#WriteRef(System.Xml.XmlWriter)">
			<param name="writer">Internal only</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructure.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
			<summary>Valide la structure d'exploration de données actuelle et retourne une collection d'erreurs de validation.</summary>
			<param name="errors">The validation error collection.</param>
			<param name="includeDetailedErrors">true if details of the errors are returned; false if only the error ID is returned.</param>
			<param name="serverEdition">The edition of the server against which the structure should be validated.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.CacheMode">
			<summary>Obtient ou définit le mécanisme de mise en cache utilisé pour les données d'apprentissage récupérées au cours du traitement d'une structure d'exploration de données.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructureCacheMode" /> that determines the caching mechanism used for training data retrieved while processing a mining structure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.CaseTableName">
			<summary>Obtient ou définit le nom de la table de cas associée à l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A string that contains the name of the case table.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.Collation">
			<summary>Obtient ou définit le classement utilisé par l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A String that indicates the collation used by the specified <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.Columns">
			<summary>Obtient la collection de colonnes associée à un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructureColumnCollection" /> that contains the collection of columns associated with a <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.DataSource">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSource" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataSource" /> that contains the <see cref="T:Microsoft.AnalysisServices.DataSource" /> object associated with a <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.DataSourceView">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> that contains the <see cref="T:Microsoft.AnalysisServices.DataSourceView" /> that is associated with the <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.ErrorConfiguration">
			<summary>Obtient ou définit les paramètres de gestion des erreurs qui peuvent se produire lors du traitement de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> that specifies the settings for handling errors that can occur when the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> is processed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.FilterComponent">
			<summary>Obtient ou définit une expression MDX qui définit la coupe du cube source utilisé pour la structure d'exploration de données.</summary>
			<returns>A String containing an MDX expression. </returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.HoldoutActualSize">
			<summary>Retourne la taille de la partition de données d'exclusion associée à un <see cref="T:Microsoft.AnalysisServices.MiningStructure" />. Cette valeur est en lecture seule et n'est pas disponible tant que le <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> n'a pas été traité.</summary>
			<returns>An integer that indicates the number of cases in the partition used as testing data. 0 indicates that no test partition exists, or that the structure as not been processed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.HoldoutMaxCases">
			<summary>Obtient ou définit le nombre maximal de cas dans la partition de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> qui contient les données de test.</summary>
			<returns>An integer that indicates the maximum number of cases in the training data set. A value of 0 indicates no limit.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.HoldoutMaxPercent">
			<summary>Obtient ou définit le pourcentage de cas dans les données sources de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> utilisés pour le test.</summary>
			<returns>An integer between 0 and 99 that indicates the percentage of source data used for testing.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.HoldoutSeed">
			<summary>Obtient ou définit la valeur initiale utilisée pour initialiser le partitionnement de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> en jeux de données d'apprentissage et de test<see cref="." /></summary>
			<returns>An integer that contains the holdout seed. If 0, a hash of the ID of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> is used as the seed. The default value is 0.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.Language">
			<summary>Obtient ou définit l'identificateur de langue de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>An Integer that specifies the language identifier of <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.MiningModels">
			<summary>Obtient la collection d'objets <see cref="T:Microsoft.AnalysisServices.MiningModel" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningModelCollection" /> that contains the collection of <see cref="T:Microsoft.AnalysisServices.MiningModel" /> objects associated with a <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.MiningStructurePermissions">
			<summary>Obtient ou définit la collection d'autorisations sur un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructurePermissionCollection" /> that contains the collection of permissions on a <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.Source">
			<summary>Obtient ou définit la source de données à laquelle l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> est lié.</summary>
			<returns>A binding that identifies the source of data to which <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> is bound.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructure.Translations">
			<summary>Obtient la collection d'objets <see cref="T:Microsoft.AnalysisServices.Translation" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> containing the collection of <see cref="T:Microsoft.AnalysisServices.Translation" /> objects associated with a <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructureCacheMode">
			<summary>Détermine si les données d'apprentissage récupérées et mises en cache par Analysis Services lors du traitement d'une structure d'exploration de données sont rendues persistantes ou sont supprimées après que Analysis Services termine le traitement.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureCacheMode.ClearAfterProcessing">
			<summary>Met en cache les cas pendant le traitement mais les supprime après le traitement.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureCacheMode.KeepTrainingCases">
			<summary>Met en cache les cas pendant et après le traitement.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructureCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MiningStructure" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Add(Microsoft.AnalysisServices.MiningStructure)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to add.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.AddNew(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> avec la clé spécifiée à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.AddNew(System.String,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> avec le nom et la clé spécifiés à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to add.</param>
			<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Contains(Microsoft.AnalysisServices.MiningStructure)">
			<summary>Vérifie si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> exists in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> if it exists in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.IndexOf(Microsoft.AnalysisServices.MiningStructure)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="Id">The identifier of a <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Insert(System.Int32,Microsoft.AnalysisServices.MiningStructure)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to insert.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> that is moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Move(Microsoft.AnalysisServices.MiningStructure,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> that was moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Remove(Microsoft.AnalysisServices.MiningStructure)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="Id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Remove(Microsoft.AnalysisServices.MiningStructure,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructureCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructureCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructureColumn">
			<summary>Représente les informations d'une colonne dans un élément <see cref="T:Microsoft.AnalysisServices.MiningStructure" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumn.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumn.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumn.BeforeRemove(System.Boolean)">
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumn.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumn.CopyTo(Microsoft.AnalysisServices.MiningStructureColumn)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumn.CreateDerivedColumn">
			<summary>Crée une colonne dérivée à partir de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</summary>
			<returns>A MiningModelColumn object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructureColumn.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructureColumn.ParentMiningStructure">
			<summary>Obtient la structure d'exploration de données parente d'un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</summary>
			<returns>A MiningStructure object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructureColumn.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructureColumnCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Add(Microsoft.AnalysisServices.MiningStructureColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Contains(Microsoft.AnalysisServices.MiningStructureColumn)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> with the name specified in name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.IndexOf(Microsoft.AnalysisServices.MiningStructureColumn)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />, if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> specified by id, if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Insert(System.Int32,Microsoft.AnalysisServices.MiningStructureColumn)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Move(Microsoft.AnalysisServices.MiningStructureColumn,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Remove(Microsoft.AnalysisServices.MiningStructureColumn)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Remove(Microsoft.AnalysisServices.MiningStructureColumn,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructureColumnCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructureColumnCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructureColumnContents">
			<summary>Représente des informations sur le contenu d'une colonne de structure d'exploration de données. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Continuous">
			<summary>Indique que les valeurs de colonne représentent des données numériques continues.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Cyclical">
			<summary>Indique que les valeurs de colonne représentent un jeu ordonné cyclique.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Discrete">
			<summary>Indique que les valeurs de colonne sont des valeurs discrètes.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Discretized">
			<summary>Indique que les valeurs de colonne représentent des groupes ou des compartiments de valeurs dérivés d'une colonne continue. Les compartiments sont traités comme des valeurs discrètes et ordonnées.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Key">
			<summary>Indique que les valeurs de colonne représentent une clé unique.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.KeySequence">
			<summary>Indique que les valeurs de colonne sont des clés uniques qui représentent une séquence d'événements.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.KeyTime">
			<summary>Indique que les valeurs de colonne sont des clés uniques qui représentent une échelle de temps ordonnée. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Ordered">
			<summary>Indique que les valeurs de colonne définissent un jeu ordonné. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Probability">
			<summary>Indique que les valeurs de colonne représentent des probabilités.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.ProbabilityStdDev">
			<summary>Indique que les valeurs de colonne représentent l'écart type des valeurs de probabilité.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.ProbabilityVariance">
			<summary>Indique que les valeurs de colonne représentent la variance des valeurs de probabilité. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.StdDev">
			<summary>Indique que les valeurs de colonne représentent l'écart type. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Support">
			<summary>Indique que les valeurs de colonne représentent le niveau de prise en charge.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.MiningStructureColumnContents.Variance">
			<summary>Indique que les valeurs de colonne représentent la variance.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnContents.GetStandardContents(System.String)">
			<summary>Obtient le type de contenu d'une colonne non clé.</summary>
			<param name="columnType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnTypes.GetColumnType(System.Data.OleDb.OleDbType)">
			<param name="oleDbType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructureColumnTypes.GetOleDbType(System.String)">
			<param name="miningStructureColumnType"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructurePermission">
			<summary>Contient la collection d'autorisations sur un MiningStructure Element (ASSL) . Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermission.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermission.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> à l'aide d'un identificateur, d'un nom et d'un identificateur de rôle.</summary>
			<param name="roleId">A String that contains the name of a role.</param>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermission.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermission.CopyTo(Microsoft.AnalysisServices.MiningStructurePermission)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermission.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermission.Microsoft#AnalysisServices#IMajorObject#DependsOn(Microsoft.AnalysisServices.IMajorObject)">
			<param name="obj">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermission.Microsoft#AnalysisServices#IMajorObject#WriteRef(System.Xml.XmlWriter)">
			<param name="writer">  </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructurePermission.AllowDrillThrough">
			<summary>Obtient ou définit une valeur qui indique si l'extraction est activée sur la structure d'exploration de données. </summary>
			<returns>True if drillthrough is enabled; otherwise false. The default is false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructurePermission.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> parent référencé par l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MiningStructure" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructurePermission.ParentDatabase">
			<summary>Obtient la base de données parente référencée par l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructurePermission.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> qui est le parent de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.MiningStructurePermissionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Add(Microsoft.AnalysisServices.MiningStructurePermission)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> has been added.</returns>
			<param name="roleID">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> has been added.</returns>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to add.</param>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Add(System.String,System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to add.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to add.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Contains(Microsoft.AnalysisServices.MiningStructurePermission)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> exists in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="Id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> qui a le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.FindByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> associé à l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> qui a le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> if it exists in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.GetByRole(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> associé à l'identificateur de rôle spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> if it exists in the collection.</returns>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.IndexOf(Microsoft.AnalysisServices.MiningStructurePermission)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Insert(System.Int32,Microsoft.AnalysisServices.MiningStructurePermission)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</param>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</param>
			<param name="roleID">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to insert.</param>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Insert(System.Int32,System.String,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> avec l'identificateur de rôle, le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> that has the specified role identifier, name, and identifier.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" />.</param>
			<param name="roleID">The identifier of the role for the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to insert.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to insert.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> that was moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Move(Microsoft.AnalysisServices.MiningStructurePermission,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> that was moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Remove(Microsoft.AnalysisServices.MiningStructurePermission)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Remove(Microsoft.AnalysisServices.MiningStructurePermission,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.MiningStructurePermissionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.MiningStructurePermission" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ModelComponent">
			<summary>Ceci est la classe de base pour la plupart des AMO (Analysis Management Objects).</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> à l'aide des valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.AddToContainer(System.ComponentModel.IContainer)">
			<param name="container"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.AfterInsert(System.Int32)">
			<param name="index"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.AfterMove(System.Int32,System.Int32)">
			<param name="fromIndex"> </param>
			<param name="toIndex"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.AfterRemove(Microsoft.AnalysisServices.ModelComponentCollection)">
			<param name="collection"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.BeforeRemove(System.Boolean)">
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.CopyTo(Microsoft.AnalysisServices.ModelComponent)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.RemoveFromContainer(System.ComponentModel.IContainer)">
			<param name="container"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.Submit(System.Boolean)">
			<param name="submitPermanently"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.Validate(Microsoft.AnalysisServices.ValidationErrorCollection)">
			<summary>Valide l'élément auquel il est ajouté ; retourne toutes les erreurs rencontrées dans une collection.</summary>
			<returns>A collection of errors encountered.</returns>
			<param name="errors">A collection within which errors can be logged.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponent.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean)">
			<summary>Valide l'élément auquel il est ajouté ; retourne toutes les erreurs rencontrées dans une collection. Contient également un paramètre pour activer le retour d'erreurs détaillées.</summary>
			<returns>A collection of errors encountered.</returns>
			<param name="errors">A collection within which errors can be logged.</param>
			<param name="includeDetailedErrors">true if detailed errors is enabled; otherwise false.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponent.Annotations">
			<summary>Obtient une collection dans laquelle vous pouvez stocker des données personnalisées.</summary>
			<returns>A collection of custom data elements (annotations).</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponent.OwningCollection">
			<summary>Obtient ou définit la collection qui contient l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</summary>
			<returns>The collection containing a <see cref="P:Microsoft.AnalysisServices.ModelComponent.OwningCollection" />.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ModelComponentCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.#ctor(Microsoft.AnalysisServices.IModelComponent)">
			<param name="parent">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Add(Microsoft.AnalysisServices.ModelComponent)">
			<param name="item">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Add(Microsoft.AnalysisServices.ModelComponent,System.Boolean)">
			<param name="item">  </param>
			<param name="updateDependents">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.AddNew(System.String,System.Type)">
			<param name="key">  </param>
			<param name="type">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.AddNew(System.String,System.String,System.Type)">
			<param name="name">  </param>
			<param name="key">  </param>
			<param name="type">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.CanAdd(Microsoft.AnalysisServices.ModelComponent,System.String@)">
			<param name="item">  </param>
			<param name="error">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.ChangeKey(System.String,System.String)">
			<param name="oldKey">  </param>
			<param name="newKey">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Clear">
			<summary>Supprime tous les éléments de l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Contains(System.String)">
			<summary>Détermine si un élément avec la clé spécifiée se trouve dans l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<returns>true if key found in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />; otherwise, false.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> to locate in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> entier vers un objet <see cref="T:System.Array" /> unidimensionnel en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.GetEnumerator">
			<summary>Retourne un énumérateur qui peut effectuer une itération au sein de l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<returns>An <see cref="T:System.IEnumerator" /> for the entire <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.GetItem(System.String,System.Boolean,System.String)">
			<summary>Obtient une référence vers le composant spécifié.</summary>
			<returns>The <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> that has the specified key.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> to get from the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</param>
			<param name="throwIfNotFound">true if <see cref="T:System.ItemNotFoundException" /> should be thrown if the key is not found in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />;otherwise, false.</param>
			<param name="keyPropertyName">The name of the <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> property that provides key values.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.IndexOf(System.String)">
			<summary>Retourne l'index de base zéro de la première occurrence d'un objet <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> associé à la clé spécifiée dans l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<returns>The zero-based index of the first occurrence of key within the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />, if found; otherwise, -1.</returns>
			<param name="key">The key of the <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Insert(System.Int32,Microsoft.AnalysisServices.ModelComponent)">
			<param name="index">  </param>
			<param name="item">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Microsoft#AnalysisServices#Hosting#IOnDemandLoadableCollection#BlockOnDemandLoad(System.Boolean)">
			<param name="block">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Microsoft#AnalysisServices#IModelComponentCollection#Contains(Microsoft.AnalysisServices.IModelComponent)">
			<param name="item">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Remove(Microsoft.AnalysisServices.IModelComponent)">
			<param name="item">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> à l'index spécifié de l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.RemoveAt(System.Int32,System.Boolean)">
			<param name="index">  </param>
			<param name="cleanUp">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Add(System.Object)">
			<param name="value">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Contains(System.Object)">
			<param name="value">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#IndexOf(System.Object)">
			<param name="value">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
			<param name="index">  </param>
			<param name="value">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Remove(System.Object)">
			<param name="value">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#RemoveAt(System.Int32)">
			<param name="index">  </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> dans l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> objects in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.IsFixedSize">
			<summary>Obtient une valeur qui indique si l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> a une taille fixe.</summary>
			<returns>true if the model component collection has a fixed size; otherwise false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.IsReadOnly">
			<summary>Obtient une valeur qui indique si l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> est en lecture seule.</summary>
			<returns>true if the collection is read-only; otherwise false</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.IsSynchronized">
			<summary>Obtient une valeur qui indique si l'accès à l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> est synchronisé (thread-safe).</summary>
			<returns>true if access to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> is synchronized (thread-safe); otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> à l'index spécifié.</summary>
			<returns>The <see cref="Microsoft.DataWarehouse.IModelComponent" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="Microsoft.DataWarehouse.IModelComponent" /> to get.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.ItemsType">
			<summary>Obtient l'objet <see cref="T:System.Type" /> des objets qui peuvent être contenus par l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<returns>The <see cref="T:System.Type" /> of objects that can be contained by the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> qui contient l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<returns>The <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> that contains the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.SyncRoot">
			<summary>Obtient un objet qui peut être utilisé pour synchroniser l'accès à l'objet <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Item(System.Int32)">
			<param name="index">  </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponent.#ctor(System.String)">
			<param name="name"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponent.#ctor(System.String,System.String)">
			<param name="name"> </param>
			<param name="id"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponent.CopyTo(Microsoft.AnalysisServices.NamedComponent)">
			<param name="obj"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.NamedComponentCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.DataWarehouse.INamedComponent" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.#ctor(Microsoft.AnalysisServices.IModelComponent)">
			<param name="parent"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.Add(Microsoft.AnalysisServices.ModelComponent)">
			<param name="item"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.CanAdd(Microsoft.AnalysisServices.ModelComponent,System.String@)">
			<param name="item"> </param>
			<param name="error"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.Contains(System.String)">
			<param name="id"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.ContainsName(System.String)">
			<param name="name"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.GetNewID(System.String)">
			<param name="idPrefix"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.GetNewName(System.String)">
			<param name="namePrefix"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IndexOf(System.String)">
			<param name="id"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IndexOfName(System.String)">
			<param name="name"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.Insert(System.Int32,Microsoft.AnalysisServices.ModelComponent)">
			<param name="index"> </param>
			<param name="item"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidID(System.String)">
			<param name="id"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidID(System.String,System.String@)">
			<param name="id"> </param>
			<param name="error"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidID(System.String,System.Type,System.String@)">
			<param name="id"> </param>
			<param name="type"> </param>
			<param name="error"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidName(System.String)">
			<param name="name"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidName(System.String,System.String@)">
			<param name="name"> </param>
			<param name="error"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidName(System.String,System.Type,System.String@)">
			<param name="name"> </param>
			<param name="type"> </param>
			<param name="error"> </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.NotificationTechnique.Client">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.NotificationTechnique.Server">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.NullProcessing">
			<summary>Spécifie l'action effectuée par SQL Server 2005 Analysis Services (SSAS) lorsqu'une valeur Null est rencontrée dans un élément de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.NullProcessing.Automatic">
			<summary>Spécifie que pour les éléments de données <see cref="T:Microsoft.AnalysisServices.Cube" /> ou <see cref="T:Microsoft.AnalysisServices.Dimension" /> les valeurs Null sont traitées en tant qu'objet <see cref="F:Microsoft.AnalysisServices.NullProcessing.ZeroOrBlank" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.NullProcessing.Error">
			<summary>La valeur Null est interdite dans cet élément de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.NullProcessing.Preserve">
			<summary>Spécifie que la valeur Null est conservée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.NullProcessing.UnknownMember">
			<summary>Spécifie que la valeur Null est traitée en tant que membre inconnu. Cette valeur est applicable uniquement pour les colonnes clés d'attribut.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.NullProcessing.ZeroOrBlank">
			<summary>Spécifie que la valeur Null est convertie en zéro (pour les éléments de données numériques) ou en une chaîne vide (pour les éléments de données de type chaîne).</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ObjectReference">
			<summary>Fournit une liaison à un objet. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.ObjectReference" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.Deserialize(System.Xml.XmlReader)">
			<summary>Convertit une représentation XML d'une référence d'objet en objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> à l'aide d'un xmlReader.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> object.</returns>
			<param name="xmlReader">An xmlReader for use in the conversion.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.Deserialize(System.String,System.Boolean)">
			<summary>Convertit un fragment XML en objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> spécifié par les paramètres xmlFragmentIsComplete et xmlFragment.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> object.</returns>
			<param name="xmlFragment">The xml fragment to deserialize.</param>
			<param name="xmlFragmentIsComplete">true if the xml fragment describes an object completely; otherwise false.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.GetObjectReference(Microsoft.AnalysisServices.IMajorObject)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.ReadContent(System.Xml.XmlReader)">
			<summary>Lit le contenu référencé par l'objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" />.</summary>
			<param name="reader">An xmlReader for reading the referenced content.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.ResolveObjectReference(Microsoft.AnalysisServices.Database,Microsoft.AnalysisServices.ObjectReference)">
			<param name="database"> </param>
			<param name="objectReference"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.ResolveObjectReference(Microsoft.AnalysisServices.Server,Microsoft.AnalysisServices.ObjectReference)">
			<param name="server"> </param>
			<param name="objectReference"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.ResolveReference(Microsoft.AnalysisServices.Database)">
			<param name="database"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.ResolveReference(Microsoft.AnalysisServices.Server)">
			<param name="server"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.ResolveReference(Microsoft.AnalysisServices.Database,System.Boolean)">
			<param name="database"> </param>
			<param name="forceLoad"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.ResolveReference(Microsoft.AnalysisServices.Server,System.Boolean)">
			<param name="server"> </param>
			<param name="forceLoad"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.Serialize">
			<summary>Convertit l'objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> en version XML.</summary>
			<returns>An XML version of the <see cref="T:Microsoft.AnalysisServices.ObjectReference" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.Serialize(System.Xml.XmlWriter)">
			<summary>Convertit l'objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> en version XML à l'aide d'un xmlWriter.</summary>
			<param name="xmlWriter">An xmlWriter for writing the XML version of the referenced content.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ObjectReference.WriteContent(System.Xml.XmlWriter)">
			<summary>Écrit un objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> sérialisé à l'aide d'un xmlWriter.</summary>
			<param name="writer">A Writer for writing the XML version of the referenced content.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.AggregationDesignID">
			<summary>Obtient ou définit l'identificateur de conception d'agrégation pour un objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> donné.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.AssemblyID">
			<summary>Obtient ou définit l'identificateur d'assembly associé à un objet <see cref="T:Microsoft.AnalysisServices.ObjectReference" /> donné.</summary>
			<returns>An assembly identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.CubeID">
			<summary>Obtient ou définit l'identificateur pour le cube dans lequel l'objet réside.</summary>
			<returns>A cube identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.CubePermissionID">
			<summary>Obtient ou définit l'identificateur d'autorisation du cube pour le cube dans lequel l'objet réside.</summary>
			<returns>A cube permission identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.DatabaseID">
			<summary>Obtient ou définit l'identificateur pour la table de données dans laquelle l'objet réside.</summary>
			<returns>A database identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.DatabasePermissionID">
			<summary>Obtient ou définit l'identificateur d'autorisation de la base de données pour le cube dans lequel l'objet réside.</summary>
			<returns>A database permission identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.DataSourceID">
			<summary>Obtient ou définit l'identificateur de source de données pour le cube dans lequel l'objet réside.</summary>
			<returns>A data source identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.DataSourcePermissionID">
			<summary>Obtient ou définit l'identificateur d'autorisation de source de données pour le cube dans lequel l'objet réside.</summary>
			<returns>A data source permission identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.DataSourceViewID">
			<summary>Obtient ou définit l'identificateur de vue de source de données pour le cube dans lequel l'objet réside.</summary>
			<returns>A data source view identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.DimensionID">
			<summary>Obtient ou définit l'identificateur de dimension dans lequel l'objet réside.</summary>
			<returns>A dimension identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.DimensionPermissionID">
			<summary>Obtient ou définit l'identificateur d'autorisation de dimension dans lequel l'objet réside.</summary>
			<returns>A dimension permission identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.IsValid">
			<summary>Obtient une valeur Boolean qui indique si l'objet référencé est valide.</summary>
			<returns>true if object is valid; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.MdxScriptID">
			<summary>Obtient ou définit l'identificateur de Script MDX pour l'objet référencé.</summary>
			<returns>An MDX Script identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.MeasureGroupID">
			<summary>Obtient ou définit l'identificateur du groupe de mesures dans lequel l'objet réside.</summary>
			<returns>A measure group identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.MiningModelID">
			<summary>Obtient ou définit l'identificateur du modèle d'exploration de données dans lequel l'objet réside.</summary>
			<returns>A mining model identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.MiningModelPermissionID">
			<summary>Obtient ou définit l'identificateur d'autorisation de modèle d'exploration de données pour l'objet référencé.</summary>
			<returns>A mining model permission identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.MiningStructureID">
			<summary>Obtient ou définit l'identificateur de structure d'exploration de données pour l'objet référencé.</summary>
			<returns>A mining model permission identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.MiningStructurePermissionID">
			<summary>Obtient ou définit l'identificateur d'autorisation de structure d'exploration de données pour l'objet référencé.</summary>
			<returns>A mining structure permission identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.PartitionID">
			<summary>Obtient ou définit l'identificateur de partition pour l'objet référencé.</summary>
			<returns>A partition identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.PerspectiveID">
			<summary>Obtient ou définit l'identificateur de perspective pour l'objet référencé.</summary>
			<returns>A perspective identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.RoleID">
			<summary>Obtient ou définit l'identificateur de rôle pour l'objet référencé.</summary>
			<returns>A role identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ObjectReference.TraceID">
			<summary>Obtient ou définit l'identificateur de trace pour l'objet référencé.</summary>
			<returns>A trace identifier.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.OlapDataSource.#ctor(System.String,System.String)">
			<param name="name"> </param>
			<param name="id"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.OlapDataSource.CopyTo(Microsoft.AnalysisServices.OlapDataSource)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.OleDbTypeConverter.Convert(System.Data.OleDb.OleDbType)">
			<param name="oleDbType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.OleDbTypeConverter.GetRestrictedOleDbType(System.Type)">
			<param name="type"> </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.OptimizationType.FullyOptimized">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.OptimizationType.NotOptimized">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.OrderBy.AttributeKey">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.OrderBy.AttributeName">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.OrderBy.Key">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.OrderBy.Name">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.OutOfSyncException.#ctor(Microsoft.AnalysisServices.ObjectReference)">
			<param name="unknownReference"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.Partition">
			<summary>Représente une classe de partition d'une classe de cube. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Partition.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Partition" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Partition.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Partition" /> à l'aide de la valeur System.String en tant que nom de la partition.</summary>
			<param name="name">A String containing the name of the partition.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Partition.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Partition" /> à l'aide de la valeur name System.String en tant que nom de la partition et à l'aide de la valeur id System.String en tant que nom interne de l'objet.</summary>
			<param name="name">A String containing the name of the partition.</param>
			<param name="Id">A String containing the internal name of the partition.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Partition.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<summary>Retourne une valeur Boolean qui indique si la partition peut être traitée avec le paramètre ProcessType spécifié.</summary>
			<returns>A true or false value.</returns>
			<param name="processType">The specified type of processing for the partition.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Partition.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A new Partition object with a full copy of the original partition.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Partition.GetReferences(System.Collections.Hashtable,System.Boolean)">
			<param name="references"> </param>
			<param name="forMajorChildrenAlso"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Partition.Merge(System.Collections.IEnumerable)">
			<summary>Fusionne une ou plusieurs partitions dans la partition actuelle.</summary>
			<param name="sources">The partitions to be merged into the partition object on which the Merge method is being executed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.AggregationDesign">
			<summary>Obtient l'objet de conception d'agrégation pour la partition.</summary>
			<returns>An AggregationDesign object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.AggregationDesignID">
			<summary>Obtient ou définit l'identificateur de conception d'agrégation pour la partition.</summary>
			<returns>A String containing the AggregationDesignID.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.AggregationInstances">
			<summary>Obtient les agrégations définies par l'utilisateur.</summary>
			<returns>An AggregationInstanceCollection of user-defined aggregations.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.AggregationInstanceSource">
			<summary>Obtient ou définit la vue de source de données pour les agrégations définies par l'utilisateur.</summary>
			<returns>A DataSourceViewBinding object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.AggregationPrefix">
			<summary>Obtient ou définit le préfixe utilisé sur les tables de l'agrégation.</summary>
			<returns>A String containing the aggregation prefix.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.CurrentStorageMode">
			<summary>Obtient ou définit le mode de stockage actif de la partition.</summary>
			<returns>A StorageMode enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.DataSource">
			<summary>Obtient l'objet DataSource pour la partition</summary>
			<returns>A DataSource object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.DataSourceView">
			<summary>Obtient l'objet DataSourceView pour la partition.</summary>
			<returns>A DataSourceView object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.ErrorConfiguration">
			<summary>Obtient ou définit l'objet ErrorConfiguration pour la partition.</summary>
			<returns>An ErrorConfiguration object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.EstimatedRows">
			<summary>Obtient ou définit les lignes estimées dans la partition.</summary>
			<returns>A 64-bit signed integer with the estimated number of rows in the partition.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.EstimatedSize">
			<summary>Obtient la taille estimée de la partition, en octets.</summary>
			<returns>A 64-bit signed integer.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.Parent">
			<summary>Obtient le groupe de mesures parent de la partition actuelle.</summary>
			<returns>A MeasureGroup object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.ParentCube">
			<summary>Obtient le cube parent de la partition actuelle.</summary>
			<returns>A Cube object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.ParentDatabase">
			<summary>Obtient la base de données parente de la partition actuelle.</summary>
			<returns>A Database object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.ParentServer">
			<summary>Obtient le serveur parent de la partition actuelle.</summary>
			<returns>A Server object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.ProactiveCaching">
			<summary>Obtient ou définit l'objet ProactiveCaching pour la partition actuelle.</summary>
			<returns>A ProactiveCaching object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.ProcessingMode">
			<summary>Obtient ou définit le mode de traitement pour la partition actuelle.</summary>
			<returns>A ProcessingMode enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.ProcessingPriority">
			<summary>Obtient ou définit la priorité de traitement de la partition actuelle.</summary>
			<returns>An Integer value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.RemoteDataSource">
			<summary>Obtient l'objet DataSource qui pointe vers le serveur distant.</summary>
			<returns>A DataSource object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.RemoteDataSourceID">
			<summary>Obtient ou définit la propriété RemoteDataSourceID pour la partition actuelle.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.Slice">
			<summary>Obtient ou définit la coupe qui définit le contenu de la partition.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.Source">
			<summary>Obtient ou définit les liaisons de la partition actuelle aux données.</summary>
			<returns>A TabularBinding object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.StorageLocation">
			<summary>Obtient ou définit une chaîne avec l'emplacement de stockage du système de fichiers de la partition.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.StorageMode">
			<summary>Obtient ou définit le mode de stockage de la partition actuelle.</summary>
			<returns>A StorageMode enumeration value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Partition.Type">
			<summary>Obtient ou définit le type de partition en tant que Data ou Writeback.</summary>
			<returns>A PartitionType enumeration value; either Data or Writeback.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PartitionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Partition" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Partition" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Add(Microsoft.AnalysisServices.Partition)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Partition" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Partition" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Partition" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be added.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Contains(Microsoft.AnalysisServices.Partition)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Partition" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Partition" /> is contained in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Partition" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Partition" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Partition" /> if contained in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.IndexOf(Microsoft.AnalysisServices.Partition)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Partition" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Partition" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Partition" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Partition" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Partition" /> will be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Insert(System.Int32,Microsoft.AnalysisServices.Partition)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Partition" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Partition" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Partition" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Partition" />.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Partition" /> will be inserted.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be inserted.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Partition" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Move(Microsoft.AnalysisServices.Partition,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Partition" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié vers l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Partition" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Remove(Microsoft.AnalysisServices.Partition)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Partition" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Partition" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié de la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Remove(Microsoft.AnalysisServices.Partition,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PartitionCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PartitionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Partition" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Partition" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be returned.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PartitionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Partition" /> avec l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Partition" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Partition" /> to be returned.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.PartitionType.Data">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.PartitionType.Writeback">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Permission">
			<summary>
            L'objet <see cref="T:Microsoft.AnalysisServices.Permission" /> est une classe abstraite pour la gestion des autorisations.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Permission.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Permission" /> à l'aide des valeurs par défaut. Cette méthode est appelée à partir d'une classe dérivée ou surchargée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Permission.#ctor(System.String,System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Permission" /> à l'aide d'un roleID, d'un nom d'utilisateur et d'un ID d'utilisateur comme valeurs de paramètre. Cette méthode est appelée à partir d'une classe dérivée ou surchargée.</summary>
			<param name="roleID">A String value with the role ID of the role for which permissions are being defined</param>
			<param name="name">A String value with the name of current permission.</param>
			<param name="id">A String value with the ID of current permission.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Permission.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
			<param name="destination"> </param>
			<param name="forceBodyLoading"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Permission.Process">
			<summary>Obtient ou définit l'attribut <see cref="P:Microsoft.AnalysisServices.Permission.Process" /> pour l'objet parent.</summary>
			<returns>A Boolean value with the process attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Permission.Read">
			<summary>Obtient ou définit l'attribut <see cref="P:Microsoft.AnalysisServices.Permission.Read" /> pour l'objet parent.</summary>
			<returns>An enumeration value with the <see cref="P:Microsoft.AnalysisServices.Permission.Read" /> attributes. Values can be None or Allowed; default value is None.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Permission.ReadDefinition">
			<summary>Obtient ou définit l'attribut <see cref="P:Microsoft.AnalysisServices.Permission.ReadDefinition" /> pour l'objet parent.</summary>
			<returns>An enumeration value with the <see cref="P:Microsoft.AnalysisServices.Permission.ReadDefinition" /> attributes. Values can be None, Basic, or Allowed; default value is None.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Permission.Role">
			<summary>Obtient un objet <see cref="T:Microsoft.AnalysisServices.Role" /> pour lequel les autorisations sont définies.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Role" /> object for which permissions are being defined.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Permission.RoleID">
			<summary>Obtient ou définit le RoleID d'un objet <see cref="T:Microsoft.AnalysisServices.Role" /> pour lequel les autorisations sont définies.</summary>
			<returns>A String value with the RoleID of a <see cref="T:Microsoft.AnalysisServices.Role" /> object for which permissions are being defined.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Permission.Write">
			<summary>Obtient ou définit l'attribut <see cref="P:Microsoft.AnalysisServices.Permission.Write" /> pour l'objet parent.</summary>
			<returns>An enumeration value with the <see cref="P:Microsoft.AnalysisServices.Permission.Write" /> attributes. Values can be None or Allowed; default value is None.</returns>
		</member>
		<member name="F:Microsoft.AnalysisServices.PermissionSet.ExternalAccess">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.PermissionSet.Safe">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.PermissionSet.Unrestricted">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.PersistenceType">
			<summary>Définit la persistance de métadonnées pour les objets liés.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.PersistenceType.Metadata">
			<summary>Spécifie que les métadonnées sont statiques du côté de l'abonné.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.PersistenceType.NotPersisted">
			<summary>Spécifie que les métadonnées sont mises à jour de manière dynamique du côté de l'abonné.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Perspective">
			<summary>La classe de Perspective représente une perspective qui contient des éléments d'un cube. Les perspectives contrôlent l'étendue d'un cube exposé aux utilisateurs pour permettre aux différents types d'utilisateurs de consulter une vue différente d'un cube. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Perspective.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Perspective.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Perspective" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Perspective.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Perspective" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Perspective" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Perspective.Clone">
			<summary>Crée et retourne une instance d'une classe <see cref="T:Microsoft.AnalysisServices.Perspective" /> selon la perspective actuelle.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Perspective" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.Actions">
			<summary>Obtient les actions pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveActionCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.Calculations">
			<summary>Obtient les calculs pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculationCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.DefaultMeasure">
			<summary>Obtient ou définit la mesure par défaut pour la perspective.</summary>
			<returns>A string containing the Multidimensional Expressions (MDX) expression for the default measure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.Dimensions">
			<summary>Obtient les dimensions pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveDimensionCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.Kpis">
			<summary>Obtient les indicateurs de performance clés pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveKpiCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.MeasureGroups">
			<summary>Obtient les groupes de mesures pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.Parent">
			<summary>Obtient le cube parent pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.ParentDatabase">
			<summary>Obtient la base de données pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.ParentServer">
			<summary>Obtient le serveur parent pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ParentServer" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Perspective.Translations">
			<summary>Obtient les traductions pour la perspective.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveAction">
			<summary>Représente les informations sur une action dans un élément <see cref="T:Microsoft.AnalysisServices.Perspective" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAction.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAction.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> à l'aide d'un identificateur d'action.</summary>
			<param name="actionID">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Action" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAction.Clone">
			<summary>Crée une copie complète d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</summary>
			<returns>A cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAction.CopyTo(Microsoft.AnalysisServices.PerspectiveAction)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="Obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAction.Action">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Action" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAction.ActionID">
			<summary>Obtient ou définit l'identificateur <see cref="T:Microsoft.AnalysisServices.Action" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</summary>
			<returns>A unique name for an <see cref="T:Microsoft.AnalysisServices.Action" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAction.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Perspective" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAction.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAction.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAction.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveActionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Add(Microsoft.AnalysisServices.PerspectiveAction)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> has been added.</returns>
			<param name="actionID">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Contains(Microsoft.AnalysisServices.PerspectiveAction)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> exists in the collection; otherwise, false.</returns>
			<param name="actionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="actionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveAction)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> specified by actionID if the object is found; otherwise, -1.</returns>
			<param name="actionID">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveAction)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" />.</param>
			<param name="actionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Move(Microsoft.AnalysisServices.PerspectiveAction,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to be moved.</returns>
			<param name="actionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> specified by actionID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Remove(Microsoft.AnalysisServices.PerspectiveAction)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="actionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Remove(Microsoft.AnalysisServices.PerspectiveAction,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveActionCollection.Remove(System.String,System.Boolean)">
			<param name="actionID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveActionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> à l'index spécifié dans la collection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveActionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> specified by the identifier.</returns>
			<param name="actionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAction" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveAttribute">
			<summary>Représente les informations sur un attribut dans un élément <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttribute.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttribute.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> à l'aide d'un identificateur d'attribut.</summary>
			<param name="attributeID">A string that contains the name of the attribute identifier.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttribute.Clone">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttribute.CopyTo(Microsoft.AnalysisServices.PerspectiveAttribute)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.Attribute">
			<summary>Obtient l'attribut de dimension associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>A dimension attribute object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.AttributeHierarchyVisible">
			<summary>Obtient ou définit la propriété Boolean qui rend une hiérarchie d'attribut visible ou la masque.</summary>
			<returns>true if the hierachy is visible; false if hidden.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.AttributeID">
			<summary>Obtient ou définit l'identificateur d'attribut associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>An attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.CubeAttribute">
			<summary>Obtient le l'attribut de cube associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.  </summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.DefaultMember">
			<summary>Obtient ou définit le membre par défaut associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>The name of the default member.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.Parent">
			<summary>Obtient la dimension de perspective parente d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.ParentPerspective">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Perspective" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttribute.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveAttributeCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Add(Microsoft.AnalysisServices.PerspectiveAttribute)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> has been added.</returns>
			<param name="attributeID">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Contains(Microsoft.AnalysisServices.PerspectiveAttribute)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> exists in the collection; otherwise, false.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveAttribute)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> specified by attributeID if the object is found; otherwise, -1.</returns>
			<param name="attributeID">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveAttribute)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" />.</param>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to move.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Move(Microsoft.AnalysisServices.PerspectiveAttribute,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to be moved.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> specified by attributeID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Remove(Microsoft.AnalysisServices.PerspectiveAttribute)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Remove(Microsoft.AnalysisServices.PerspectiveAttribute,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Remove(System.String,System.Boolean)">
			<param name="attributeID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveAttributeCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> specified by the identifier.</returns>
			<param name="attributeID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveAttribute" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveCalculation">
			<summary>Représente la relation entre un calcul et un élément <see cref="T:Microsoft.AnalysisServices.Perspective" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculation.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculation.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculation.#ctor(System.String,Microsoft.AnalysisServices.PerspectiveCalculationType)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> à l'aide d'un nom et d'un type.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</param>
			<param name="type">Specifies the type of perspective calculation.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculation.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A new cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculation.CopyTo(Microsoft.AnalysisServices.PerspectiveCalculation)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculation.Name">
			<summary>Obtient ou définit le nom pour l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</summary>
			<returns>A String that contains the name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculation.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Perspective" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculation.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculation.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculation.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculation.Type">
			<summary>Obtient ou définit le type de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</summary>
			<returns>A perspective calculation type.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveCalculationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Add(Microsoft.AnalysisServices.PerspectiveCalculation)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Add(System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> associé au nom spécifié à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Add(System.String,Microsoft.AnalysisServices.PerspectiveCalculationType)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> avec l'identificateur spécifié et la valeur <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculationType" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to add.</param>
			<param name="type">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculationType" /> value of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Contains(Microsoft.AnalysisServices.PerspectiveCalculation)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> exists in the collection; otherwise, false.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="Name">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveCalculation)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> if the object is found; otherwise, -1.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> specified by name if the object is found; otherwise, -1.</returns>
			<param name="Name">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveCalculation)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> avec le nom spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</returns>
			<param name="Index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</param>
			<param name="Name">The name of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Insert(System.Int32,System.String,Microsoft.AnalysisServices.PerspectiveCalculationType)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> avec le nom et la valeur <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculationType" /> spécifiés, dans la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to insert.</param>
			<param name="type">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculationType" /> value of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Move(Microsoft.AnalysisServices.PerspectiveCalculation,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to be moved.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> specified by name.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Remove(Microsoft.AnalysisServices.PerspectiveCalculation)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Remove(Microsoft.AnalysisServices.PerspectiveCalculation,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Remove(System.String,System.Boolean)">
			<param name="name"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> à l'index spécifié dans la collection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCalculationCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> specified by the identifier.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveCalculation" /> to return.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.PerspectiveCalculationType.Member">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.PerspectiveCalculationType.Set">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Perspective" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Perspective" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Add(Microsoft.AnalysisServices.Perspective)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Perspective" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Perspective" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Perspective" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to add.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Contains(Microsoft.AnalysisServices.Perspective)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Perspective" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Perspective" /> exists in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Perspective" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Perspective" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Perspective" /> if it exists in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.IndexOf(Microsoft.AnalysisServices.Perspective)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Perspective" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Perspective" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Perspective" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Insert(System.Int32,Microsoft.AnalysisServices.Perspective)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Perspective" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Perspective" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Perspective" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Perspective" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Perspective" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to insert.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Perspective" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Move(Microsoft.AnalysisServices.Perspective,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Perspective" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Perspective" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Remove(Microsoft.AnalysisServices.Perspective)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Perspective" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Remove(Microsoft.AnalysisServices.Perspective,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Perspective" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Perspective" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Perspective" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Perspective" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimension.#ctor(System.String)">
			<param name="cubeDimensionID"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimension.CopyTo(Microsoft.AnalysisServices.PerspectiveDimension)">
			<param name="obj"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveDimensionCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Add(Microsoft.AnalysisServices.PerspectiveDimension)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> has been added.</returns>
			<param name="cubeDimensionID">The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Contains(Microsoft.AnalysisServices.PerspectiveDimension)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> exists in the collection; otherwise, false.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveDimension)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> if the object is found; otherwise, -1.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> specified by cubeDimensionID if the object is found; otherwise, -1.</returns>
			<param name="cubeDimensionID">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveDimension)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> dans la collection à l'index spécifié.</summary>
			<param name="Index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" />.</param>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" />.</param>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Move(Microsoft.AnalysisServices.PerspectiveDimension,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to be moved.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> specified by cubeDimensionID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Remove(Microsoft.AnalysisServices.PerspectiveDimension)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Remove(Microsoft.AnalysisServices.PerspectiveDimension,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Remove(System.String,System.Boolean)">
			<param name="cubeDimensionID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> à l'index spécifié dans la collection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveDimensionCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> specified by the identifier.</returns>
			<param name="cubeDimensionID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveDimension" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchy.#ctor(System.String)">
			<param name="hierarchyID"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchy.CopyTo(Microsoft.AnalysisServices.PerspectiveHierarchy)">
			<param name="obj"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveHierarchyCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Add(Microsoft.AnalysisServices.PerspectiveHierarchy)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> has been added.</returns>
			<param name="hierarchyID">The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Contains(Microsoft.AnalysisServices.PerspectiveHierarchy)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> exists in the collection; otherwise, false.</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveHierarchy)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> specified by hierarchyID if the object is found; otherwise, -1.</returns>
			<param name="hierarchyID">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveHierarchy)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" />.</param>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Move(Microsoft.AnalysisServices.PerspectiveHierarchy,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to move.</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> specified by hierarchyID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Remove(Microsoft.AnalysisServices.PerspectiveHierarchy)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Remove(Microsoft.AnalysisServices.PerspectiveHierarchy,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Remove(System.String,System.Boolean)">
			<param name="hierarchyID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveHierarchyCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> specified by the identifier.</returns>
			<param name="hierarchyID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveHierarchy" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveKpi">
			<summary>Représente les informations sur un indicateur de performance clé (KPI) dans un élément <see cref="T:Microsoft.AnalysisServices.Perspective" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpi.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpi.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> à l'aide d'un identificateur.</summary>
			<param name="kpiID">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Kpi" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpi.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpi.CopyTo(Microsoft.AnalysisServices.PerspectiveKpi)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpi.Kpi">
			<summary>Obtient le KPI d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</summary>
			<returns>A KPI definition.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpi.KpiID">
			<summary>Obtient ou définit l'identificateur pour un objet <see cref="T:Microsoft.AnalysisServices.Kpi" /> associé à un élément <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</summary>
			<returns>A KPI identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpi.Parent">
			<summary>Obtient la perspective parente d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Perspective" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpi.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpi.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpi.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveKpiCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Add(Microsoft.AnalysisServices.PerspectiveKpi)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> has been added.</returns>
			<param name="kpiID">The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Contains(Microsoft.AnalysisServices.PerspectiveKpi)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> exists in the collection; otherwise, false.</returns>
			<param name="kpiID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="kpiID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveKpi)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> specified by kpiID if the object is found; otherwise, -1.</returns>
			<param name="kpiID">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveKpi)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> associé à l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" />.</param>
			<param name="kpiID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Move(Microsoft.AnalysisServices.PerspectiveKpi,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to be moved.</returns>
			<param name="kpiID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> specified by kpiID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Remove(Microsoft.AnalysisServices.PerspectiveKpi)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="kpiID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Remove(Microsoft.AnalysisServices.PerspectiveKpi,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveKpiCollection.Remove(System.String,System.Boolean)">
			<param name="kpiID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpiCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveKpiCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> specified by the identifier.</returns>
			<param name="kpiID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveKpi" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveMeasure">
			<summary>Représente des informations sur une mesure dans un élément <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasure.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasure.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> à l'aide d'un identificateur.</summary>
			<param name="measureID">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasure.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasure.CopyTo(Microsoft.AnalysisServices.PerspectiveMeasure)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> vers l'objet spécifié.</summary>
			<returns>The object copies to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasure.Measure">
			<summary>Obtient la mesure associée à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Measure" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasure.MeasureID">
			<summary>Obtient ou définit l'identificateur de mesure associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</summary>
			<returns>A measure identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasure.Parent">
			<summary>Obtient le parent de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasure.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasure.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasure.ParentPerspective">
			<summary>Obtient la perspective parente de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Perspective" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasure.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveMeasureCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Add(Microsoft.AnalysisServices.PerspectiveMeasure)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> has been added.</returns>
			<param name="measureID">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Contains(Microsoft.AnalysisServices.PerspectiveMeasure)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> exists in the collection; otherwise, false.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> exists in the collection; otherwise, false.</returns>
			<param name="measureID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="measureID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveMeasure)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.IndexOf(System.String)">
			<summary>Obtient l'index de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> specified by measureID if the object is found; otherwise, -1.</returns>
			<param name="measureID">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveMeasure)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" />.</param>
			<param name="measureID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Move(Microsoft.AnalysisServices.PerspectiveMeasure,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to be moved.</returns>
			<param name="measureID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> specified by measureID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Remove(Microsoft.AnalysisServices.PerspectiveMeasure)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="measureID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Remove(Microsoft.AnalysisServices.PerspectiveMeasure,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Remove(System.String,System.Boolean)">
			<param name="measureID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> specified by the identifier.</returns>
			<param name="measureID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasure" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup">
			<summary>Représente des informations sur un groupe de mesures dans un élément <see cref="T:Microsoft.AnalysisServices.Perspective" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroup.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroup.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> à l'aide d'un identificateur.</summary>
			<param name="measureGroupID">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.MeasureGroup" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroup.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroup.CopyTo(Microsoft.AnalysisServices.PerspectiveMeasureGroup)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj"> The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroup.MeasureGroup">
			<summary>Obtient le nom de l'objet <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroup" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroup.MeasureGroupID">
			<summary>Obtient ou définit un identificateur de groupe de mesures pour un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</summary>
			<returns>A measure group identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroup.Measures">
			<summary>Obtient les mesures pour un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</summary>
			<returns>A collection of measures.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroup.Parent">
			<summary>Obtient la perspective parente relative à un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Perspective" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroup.ParentCube">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Cube" /> parent relatif à l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Cube" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroup.ParentDatabase">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> parent relatif à l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Database" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroup.ParentServer">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent relatif à l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Add(Microsoft.AnalysisServices.PerspectiveMeasureGroup)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> has been added.</returns>
			<param name="measureGroupID">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Contains(Microsoft.AnalysisServices.PerspectiveMeasureGroup)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> exists in the collection; otherwise, false.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> exists in the collection; otherwise, false.</returns>
			<param name="measureGroupID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="measureGroupID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.IndexOf(Microsoft.AnalysisServices.PerspectiveMeasureGroup)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> if the object is found; otherwise, -1.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> specified by measureGroupID if the object is found; otherwise, -1.</returns>
			<param name="measureGroupID">The identifier of a <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Insert(System.Int32,Microsoft.AnalysisServices.PerspectiveMeasureGroup)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" />.</param>
			<param name="measureGroupID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Move(Microsoft.AnalysisServices.PerspectiveMeasureGroup,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Move(System.String,System.Int32)">
			<summary>Déplace l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to be moved.</returns>
			<param name="measureGroupID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> specified by measureGroupID.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Remove(Microsoft.AnalysisServices.PerspectiveMeasureGroup)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="measureGroupID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Remove(Microsoft.AnalysisServices.PerspectiveMeasureGroup,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Remove(System.String,System.Boolean)">
			<param name="measureGroupID"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> specified by the identifier.</returns>
			<param name="measureGroupID">The identifier of the <see cref="T:Microsoft.AnalysisServices.PerspectiveMeasureGroup" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ProactiveCaching">
			<summary>Définit des paramètres <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" /> pour un élément parent.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCaching.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCaching.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCaching.CopyTo(Microsoft.AnalysisServices.ProactiveCaching)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" /> vers l'objet spécifié.</summary>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.AggregationStorage">
			<summary>Obtient ou définit le stockage pour les partitions avec l'objet <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" />.</summary>
			<returns>One of multiple enumeration values; the default is Regular.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.Enabled">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.ProactiveCaching.Enabled" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" />.</summary>
			<returns>true if <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" /> is <see cref="P:Microsoft.AnalysisServices.ProactiveCaching.Enabled" />; else false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.ForceRebuildInterval">
			<summary>Obtient ou définit le laps de temps, débutant à la suite de la suppression d'une image MOLAP, à l'issue duquel le processus de création d'images démarre sans condition.</summary>
			<returns>A TimeSpan object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.Latency">
			<summary>Obtient ou définit la période de grâce entre la première notification et le moment où les images MOLAP sont détruites.</summary>
			<returns>A TimeSpan object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.OnlineMode">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.ProactiveCaching.OnlineMode" /> pour un objet <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" />.</summary>
			<returns>true if in <see cref="P:Microsoft.AnalysisServices.ProactiveCaching.OnlineMode" />; else false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.SilenceInterval">
			<summary>Obtient ou définit le laps de temps minimal sans activité avant le démarrage du processus de création d'images MOLAP.</summary>
			<returns>A TimeSpan object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.SilenceOverrideInterval">
			<summary>Obtient ou définit le laps de temps après une première notification du démarrage du processus de création d'images MOLAP.</summary>
			<returns>A TimeSpan object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ProactiveCaching.Source">
			<summary>Obtient ou définit la liaison de l'objet <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" />.</summary>
			<returns>A ProactiveCachingBinding object.</returns>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProactiveCachingAggregationStorage.MolapOnly">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProactiveCachingAggregationStorage.Regular">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCachingIncrementalProcessingBinding.CopyTo(Microsoft.AnalysisServices.ProactiveCachingIncrementalProcessingBinding)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCachingInheritedBinding.CopyTo(Microsoft.AnalysisServices.ProactiveCachingInheritedBinding)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding.CopyTo(Microsoft.AnalysisServices.ProactiveCachingObjectNotificationBinding)">
			<param name="obj"> </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProactiveCachingOnlineMode.Immediate">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProactiveCachingOnlineMode.OnCacheComplete">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCachingQueryBinding.CopyTo(Microsoft.AnalysisServices.ProactiveCachingQueryBinding)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProactiveCachingTablesBinding.CopyTo(Microsoft.AnalysisServices.ProactiveCachingTablesBinding)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.#ctor(System.String)">
			<param name="name"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.#ctor(System.String,System.String)">
			<param name="name"> </param>
			<param name="id"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.CanProcess(Microsoft.AnalysisServices.ProcessType)">
			<param name="processType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
			<param name="destination"> </param>
			<param name="forceBodyLoading"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType)">
			<param name="processType"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.Binding)">
			<param name="type"> </param>
			<param name="source"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.WriteBackTableCreation)">
			<param name="processType"> </param>
			<param name="writebackOption"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
			<param name="warnings"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
			<param name="warnings"> </param>
			<param name="impactResult"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
			<param name="processType"> </param>
			<param name="errorConfiguration"> </param>
			<param name="warnings"> </param>
			<param name="impactResult"> </param>
			<param name="analyzeImpactOnly"> </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessingMode.LazyAggregations">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessingMode.Regular">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ProcessType">
			<summary>Décrit les types de traitement disponibles sur le serveur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessAdd">
			<summary>Effectue une mise à jour incrémentielle. Peut être utilisé pour les dimensions et les partitions.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessClear">
			<summary>Supprime des données, des agrégations et des index. Peut être utilisé pour des bases de données, des dimensions, des cubes, des groupes de mesure, des partitions, des structures et des modèles d'exploration de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessClearStructureOnly">
			<summary>Supprime toutes les données d'apprentissage d'une structure d'exploration de données. Cette option de traitement est prise en charge uniquement pour les structures d'exploration de données. Peut être utilisé pour les structures d'exploration de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessData">
			<summary>Traite uniquement les données sans générer d'agrégations ou d'index. Si les partitions contiennent des données, celles-ci seront supprimées avant de remplir à nouveau la partition avec les données sources. Cette option de traitement est prise en charge pour les cubes, les groupes de mesures et les partitions. Peut être utilisé pour les dimensions, les cubes, les groupes de mesures et les partitions.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessDefault">
			<summary>Détecte l'état de l'objet à traiter puis effectue le type de traitement (complet ou incrémentiel) nécessaire afin de le retourner complètement traité. Cette option de traitement est valide pour les bases de données, les dimensions, les cubes avec des groupes de mesures et des partitions et pour les structures d'exploration de données avec des modèles d'exploration de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessFull">
			<summary>Traite un objet Analysis Services et tous les objets qu'il contient. Lorsque la commande Traiter entièrement est sélectionnée pour un objet qui a déjà été traité, Analysis Services supprime toutes les données de l'objet, puis traite l'objet. Notez que ce type de traitement est requis en cas de modification structurelle d'un objet, par exemple lorsqu'une hiérarchie d'attribut est ajoutée, supprimée ou renommée. Cette option de traitement est prise en charge pour les cubes, les bases de données, les dimensions, les groupes de mesures, les modèles d'exploration de données, les structures d'exploration de données et les partitions. Peut être utilisé pour des bases de données, des dimensions, des cubes, des groupes de mesure, des partitions, des structures et des modèles d'exploration de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessIndexes">
			<summary>Crée ou reconstruit des index pour toutes les partitions traitées. Cette option ne provoque aucune opération sur les objets non traités. Cette option de traitement est prise en charge pour les cubes, les dimensions, les groupes de mesures et les partitions. Peut être utilisé pour les dimensions, les cubes, les groupes de mesures et les partitions.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessScriptCache">
			<summary>Reconstruit le cache du script MDX si le cube est déjà traité. Une erreur est générée si le cube n'est pas déjà traité. Peut être utilisé pour les cubes.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessStructure">
			<summary>Si le cube n'est pas traité, Analysis Services va traiter, si nécessaire, toutes les dimensions du cube. Ensuite, Analysis Services va créer uniquement des définitions de cube. Cela permet aux utilisateurs de commencer à parcourir le cube. Si cette option est appliquée à une structure d'exploration de données, elle remplit la structure avec les données sources. À la différence de l'option Traiter entièrement, cette option n'itère pas le traitement jusqu'aux modèles d'exploration de données. Cette option de traitement est prise en charge pour les cubes et les structures d'exploration de données. Peut être utilisé pour les cubes et les structures d'exploration de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessUpdate">
			<summary>Impose une relecture des données et une mise à jour des attributs de dimension. Les agrégations et index flexibles des partitions associées sont supprimés. Par exemple, cette option de traitement peut ajouter de nouveaux membres à une dimension et forcer une relecture complète des données afin de mettre à jour les attributs d'objet. Cette option de traitement est prise en charge pour les dimensions et les modèles d'exploration de données. Peut être utilisé pour les dimensions.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProtectionLevel.Connection">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProtectionLevel.Integrity">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProtectionLevel.None">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProtectionLevel.Privacy">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProtocolFormat.Binary">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProtocolFormat.Default">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ProtocolFormat.Xml">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryBinding.#ctor(System.String,System.String)">
			<param name="dataSourceID"> </param>
			<param name="query"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryBinding.CopyTo(Microsoft.AnalysisServices.QueryBinding)">
			<param name="obj"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.QueryNotification">
			<summary>Fournit des informations utilisées par l'élément <see cref="T:Microsoft.AnalysisServices.ProactiveCaching" />. Les informations concernent la requête à exécuter pour déterminer si une source de données a été modifiée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotification.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotification.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> à l'aide d'un paramètre de requête.</summary>
			<param name="query">The query to be used to determine if a data source has been modified.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotification.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The new <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotification.CopyTo(Microsoft.AnalysisServices.QueryNotification)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> object copied to.</returns>
			<param name="obj"> The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.QueryNotification.Query">
			<summary>Obtient ou définit la requête associée à un élément <see cref="T:Microsoft.AnalysisServices.QueryNotification" />.</summary>
			<returns>The query itself.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.QueryNotificationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.QueryNotification" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.Add(Microsoft.AnalysisServices.QueryNotification)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> that contains the elements to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.Contains(Microsoft.AnalysisServices.QueryNotification)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> exists in the collection; otherwise, false.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.IndexOf(Microsoft.AnalysisServices.QueryNotification)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.Insert(System.Int32,Microsoft.AnalysisServices.QueryNotification)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.QueryNotification" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.Remove(Microsoft.AnalysisServices.QueryNotification)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.QueryNotificationCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.QueryNotificationCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.QueryNotificationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.QueryNotification" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ReadWriteMode">
			<summary>Énumération qui décrit l'état de lecture/écriture de la base de données.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ReadWriteMode.ReadOnly">
			<summary>L'état de la base de données est en lecture seule.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ReadWriteMode.ReadWrite">
			<summary>L'état de la base de données est en lecture/écriture activées.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension">
			<summary>Représente une dimension indirectement liée à la table de faits par le biais d'une dimension intermédiaire. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension" />. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned <see cref="T:Microsoft.AnalysisServices.MeasureGroupDimension" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.CopyTo(Microsoft.AnalysisServices.ReferenceMeasureGroupDimension)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Action" /> vers l'objet spécifié.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension" /> object.</returns>
			<param name="obj"> The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.IntermediateCubeDimension">
			<summary>Obtient la dimension de cube intermédiaire d'un objet <see cref="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeDimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.IntermediateCubeDimensionID">
			<summary>Obtient ou définit l'identificateur de dimension de cube intermédiaire selon un objet <see cref="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension" />.</summary>
			<returns>The intermediate cube dimension identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.IntermediateDimension">
			<summary>Obtient une dimension intermédiaire d'un objet <see cref="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Dimension" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.IntermediateGranularityAttribute">
			<summary>Obtient l'attribut de granularité intermédiaire d'un objet <see cref="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.CubeAttribute" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.IntermediateGranularityAttributeID">
			<summary>Obtient ou définit l'identificateur d'attribut de granularité intermédiaire pour un objet <see cref="T:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension" />.</summary>
			<returns>The intermediate granularity attribute identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReferenceMeasureGroupDimension.Materialization">
			<summary>Obtient ou définit le type de relation de dimension entre le groupe de mesures et la dimension de référence.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ReferenceDimensionMaterialization" /> enumeration.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.RefreshPolicy">
			<summary>Définit la manière dont les données sont mises à jour à partir de la source.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RefreshPolicy.ByInterval">
			<summary>Spécifie que les données sont mises à jour à intervalles définis.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RefreshPolicy.ByQuery">
			<summary>Spécifie que les données sont mises à jour sur demande explicite de l'utilisateur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RefreshType.LoadedObjectsOnly">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RefreshType.UnloadedObjectsOnly">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.RegularMeasureGroupDimension">
			<summary>Représente une relation régulière entre une dimension et un groupe de mesures.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RegularMeasureGroupDimension.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.RegularMeasureGroupDimension" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RegularMeasureGroupDimension.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RegularMeasureGroupDimension" /> à l'aide d'un identificateur de dimension du cube.</summary>
			<param name="cubeDimensionID">A String that contains a unique identifier for the cube dimension.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RegularMeasureGroupDimension.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.RegularMeasureGroupDimension.CopyTo(Microsoft.AnalysisServices.RegularMeasureGroupDimension)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.RegularMeasureGroupDimension" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RegularMeasureGroupDimension.Attributes">
			<summary>Obtient la collection d'attributs associée à un objet <see cref="T:Microsoft.AnalysisServices.RegularMeasureGroupDimension" />.</summary>
			<returns>A collection of measure group attributes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RegularMeasureGroupDimension.Cardinality">
			<summary>Obtient ou définit la cardinalité associée à un objet <see cref="T:Microsoft.AnalysisServices.RegularMeasureGroupDimension" />. </summary>
			<returns>Returns a Cardinality enumeration with two possible values, {One, Many}.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.RelationalDataSource">
			<summary>Représente un élément <see cref="T:Microsoft.AnalysisServices.DataSource" /> selon une source de données relationnelle. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RelationalDataSource.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.RelationalDataSource" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RelationalDataSource.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RelationalDataSource" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the data source.</param>
			<param name="id">A String that contains a unique identifier for the data source.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RelationalDataSource.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The new cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.RelationalDataSource.CopyTo(Microsoft.AnalysisServices.RelationalDataSource)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.RelationalDataSource" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to. </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.RelationshipType.Flexible">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RelationshipType.Rigid">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportAction.#ctor(System.String,System.String)">
			<param name="name"> </param>
			<param name="id"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportAction.CopyTo(Microsoft.AnalysisServices.ReportAction)">
			<param name="obj"> </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.ReportingWeekToMonthPattern.Weeks445">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ReportingWeekToMonthPattern.Weeks454">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ReportingWeekToMonthPattern.Weeks544">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameter.#ctor(System.String,System.String)">
			<param name="name"> </param>
			<param name="value"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameter.CopyTo(Microsoft.AnalysisServices.ReportParameter)">
			<param name="obj"> </param>
		</member>
		<member name="T:Microsoft.AnalysisServices.ReportParameterCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.ReportParameter" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Add(Microsoft.AnalysisServices.ReportParameter)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> avec le nom et la valeur spécifiés.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> that was added to the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to add.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Contains(Microsoft.AnalysisServices.ReportParameter)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> associé au nom spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> exists in the collection; otherwise, false.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.CopyTo(Microsoft.AnalysisServices.ReportParameterCollection)">
			<summary>Copie la collection entière à la fin d'un objet <see cref="T:Microsoft.AnalysisServices.ReportParameterCollection" />.</summary>
			<param name="col">The <see cref="Microsoft.AnalysisServices.ReportParameterCollection" /> into which to copy the elements of the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.IndexOf(Microsoft.AnalysisServices.ReportParameter)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> associé au nom spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> specified by name if the object is found; otherwise, -1.</returns>
			<param name="name">The name of a <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Insert(System.Int32,Microsoft.AnalysisServices.ReportParameter)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.ReportParameter" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> avec le nom et la valeur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> that was inserted into the collection.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.ReportParameter" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to insert.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Remove(Microsoft.AnalysisServices.ReportParameter)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> avec le nom spécifié dans la collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ReportParameterCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReportParameterCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReportParameterCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ReportParameterCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> specified by name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ReportParameter" /> to return.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.RestoreDataSourceType.Local">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RestoreDataSourceType.Remote">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.RestoreFolder">
			<summary>Restaure un dossier d'origine vers un nouveau dossier. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolder.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolder.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> à l'aide d'un nom pour le dossier d'origine et le nouveau dossier.</summary>
			<param name="originalFolder">The original folder from which to copy.</param>
			<param name="newFolder">The folder to copy to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreFolder.New">
			<summary>Obtient ou définit l'emplacement du nouveau dossier à créer pour son utilisation par un élément <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />.</summary>
			<returns>The new folder location.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreFolder.Original">
			<summary>Obtient ou définit le dossier d'origine associé à un objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />.</summary>
			<returns>The original folder name.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.RestoreFolderCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Add(Microsoft.AnalysisServices.RestoreFolder)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> that contains the elements to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Contains(Microsoft.AnalysisServices.RestoreFolder)">
			<summary>Vérifie si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.IndexOf(Microsoft.AnalysisServices.RestoreFolder)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Insert(System.Int32,Microsoft.AnalysisServices.RestoreFolder)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Remove(Microsoft.AnalysisServices.RestoreFolder)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.RestoreInfo">
			<summary>Représente les informations nécessaires pour traiter un fichier ou une restauration de base de données. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> à l'aide du paramètre de fichier.</summary>
			<param name="file">Name of the file for which information is to be restored.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> à l'aide d'un fichier et d'un nom de base de données.</summary>
			<param name="file">Name of the file for which information is to be restored.</param>
			<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> à l'aide d'un fichier, d'un nom de base de données et d'un indicateur de remplacement.</summary>
			<param name="file">Name of the file for which information is to be restored.</param>
			<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
			<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[])">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> à l'aide d'un fichier, d'un nom de base de données, d'un indicateur de remplacement et d'un tableau d'emplacements de restauration.</summary>
			<param name="file">Name of the file for which information is to be restored.</param>
			<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
			<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
			<param name="locations">An array of RestoreLocations for the remote objects to restored.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> à l'aide d'un fichier, d'un nom de base de données, d'un indicateur de remplacement, d'un tableau d'emplacements de restauration et d'une définition de sécurité pour les rôles à restaurer.</summary>
			<param name="file">Name of the file for which information is to be restored.</param>
			<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
			<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
			<param name="locations">An array of RestoreLocations for the remote objects to restored.</param>
			<param name="security">A RestoreSecurity enumeration value that specifies what is going to happen to the Roles objects being restored.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> à l'aide de plusieurs paramètres dont le mot de passe.</summary>
			<param name="file">Name of the file for which information is to be restored.</param>
			<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
			<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
			<param name="locations">An array of RestoreLocations for the remote objects to restored </param>
			<param name="security">A RestoreSecurity enumeration value that specifies what is going to happen to the Roles objects being restored</param>
			<param name="password">A string with the password that is required to read the restore file.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreInfo.AllowOverwrite">
			<summary>Obtient ou définit l'aspect de la propriété <see cref="P:Microsoft.AnalysisServices.RestoreInfo.AllowOverwrite" /> de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" />.</summary>
			<returns>true if overwrite is allowed; otherise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreInfo.DatabaseName">
			<summary>Obtient ou définit l'aspect de la propriété <see cref="P:Microsoft.AnalysisServices.RestoreInfo.DatabaseName" /> pour un objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" />.</summary>
			<returns>The database name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreInfo.File">
			<summary>Obtient ou définit le nom UNC de la propriété <see cref="P:Microsoft.AnalysisServices.RestoreInfo.File" /> à restaurer.</summary>
			<returns>A string with the name of the restore file.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreInfo.Locations">
			<summary>Obtient un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocationCollection" /> avec les emplacements des partitions distantes à restaurer.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.RestoreLocationCollection" /> collection object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreInfo.Password">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.RestoreInfo.Password" /> nécessaire pour lire le fichier de restauration.</summary>
			<returns>A string with the password that is required to read the restore file.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreInfo.Security">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.RestoreInfo.Security" /> à appliquer aux rôles du fichier de restauration.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> enumeration value: CopyAll | SkipMembership | IgnoreSecurity</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.RestoreLocation">
			<summary>Représente des informations associées à la restauration d'une sauvegarde <see cref="T:Microsoft.AnalysisServices.Database" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocation.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreLocation.ConnectionString">
			<summary>Obtient ou définit une chaîne de connexion associée à un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
			<returns>A connection string.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreLocation.DataSourceID">
			<summary>Obtient ou définit l'identificateur de source de données associé à un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
			<returns>A data source identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreLocation.File">
			<summary>Obtient ou définit une chaîne de fichier associée à un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
			<returns>A file name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreLocation.Folders">
			<summary>Obtient la collection <see cref="P:Microsoft.AnalysisServices.RestoreLocation.Folders" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
			<returns>A collection of folders that are the target location for a restoration.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.RestoreLocationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Add(Microsoft.AnalysisServices.RestoreLocation)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> that contains the elements to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Contains(Microsoft.AnalysisServices.RestoreLocation)">
			<summary>Indique si la collection contient l'objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.IndexOf(Microsoft.AnalysisServices.RestoreLocation)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Insert(System.Int32,Microsoft.AnalysisServices.RestoreLocation)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Remove(Microsoft.AnalysisServices.RestoreLocation)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to return.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.RestoreSecurity.CopyAll">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RestoreSecurity.IgnoreSecurity">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RestoreSecurity.SkipMembership">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.Role">
			<summary>Représente le niveau de sécurité associé à un groupe d'utilisateurs. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Role.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Role" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Role.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Role" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Role.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Role" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Role" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Role.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Role" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Role.CopyTo(Microsoft.AnalysisServices.Role)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Role" /> vers l'objet spécifié.</summary>
			<returns>A role object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Role.GetDependents(System.Collections.Hashtable)">
			<param name="dependents"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Role.Members">
			<summary>Obtient la propriété <see cref="P:Microsoft.AnalysisServices.Role.Members" /> associée à un objet <see cref="T:Microsoft.AnalysisServices.Role" />.</summary>
			<returns>A collection of roles.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.RoleCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Role" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Role" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Role" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Add(Microsoft.AnalysisServices.Role)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Role" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Role" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Role" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Role" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Role" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Role" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Role" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Role" /> to add.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Contains(Microsoft.AnalysisServices.Role)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Role" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Role" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Role" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé à l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Role" /> exists in the collection; otherwise, false.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Role" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Role" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Role" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Role" /> if it exists in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Role" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.IndexOf(Microsoft.AnalysisServices.Role)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Role" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Role" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Role" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Role" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Role" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Role" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Role" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Role" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Insert(System.Int32,Microsoft.AnalysisServices.Role)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Role" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Role" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Role" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Role" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Role" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Role" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Role" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Role" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Role" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Role" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Role" /> to insert.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Role" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Role" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Role" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Role" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Move(Microsoft.AnalysisServices.Role,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Role" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Role" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Role" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Role" /> to be moved.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Role" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Remove(Microsoft.AnalysisServices.Role)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Role" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Remove(Microsoft.AnalysisServices.Role,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RoleCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Role" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Role" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RoleCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Role" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Role" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Role" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.RoleMember">
			<summary>Un rôle est une collection d'un ou plusieurs utilisateurs ou groupes de domaine. L'objet <see cref="T:Microsoft.AnalysisServices.RoleMember" /> est un utilisateur/groupe individuel dans le rôle.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleMember.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.RoleMember" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleMember.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.RoleMember" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.RoleMember" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleMember.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.RoleMember.CopyTo(Microsoft.AnalysisServices.RoleMember)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.RoleMember" /> vers l'objet spécifié.</summary>
			<param name="Obj"> The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.RoleMember.Name">
			<summary>Obtient ou définit le nom d'un objet <see cref="T:Microsoft.AnalysisServices.RoleMember" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.RoleMember" /> name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.RoleMember.Sid">
			<summary>Obtient ou définit l'identificateur de sécurité pour un objet <see cref="T:Microsoft.AnalysisServices.RoleMember" />.</summary>
			<returns>The session identifier.</returns>
		</member>
		<member name="F:Microsoft.AnalysisServices.RootIfValue.ParentIsBlank">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RootIfValue.ParentIsBlankSelfOrMissing">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RootIfValue.ParentIsMissing">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.RootIfValue.ParentIsSelf">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn">
			<summary>Représente un élément <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> qui contient des valeurs scalaires. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ScalarMiningStructureColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ScalarMiningStructureColumn.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ScalarMiningStructureColumn.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ScalarMiningStructureColumn.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The newly cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ScalarMiningStructureColumn.CopyTo(Microsoft.AnalysisServices.ScalarMiningStructureColumn)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ScalarMiningStructureColumn.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
			<summary>Indique si l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> est valide.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> is properly configured; otherwise, false.</returns>
			<param name="errors">A collection of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects.</param>
			<param name="includeDetailedErrors">Determines whether detailed errors are included in the errors parameter.</param>
			<param name="serverEdition">Specifies the installed edition of Microsoft SQL Server Analysis Services.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.ClassifiedColumns">
			<summary>Contient la collection des colonnes associées classées par l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</summary>
			<returns>A StringCollection that contains the collection of related columns that are classified by <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> the object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.Content">
			<summary>Obtient ou définit le contenu de la colonne dans l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</summary>
			<returns>A string that contains the content of the column in the <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.DiscretizationBucketCount">
			<summary>Obtient ou définit le nombre de compartiments où s'effectue la discrétisation des valeurs de colonne.</summary>
			<returns>An Integer that contains the number of buckets into which to discretize the column values.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.DiscretizationMethod">
			<summary>Obtient ou définit la méthode à utiliser pour la discrétisation.</summary>
			<returns>A String containing the method to be used for discretization.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.Distribution">
			<summary>Obtient ou définit une valeur spécifique au fournisseur qui décrit le mode de distribution des valeurs scalaires dans la colonne d'un objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</summary>
			<returns>A String that contains a provider-specific value that describes how scalar values are distributed within a column of a <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.IsKey">
			<summary>Obtient ou définit si la colonne fournit la clé pour le cas dans un objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</summary>
			<returns>true if the column provides the key for the case in a <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> object; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.KeyColumns">
			<summary>Obtient la collection de définitions <see cref="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.KeyColumns" /> pour l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItemCollection" /> containing the collection of <see cref="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.KeyColumns" /> definitions for <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.ModelingFlags">
			<summary>Obtient la collection de la propriété <see cref="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.ModelingFlags" /> pour une colonne.</summary>
			<returns>A StringCollection containing the collection of <see cref="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.ModelingFlags" /> for a column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.NameColumn">
			<summary>Obtient ou définit la colonne qui fournit le nom de l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.DataItem" /> identifying the column that provides the name of <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.Source">
			<summary>Obtient ou définit la source pour la colonne.</summary>
			<returns>The binding that indicates the source of the column data.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.Translations">
			<summary>Obtient la collection d'objets <see cref="T:Microsoft.AnalysisServices.Translation" /> associée à l'objet <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TranslationCollection" /> containing the collection of <see cref="T:Microsoft.AnalysisServices.Translation" /> objects associated with the <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /></returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ScalarMiningStructureColumn.Type">
			<summary>Obtient ou définit le type de données de la colonne de structure d'exploration de données.</summary>
			<returns>A string that indicates the data type.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.Server">
			<summary>Représente une instance de Microsoft SQL Server 2005 Analysis Services (SSAS) et fournit les méthodes et les membres qui vous permettent de contrôler cette instance. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.BeginTransaction">
			<summary>Démarre une transaction sur le serveur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelCommand">
			<summary>Annule la dernière commande envoyée au serveur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelCommand(System.String)">
			<summary>Annule la dernière commande envoyée au serveur sur la session spécifiée.</summary>
			<param name="sessionId"> The session to cancel the command on.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelConnection(System.Int32)">
			<summary>Annule la connexion au serveur spécifiée par l'ID de connexion.</summary>
			<param name="connectionId"> The connection identifier to cancel.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelConnection(System.Int32,System.Boolean)">
			<summary>Annule la connexion au serveur spécifiée par l'ID de connexion et indique si toutes les autres connexions associées sont annulées.</summary>
			<param name="connectionId">The connection identifier to cancel.</param>
			<param name="cancelAssociated">Indicates whether the associated connections will be canceled.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelSession">
			<summary>Annule la session sur le serveur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelSession(System.Int32)">
			<summary>Annule la session spécifiée sur le serveur.</summary>
			<param name="sessionId">The session to cancel. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelSession(System.String)">
			<summary>Annule la session spécifiée sur le serveur.</summary>
			<param name="sessionId">The session to cancel.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelSession(System.Int32,System.Boolean)">
			<summary>Annule la session spécifiée sur le serveur.</summary>
			<param name="sessionId">The session to cancel.</param>
			<param name="cancelAssociated">Indicates whether the associated sessions will be canceled.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CancelSession(System.String,System.Boolean)">
			<summary>Annule la session spécifiée sur le serveur.</summary>
			<param name="sessionId">The session to cancel. </param>
			<param name="cancelAssociated">Indicates whether the associated sessions will be canceled.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Clone">
			<summary>Crée une copie complète d'un objet <see cref="T:Microsoft.AnalysisServices.Server" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CommitTransaction">
			<summary>Valide les modifications effectuées dans la transaction actuelle.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.ConcatenateCaptureLog(System.Boolean,System.Boolean)">
			<summary>Obtient le journal de capture en format XML concaténé, inclus dans un Élément Batch XMLA et indique s'il faut inclure l'attribut de transaction et l'Élément Parallel XMLA.</summary>
			<returns>A String containing the concatenated capture log.</returns>
			<param name="transactional">Indicates whether the transaction attribute on the Batch element will be set to true or false.</param>
			<param name="parallel">Indicates whether to wrap all capture log entries in an XMLA Parallel element.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.ConcatenateCaptureLog(System.Boolean,System.Boolean,System.Boolean)">
			<summary>Obtient le journal de capture en format XML concaténé, inclus dans un Élément Batch XMLA et indique s'il faut inclure l'attribut de transaction et l'Élément Parallel XMLA.</summary>
			<returns>A String containing the concatenated capture log.</returns>
			<param name="transactional">Indicates whether the transaction attribute on the Batch element will be set to true or false.</param>
			<param name="parallel">Indicates whether to wrap all capture log entries in an XMLA Parallel element.</param>
			<param name="processAffected">This parameter is reserved for future use.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Connect(System.String)">
			<summary>Connecte l'instance actuelle de l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> au serveur Analysis Services à l'aide de la chaîne de connexion spécifiée.</summary>
			<param name="connectionString">The connection string used to connect to the Analysis Services server.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Connect(System.String,System.String)">
			<summary>Connecte l'instance actuelle de l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> au serveur Analysis Services à l'aide de la chaîne de connexion spécifiée.</summary>
			<param name="connectionString">The connection string used to connect to the Analysis Services server.</param>
			<param name="sessionId">The session to connect to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.CopyTo(Microsoft.AnalysisServices.Server)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Server" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Server" /> object copied to.</returns>
			<param name="obj"> The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Disconnect">
			<summary>Déconnecte l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> du serveur Analysis Services.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Disconnect(System.Boolean)">
			<summary>Déconnecte l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> de session spécifié du serveur Analysis Services.</summary>
			<param name="endSession">The session to disconnect.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Execute(System.String)">
			<summary>Exécute la commande spécifiée sur le serveur Analysis Services.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
			<param name="command">The command to execute.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Execute(System.String,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
			<summary>Exécute la commande spécifiée sur le serveur Analysis Services et fournit la prise en charge de l'analyse d'impact.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
			<param name="command">The command to execute.</param>
			<param name="impactResult">The collection to store impact information in.</param>
			<param name="analyzeImpactOnly">Indicates whether the command will only be analyzed for impact. If set to false, the command will be executed and the impactResult collection will be populated.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.ExecuteCaptureLog(System.Boolean,System.Boolean)">
			<summary>Exécute le contenu du journal de capture sur le serveur et indique si l'exécution est effectuée en mode transactionnel et/ou parallèle. Les objets affectés ne sont pas traités.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
			<param name="transactional">Indicates whether the capture log will be executed within a transaction.</param>
			<param name="parallel">Indicates whether the capture log entries will be executed in parallel.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.ExecuteCaptureLog(System.Boolean,System.Boolean,System.Boolean)">
			<summary>Exécute le contenu du journal de capture sur le serveur, indique si l'exécution est effectuée en mode transactionnel et/ou parallèle et si les objets affectés sont traités.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
			<param name="transactional">Indicates whether the capture log will be executed within a transaction.</param>
			<param name="parallel">Indicates whether the capture log entries will be executed in parallel.</param>
			<param name="processAffected">Indicates whether the affected objects will be processed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.GetConnectionState(System.Boolean)">
			<summary>Obtient l'état actuel de la connexion au serveur Analysis Services.</summary>
			<returns>A ConnectionState enumeration describing the current state of the connection.</returns>
			<param name="pingServer">Indicates whether an empty statement will be sent to the server to verify whether the connection is open.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Microsoft#AnalysisServices#IMajorObject#DependsOn(Microsoft.AnalysisServices.IMajorObject)">
			<param name="obj"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Microsoft#AnalysisServices#IMajorObject#WriteRef(System.Xml.XmlWriter)">
			<param name="writer"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.NotifyTableChange(Microsoft.AnalysisServices.DataSource,Microsoft.AnalysisServices.TableNotificationCollection)">
			<summary>Notifie à une instance d'Analysis Services qu'une modification a été apportée à des tables dans une source de données spécifiée.</summary>
			<param name="dataSource">The data source in the Analysis Services database.</param>
			<param name="tableNotifications">The <see cref="P:Microsoft.AnalysisServices.ProactiveCachingTablesBinding.TableNotifications" /> objects that describe the changed tables.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Reconnect">
			<summary>Rétablit la connexion à la base de données Analysis Services.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Restore(Microsoft.AnalysisServices.RestoreInfo)">
			<summary>Restaure une base de données Analysis Services à partir d'un fichier de sauvegarde à l'aide des options définies sur un objet <see cref="T:Microsoft.AnalysisServices.RestoreInfo" />.</summary>
			<param name="restoreInfo">The <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> object containing the options for performing the database restoration.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Restore(System.String)">
			<summary>Restaure une base de données Analysis Services à partir d'un fichier de sauvegarde.</summary>
			<param name="file">The name and location of the file to restore.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Restore(System.String,System.String)">
			<summary>Restaure une base de données Analysis Services à partir d'un fichier de sauvegarde dans la base de données spécifiée.</summary>
			<param name="file">The name and location of the file to restore.</param>
			<param name="databaseName">The database to restore to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Restore(System.String,System.String,System.Boolean)">
			<summary>Restaure une base de données Analysis Services à partir d'un fichier de sauvegarde dans la base de données spécifiée, pour un indicateur de remplacement donné.</summary>
			<param name="file">The name and location of the file to restore.</param>
			<param name="databaseName">The database to restore to.</param>
			<param name="allowOverwrite">Indicates whether the database will be overwritten, if it exists.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[])">
			<summary>Restaure une base de données Analysis Services à partir d'un fichier de sauvegarde dans la base de données spécifiée, pour un indicateur de remplacement et plusieurs serveurs distants donnés.</summary>
			<param name="file">The name and location of the file to restore.</param>
			<param name="databaseName">The database to restore to.</param>
			<param name="allowOverwrite">Indicates whether the database will be overwritten, if it exists.</param>
			<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects, specifying multiple remote servers to restore to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity)">
			<summary>Restaure une base de données Analysis Services à partir d'un fichier de sauvegarde dans la base de données spécifiée, pour un indicateur de remplacement et plusieurs serveurs distants données et en spécifiant les paramètres de sécurité.</summary>
			<param name="file">The name and location of the file to restore.</param>
			<param name="databaseName">The database to restore to.</param>
			<param name="allowOverwrite">Indicates whether the database will be overwritten, if it exists.</param>
			<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects, specifying multiple remote servers to restore to.</param>
			<param name="security">A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> object that specifies the security settings for the restore. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String)">
			<summary>Restaure une base de données Analysis Services à partir d'un fichier de sauvegarde dans la base de données spécifiée, pour un indicateur de remplacement et plusieurs serveurs distants données et en spécifiant les paramètres de sécurité.</summary>
			<param name="file">The name and location of the file to restore.</param>
			<param name="databaseName">The database to restore to.</param>
			<param name="allowOverwrite">Indicates whether the database will be overwritten if it exists.</param>
			<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects specifying multiple remote servers to restore to.</param>
			<param name="security">A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> object that specifies the security settings for the restore. </param>
			<param name="password">The password to use to decrypt the restoration file.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.RollbackTransaction">
			<summary>Restaure la transaction actuelle sur la connexion au serveur.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.SendXmlaRequest(Microsoft.AnalysisServices.XmlaRequestType,System.IO.Stream)">
			<summary>Envoie une requête XML for Analysis (XMLA) du type spécifié à l'aide du flux de données spécifié.</summary>
			<returns>An XmlReader containing the results of the request.</returns>
			<param name="type">The type of request to send.</param>
			<param name="requestStream">A Stream containing the request.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.SendXmlaRequest(Microsoft.AnalysisServices.XmlaRequestType,System.IO.TextReader)">
			<summary>Envoie une requête XML for Analysis (XMLA) du type spécifié à l'aide du flux de données spécifié.</summary>
			<returns>An XmlReader containing the results of the request.</returns>
			<param name="type">The type of request to send.</param>
			<param name="request">A TextReader containing the request.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.StartXmlaRequest(Microsoft.AnalysisServices.XmlaRequestType)">
			<summary>Envoie une requête XML for Analysis (XMLA) au serveur.</summary>
			<returns>An XmlWriter to store the request into.</returns>
			<param name="type">The type of request to start.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Server.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
			<summary>Indique si l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> est valide.</summary>
			<returns>true if the object returns valid; otherwise, false.</returns>
			<param name="errors">A collection of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects.</param>
			<param name="includeDetailedErrors">Indicates whether detailed errors are included in the errors parameter.</param>
			<param name="serverEdition">An enumerated type <see cref="T:Microsoft.AnalysisServices.ServerEdition" />.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.Assemblies">
			<summary>Obtient une collection d'assemblys de l'objet <see cref="T:Microsoft.AnalysisServices.Server" />.</summary>
			<returns>An assembly collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.CaptureLog">
			<summary>Obtient une collection qui contient les commandes XML/A générée si la propriété <see cref="P:Microsoft.AnalysisServices.Server.CaptureXml" /> a été définie avec la valeur true.</summary>
			<returns>A StringCollection containing XML messages.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.CaptureXml">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Server.CaptureLog" /> de l'objet serveur qui indique si les messages XML envoyés à une instance d'Analysis Services doivent être journalisés.</summary>
			<returns>true if the change is made successfully; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.Connected">
			<summary>Obtient une valeur qui indique s'il existe une connexion à une instance d'Analysis Services.</summary>
			<returns>true if a connection exists; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.ConnectionInfo">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> de l'objet <see cref="T:Microsoft.AnalysisServices.Server" />. Ce champ est en lecture seule.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object. </returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.ConnectionString">
			<summary>Obtient la chaîne de caractères utilisée pour se connecter à une instance d'Analysis Services. Ce champ est en lecture seule.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> connection description containing the information required to make a connection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.Databases">
			<summary>Collection de bases de données résidentes sur un objet <see cref="T:Microsoft.AnalysisServices.Server" />.</summary>
			<returns>A collection of databases.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.Edition">
			<summary>Obtient la version actuellement installée d'Analysis Services. Ceci est en lecture seule.</summary>
			<returns>An enumerated type.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.EditionID">
			<summary>Obtient la propriété EditionID pour la version actuellement installée d'Analysis Services. Ceci est en lecture seule.</summary>
			<returns>A read-only Integer. For local cubes, the value is zero; otherwise, a non-zero number.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.ProductLevel">
			<summary>Obtient ou définit l'accès en lecture seule à l'élément de niveau du produit. Le niveau du produit est obtenu à partir de la chaîne d'installation spécifique stockée.</summary>
			<returns>A product-level description.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.ProductName">
			<summary>Obtient ou définit l'accès en lecture seule au nom du produit à partir duquel est installée une instance d'Analysis Services.</summary>
			<returns>A product name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.Roles">
			<summary>Représente la collection de la propriété <see cref="P:Microsoft.AnalysisServices.Server.Roles" /> pour une base de données, un cube ou un modèle d'exploration de données.</summary>
			<returns>A collection of <see cref="P:Microsoft.AnalysisServices.Server.Roles" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.ServerProperties">
			<summary>Obtient une collection de propriétés du serveur associée à un objet <see cref="T:Microsoft.AnalysisServices.Server" /> spécifique.</summary>
			<returns>A collection of ServerProperties that contains a number of <see cref="M:Microsoft.AnalysisServices.ServerPropertyCollection.Contains(Microsoft.AnalysisServices.ServerProperty)" /> records.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.SessionID">
			<summary>Obtient l'ID de session pour le serveur.</summary>
			<returns>A String containing the session ID.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.SessionTrace">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.SessionTrace" /> utilisé pour démarrer et arrêter les traces sur le serveur.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.SessionTrace" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.Traces">
			<summary>Obtient les traces disponibles sur le serveur.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TraceCollection" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Server.Version">
			<summary>Obtient ou définit la version du serveur.</summary>
			<returns>A String containing the version.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ServerProperty">
			<summary>Définit une propriété de serveur associée à un élément <see cref="T:Microsoft.AnalysisServices.Server" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerProperty.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerProperty.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> à l'aide d'un nom et d'une valeur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</param>
			<param name="value">A String that contains the property.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerProperty.Clone">
			<summary>Crée une copie complète d'un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>The cloned <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerProperty.CopyTo(Microsoft.AnalysisServices.ServerProperty)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> vers l'objet spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.Category">
			<summary>Obtient ou définit la catégorie associée à un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerPropertyCategory" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.DefaultValue">
			<summary>Obtient ou définit la valeur par défaut pour un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>A default value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.DisplayFlag">
			<summary>Obtient ou définit l'état de l'indicateur d'affichage.</summary>
			<returns>true if the display flag is on; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.FolderName">
			<summary>Obtient le nom du dossier associé à un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>A folder name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.Name">
			<summary>Obtient ou définit le nom d'un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />. </summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.PendingValue">
			<summary>Obtient ou définit la valeur en attente d'un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>A String that contains the pending value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.PropertyName">
			<summary>Obtient le nom de propriété d'un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>A property name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.RequiresRestart">
			<summary>Obtient ou définit une valeur associée à l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> qui indique si le redémarrage est nécessaire.</summary>
			<returns>true if restart is required; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.Type">
			<summary>Obtient ou définit le type associé à un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>A String that contains the type.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.Units">
			<summary>Obtient ou définit les unités associées à l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>A String that contains the unit.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerProperty.Value">
			<summary>Obtient ou définit le type associé à un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
			<returns>A String that contains the value.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.ServerPropertyCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.ServerProperty" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Add(Microsoft.AnalysisServices.ServerProperty)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> avec le nom et la valeur spécifiés.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that was added to the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to add.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Contains(Microsoft.AnalysisServices.ServerProperty)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> associé au nom spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> exists in the collection; otherwise, false.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.CopyTo(Microsoft.AnalysisServices.ServerPropertyCollection)">
			<summary>Copie la collection entière à la fin d'un objet <see cref="T:Microsoft.AnalysisServices.ServerPropertyCollection" />.</summary>
			<param name="col">The <see cref="Microsoft.AnalysisServices.ServerPropertyCollection" /> into which to copy the elements of the collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> qui a le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.IndexOf(Microsoft.AnalysisServices.ServerProperty)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> associé au nom spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> specified by name if the object is found; otherwise, -1.</returns>
			<param name="name">The name of a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Insert(System.Int32,Microsoft.AnalysisServices.ServerProperty)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> avec le nom et la valeur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that was inserted into the collection.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to insert.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Remove(Microsoft.AnalysisServices.ServerProperty)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> associé au nom spécifié dans la collection.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> qui a le nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> specified by name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.SessionTrace">
			<summary>XXX. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.SessionTrace.Start">
			<summary>Démarre une trace de session selon l'objet <see cref="P:Microsoft.AnalysisServices.Server.SessionTrace" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.SessionTrace.Stop">
			<summary>Arrête une trace de session selon l'objet <see cref="P:Microsoft.AnalysisServices.Server.SessionTrace" />.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.SessionTrace.IsStarted">
			<summary>Obtient l'état d'une trace de session d'un objet <see cref="P:Microsoft.AnalysisServices.Server.SessionTrace" />.</summary>
			<returns>true if the session has been started; else false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.SessionTrace.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent de l'objet SessionTrace.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.StandardAction">
			<summary>Représente tout élément <see cref="T:Microsoft.AnalysisServices.Action" /> différent d'un élément <see cref="T:Microsoft.AnalysisServices.DrillThroughAction" /> ou d'un élément <see cref="T:Microsoft.AnalysisServices.ReportAction" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.StandardAction.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.StandardAction" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.StandardAction.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.StandardAction" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.StandardAction" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.StandardAction" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.StandardAction.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.StandardAction.CopyTo(Microsoft.AnalysisServices.StandardAction)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.StandardAction" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.StandardAction.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
			<summary>Indique si l'objet <see cref="T:Microsoft.AnalysisServices.StandardAction" /> est valide.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.StandardAction" /> is properly configured; otherwise, false.</returns>
			<param name="errors">A collection of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects.</param>
			<param name="includeDetailedErrors">Determines whether detailed errors are included in the errors parameter.</param>
			<param name="serverEdition">A description of the server edition that is installed.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.StandardAction.Expression">
			<summary>Obtient ou définit une expression MDX associée à un objet <see cref="T:Microsoft.AnalysisServices.StandardAction" />.</summary>
			<returns>An MDX Expression.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.StorageMode">
			<summary>Détermine le mode de stockage pour l'objet.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.StorageMode.Holap">
			<summary>Spécifie que le mode de stockage est OLAP hybride. Une partie des données est stockée dans l'objet <see cref="F:Microsoft.AnalysisServices.StorageMode.Molap" /> et l'autre partie dans l'objet <see cref="F:Microsoft.AnalysisServices.StorageMode.Rolap" />.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.StorageMode.Molap">
			<summary>Spécifie que le mode de stockage se présente sous la forme de fichiers Analysis Services propriétaires ou OLAP multidimensionnels.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.StorageMode.Rolap">
			<summary>Spécifie que le mode de stockage est OLAP relationnel (ROLAP).</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.TableMiningStructureColumn">
			<summary>Représente un élément <see cref="T:Microsoft.AnalysisServices.MiningStructureColumn" /> qui contient des tables imbriquées par opposition aux valeurs scalaires associées à l'élément <see cref="T:Microsoft.AnalysisServices.ScalarMiningStructureColumn" /> qui contient des valeurs scalaires. Cette classe ne peut pas être héritée.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableMiningStructureColumn.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableMiningStructureColumn.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Action" /> à l'aide d'un nom.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableMiningStructureColumn.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableMiningStructureColumn.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableMiningStructureColumn.CopyTo(Microsoft.AnalysisServices.TableMiningStructureColumn)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableMiningStructureColumn.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
			<summary>Indique si l'objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" /> est valide.</summary>
			<param name="errors">A collection of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects.</param>
			<param name="includeDetailedErrors">Determines whether detailed errors are included in the errors parameter.</param>
			<param name="serverEdition">Indicates the product edition.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TableMiningStructureColumn.Columns">
			<summary>Obtient la collection de colonnes associée à un objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</summary>
			<returns>A collection of mining structure columns.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TableMiningStructureColumn.FilterComponent">
			<summary>Obtient ou définit le composant de filtre associé à un objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</summary>
			<returns>The filter component itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TableMiningStructureColumn.ForeignKeyColumns">
			<summary>Obtient les colonnes clés étrangères associées à un objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</summary>
			<returns>A collection of <see cref="P:Microsoft.AnalysisServices.TableMiningStructureColumn.ForeignKeyColumns" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TableMiningStructureColumn.SourceMeasureGroup">
			<summary>Obtient ou définit le groupe de mesures de source associé à un objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.MeasureGroupBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TableMiningStructureColumn.Translations">
			<summary>Obtient la collection de traductions associée à un objet <see cref="T:Microsoft.AnalysisServices.TableMiningStructureColumn" />.</summary>
			<returns>A collection of translations.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.TableNotificationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.TableNotification" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.TableNotification" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.Add(Microsoft.AnalysisServices.TableNotification)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.TableNotification" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.TableNotification" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TableNotification" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> that contains the elements to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.Contains(Microsoft.AnalysisServices.TableNotification)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.TableNotification" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.TableNotification" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TableNotification" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.IndexOf(Microsoft.AnalysisServices.TableNotification)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.TableNotification" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.TableNotification" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TableNotification" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.Insert(System.Int32,Microsoft.AnalysisServices.TableNotification)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.TableNotification" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.TableNotification" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TableNotification" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.Remove(Microsoft.AnalysisServices.TableNotification)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.TableNotification" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TableNotification" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TableNotificationCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.TableNotification" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.TableNotification" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TableNotificationCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.TableNotification" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.TableNotification" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TableNotificationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.TableNotification" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.TableNotification" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.TableNotification" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.TabularBinding">
			<summary>Représente une liaison à un élément tabulaire tel qu'une table ou une requête SQL.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TabularBinding.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.TabularBinding" />. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TabularBinding.CopyTo(Microsoft.AnalysisServices.TabularBinding)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.TabularBinding" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.TimeBinding">
			<summary>Définit un type de données dérivé représentant une liaison à des périodes. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TimeBinding.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.TimeBinding" />. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TimeBinding.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.TimeBinding.CopyTo(Microsoft.AnalysisServices.TimeBinding)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.CalendarEndDate">
			<summary>Obtient ou définit la date de fin de la période du calendrier pour un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>The end date.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.CalendarLanguage">
			<summary>Obtient ou définit la langue du calendrier utilisée pour l'élément <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer representing the language.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.CalendarStartDate">
			<summary>Obtient ou définit la date de début de la période du calendrier pour l'objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>The start date.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.FirstDayOfWeek">
			<summary>Obtient ou définit le premier jour de la semaine pour un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer representing the first day of the week for a <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.FiscalFirstDayOfMonth">
			<summary>Obtient ou définit le premier jour du mois fiscal pour un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer indicating the first day of the fiscal month for a <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.FiscalFirstMonth">
			<summary>Obtient ou définit le premier mois de la période fiscale pour un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer indicating the first month of the fiscal period for a <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.FiscalYearName">
			<summary>Obtient ou définit la convention d'affectation des noms pour le nom de l'année fiscale d'un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.FiscalYearName" /> that indicates the naming convention for the name of the fiscal year for a <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.ManufacturingExtraMonthQuarter">
			<summary>Obtient ou définit le mois de la période de fabrication à laquelle un mois supplémentaire est attribué pour un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer indicating the month of the manufacturing period to which an extra month is assigned for a <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.ManufacturingFirstMonth">
			<summary>Obtient ou définit le premier mois de fabrication pour un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer indicating the first manufacturing month for a <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.ManufacturingFirstWeekOfMonth">
			<summary>Obtient ou définit la première semaine du mois de fabrication pour un objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer indicating the first week of the manufacturing month for a <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.ReportingFirstMonth">
			<summary>Obtient ou définit le premier mois de création de rapport pour l'objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer indicating the first reporting month for the <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.ReportingFirstWeekOfMonth">
			<summary>Obtient ou définit la première semaine du mois de création de rapport pour l'objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>An Integer indicating the first week of the reporting month for the <see cref="T:Microsoft.AnalysisServices.TimeBinding" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TimeBinding.ReportingWeekToMonthPattern">
			<summary>Obtient ou définit la séquence de rapport de semaine en mois pour l'objet <see cref="T:Microsoft.AnalysisServices.TimeBinding" />.</summary>
			<returns>A week-to-month pattern.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.Trace">
			<summary>Fournit un mécanisme pour stocker les journaux des événements qui peuvent être affichés ou relus ultérieurement. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Trace.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.Trace" /> à l'aide de valeurs par défaut. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Trace.#ctor(System.String,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> à l'aide d'un nom et d'un identificateur.</summary>
			<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Trace" />.</param>
			<param name="id">A String that contains a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Trace" />.</param>
		</member>
		<member name="E:Microsoft.AnalysisServices.Trace.OnEvent">
			<summary>Affecte un certain gestionnaire d'événements de trace à un événement associé à un objet <see cref="T:Microsoft.AnalysisServices.Trace" />.</summary>
		</member>
		<member name="E:Microsoft.AnalysisServices.Trace.Stopped">
			<summary>Indique qu'un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> est arrêté. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Trace.Clone">
			<summary>Crée une copie complète de l'objet <see cref="T:Microsoft.AnalysisServices.Trace" />.</summary>
			<returns>The cloned object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Trace.CopyTo(Microsoft.AnalysisServices.Trace)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> vers l'objet spécifié.</summary>
			<returns>The object copied to.</returns>
			<param name="obj">The object to be copied to.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Trace.Start">
			<summary>Démarre un objet <see cref="T:Microsoft.AnalysisServices.Trace" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Trace.Stop">
			<summary>Arrête un objet <see cref="T:Microsoft.AnalysisServices.Trace" />.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.Audit">
			<summary>Obtient ou définit si l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> peut supprimer des événements même si cela entraîne une diminution des performances sur le serveur.</summary>
			<returns>true if <see cref="T:Microsoft.AnalysisServices.Trace" /> cannot drop any events; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.AutoRestart">
			<summary>Obtient ou définit si un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> redémarre automatiquement lorsque le service Microsoft SQL Server 2005 Analysis Services (SSAS) s'arrête et redémarre.</summary>
			<returns>true if <see cref="T:Microsoft.AnalysisServices.Trace" /> will automatically restart when the Analysis Services service stops and restarts; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.Events">
			<summary>Obtient que la collection d'objets d'événement soit capturée par un objet <see cref="T:Microsoft.AnalysisServices.Trace" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TraceEventCollection" /> that contains the collection of event objects to be captured by a <see cref="T:Microsoft.AnalysisServices.Trace" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.IsStarted">
			<summary>Obtient l'état de lancement d'un objet <see cref="T:Microsoft.AnalysisServices.Trace" />.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Trace" /> was initiated; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.LogFileAppend">
			<summary>Obtient ou définit si l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> ajoute sa sortie d'enregistrement au fichier journal existant ou la remplace.</summary>
			<returns>true if <see cref="T:Microsoft.AnalysisServices.Trace" /> appends its logging output to the existing log file; false if it overwrites it.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.LogFileName">
			<summary>Obtient ou définit le nom du fichier journal pour l'objet <see cref="T:Microsoft.AnalysisServices.Trace" />.</summary>
			<returns>A String containing the file name of the log file for the <see cref="T:Microsoft.AnalysisServices.Trace" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.LogFileRollover">
			<summary>Obtient ou définit si l'enregistrement de la sortie de l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> sera remplacé par un nouveau fichier ou s'arrêtera lorsque la taille maximale du fichier journal spécifiée dans la propriété <see cref="P:Microsoft.AnalysisServices.Trace.LogFileSize" /> sera atteinte.</summary>
			<returns>true if logging of <see cref="T:Microsoft.AnalysisServices.Trace" /> output will roll over to a new file when the maximum log file size that is specified in <see cref="P:Microsoft.AnalysisServices.Trace.LogFileSize" /> is reached; false if it should stop.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.LogFileSize">
			<summary>Obtient ou définit la taille maximale (en mégaoctets) du fichier journal.</summary>
			<returns>A 64-bit signed integer that specifies the maximum log file size, in megabytes.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.Parent">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Server" /> parent d'un objet <see cref="T:Microsoft.AnalysisServices.Trace" />. Cette classe ne peut pas être héritée. </summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Trace.StopTime">
			<summary>Obtient ou définit la date et l'heure auxquelles un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> doit s'arrêter.</summary>
			<returns>A DateTime that specifies the date and time at which a <see cref="T:Microsoft.AnalysisServices.Trace" /> object should stop.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.TraceCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Trace" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Add">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Trace" />.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Add(System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> avec l'identificateur spécifié.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Trace" /> has been added.</returns>
			<param name="name">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Add(Microsoft.AnalysisServices.Trace)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Trace" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Trace" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Add(System.String,System.String)">
			<summary>Crée et ajoute à la fin de la collection un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> avec le nom et l'identificateur spécifiés.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Trace" /> has been added.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to add.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Contains(System.String)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> avec l'identificateur spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Trace" /> exists in the collection; otherwise, false.</returns>
			<param name="Id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Contains(Microsoft.AnalysisServices.Trace)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Trace" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Trace" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Find(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Trace" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.FindByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Trace" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.GetByName(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> associé au nom spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Trace" /> if it exists in the collection.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.IndexOf(System.String)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> associé à l'identificateur spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Trace" /> specified by id if the object is found; otherwise, -1.</returns>
			<param name="id">The identifier of a <see cref="T:Microsoft.AnalysisServices.Trace" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.IndexOf(Microsoft.AnalysisServices.Trace)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Trace" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Trace" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Insert(System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Trace" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Trace" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Insert(System.Int32,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> avec l'identificateur spécifié dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Trace" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Trace" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Insert(System.Int32,Microsoft.AnalysisServices.Trace)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Trace" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Trace" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> avec le nom et l'identificateur spécifiés dans la collection à l'index spécifié.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Trace" />.</returns>
			<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.Trace" />.</param>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to insert.</param>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Trace" /> that is moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Trace" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Move(System.String,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> associé à l'identificateur spécifié à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Trace" /> that ismoved.</returns>
			<param name="Id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Trace" /> specified by id.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Move(Microsoft.AnalysisServices.Trace,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Trace" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Trace" /> to move.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Trace" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Remove(System.String)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> associé à l'identificateur spécifié dans la collection.</summary>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Remove(Microsoft.AnalysisServices.Trace)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Trace" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Remove(System.String,System.Boolean)">
			<param name="id"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceCollection.Remove(Microsoft.AnalysisServices.Trace,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Trace" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceCollection.Item(System.String)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Trace" /> associé à l'identificateur spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Trace" /> specified by the identifier.</returns>
			<param name="id">The identifier of the <see cref="T:Microsoft.AnalysisServices.Trace" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.TraceColumnCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.TraceColumn" />.  Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceColumnCollection.Add(Microsoft.AnalysisServices.TraceColumn)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceColumnCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceColumnCollection.Contains(Microsoft.AnalysisServices.TraceColumn)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceColumnCollection.Remove(Microsoft.AnalysisServices.TraceColumn)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceColumnCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceColumnCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.TraceColumn" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.TraceEventArgs">
			<summary>Définit les identificateurs et les valeurs associés à un événement de trace. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventArgs.#ctor">
			<summary>Initialise une nouvelle instance de la classe <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ApplicationName">
			<summary>Obtient le nom d'application associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The application name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ClientHostName">
			<summary>Obtient le nom de l'hôte client associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The client host name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ClientProcessID">
			<summary>Obtient l'identificateur de processus client associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The client process identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ConnectionID">
			<summary>Obtient l'identificateur de connexion associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The connection identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.CpuTime">
			<summary>Obtient le temps processeur associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>An Integer representation of seconds elapsed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.CurrentTime">
			<summary>Obtient la date et l'heure actuelles associées à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The date and time.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.DatabaseName">
			<summary>Obtient le nom de l'objet <see cref="T:Microsoft.AnalysisServices.Database" /> associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The database name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.Duration">
			<summary>Obtient la valeur de durée associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>A 64-bit signed integer.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.EndTime">
			<summary>Obtient l'heure de fin associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The date and time.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.Error">
			<summary>Obtient la propriété d'erreur associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The error itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.EventClass">
			<summary>Obtient la classe d'événements associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.EventSubclass">
			<summary>Obtient la sous-classe d'événements associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>A trace event subclass.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.IntegerData">
			<summary>Obtient les données Integer associées à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>A 64-bit signed integer.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.Item(Microsoft.AnalysisServices.TraceColumn)">
			<summary>Correspond à la propriété indexor dans le langage C#. Cela permet d'indexer une collection de la même manière que des tableaux.</summary>
			<returns>The value of a trace column from a trace event.</returns>
			<param name="column">A collection of trace columns. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.JobID">
			<summary>Obtient l'identificateur de travail associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The job identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.NTCanonicalUserName">
			<summary>Obtient le nom d'utilisateur canonique NT associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The NT canonical user name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.NTDomainName">
			<summary>Obtient le nom de domaine NT associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The NT domain name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.NTUserName">
			<summary>Obtient le nom d'utilisateur NT associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The NT user name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ObjectID">
			<summary>Obtient l'identificateur d'objet associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The object identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ObjectName">
			<summary>Obtient le nom d'objet associé à l'objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The object name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ObjectPath">
			<summary>Obtient le chemin d'accès à l'objet associé à l'objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The object path.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ObjectReference">
			<summary>Obtient la référence d'objet associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The object reference itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ObjectType">
			<summary>Obtient le type d'objet associé à l'objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The object type itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ProgressTotal">
			<summary>Obtient l'avancement total associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The 64-bit signed integer representation of total progress.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.RequestParameters">
			<summary>Obtient les paramètres de requête associés à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The request parameters.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.RequestProperties">
			<summary>Obtient les propriétés de requête associées à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The request properties.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.ServerName">
			<summary>Obtient le nom du serveur associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The server name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.SessionID">
			<summary>Obtient l'identificateur de session associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The session identifier.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.SessionType">
			<summary>Obtient le type de session associé à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The session type.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.Severity">
			<summary>Obtient la gravité associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>An Integer representation of severity.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.Spid">
			<summary>Obtient l'identificateur de processus serveur (SPID) actif sur lequel l'objet parent peut être exécuté.</summary>
			<returns>A String containing the active server process identifier (SPID) on which to execute the parent object.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.StartTime">
			<summary>Obtient la date et l'heure auxquelles une trace d'objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" /> a démarré.</summary>
			<returns>A date and time value of type DataTime.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.Success">
			<summary>Obtient la propriété de réussite associée à la trace indiquée par une trace d'objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>A TraceEventSuccess object indicating success status.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.TextData">
			<summary>Obtient les informations des données texte associées à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>The text data itself.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventArgs.XmlaMessages">
			<summary>Obtient la collection de messages XMLA associée à un objet <see cref="T:Microsoft.AnalysisServices.TraceEventArgs" />.</summary>
			<returns>A collection of XMLA messages.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.TraceEventClass">
			<summary>Définit le type d'événement de trace.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditBackupRestore">
			<summary>Le serveur a été sauvegardé ou restauré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditLogin">
			<summary>Collecte tous les événements de connexion depuis le début de la trace, telle qu'une demande de connexion d'un client à un serveur qui exécute une instance de SQL Server.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditLogout">
			<summary>Collecte tous les nouveaux événements de déconnexion depuis le début de la trace, telle que l'émission par un client d'une commande de déconnexion.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditObjectPermission">
			<summary>Les autorisations d'objet ont été modifiées.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditServerStartsAndStops">
			<summary>Le service a été arrêté, démarré ou suspendu.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculateNonEmptyBegin">
			<summary>Le calcul de non vide pour une requête a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculateNonEmptyCurrent">
			<summary>Le calcul de non vide pour une requête est en cours d'exécution.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculateNonEmptyEnd">
			<summary>Le calcul de non vide pour une requête est terminé.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.CommandBegin">
			<summary>Une commande a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.CommandEnd">
			<summary>Une commande est terminée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.Deadlock">
			<summary>Collection d'événements associés au verrou.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.DiscoverBegin">
			<summary>Une requête de découverte a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.DiscoverEnd">
			<summary>Une requête de découverte est terminée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.Error">
			<summary>Le serveur a rencontré une erreur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExecuteMdxScriptBegin">
			<summary>L'exécution du script MDX a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExecuteMdxScriptCurrent">
			<summary>L'exécution du script MDX est en cours d'exécution.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExecuteMdxScriptEnd">
			<summary>L'exécution du script MDX est terminée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExistingConnection">
			<summary>Collection d'événements de connexion.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExistingSession">
			<summary>Collection d'événements de session.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.GetDataFromAggregation">
			<summary>Une réponse a été générée avec les données d'une agrégation.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.GetDataFromCache">
			<summary>Une réponse a été générée avec les données de l'un des caches.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.Locktimeout">
			<summary>Un verrou de métadonnées a expiré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.NotAvailable">
			<summary>Type non disponible.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.Notification">
			<summary>Collection d'événements de notification.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportBegin">
			<summary>Le rapport de progression a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportCurrent">
			<summary>Le rapport de progression est en cours.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportEnd">
			<summary>Fin du rapport de progression.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportError">
			<summary>Erreur du rapport de progression.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryBegin">
			<summary>Une requête a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryCubeBegin">
			<summary>La requête lancée par le cube a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryCubeEnd">
			<summary>La requête lancée par le cube est terminée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryDimension">
			<summary>Une dimension a été interrogée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryEnd">
			<summary>Une requête est terminée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.QuerySubcube">
			<summary>Un sous-cube a été interrogé ; utile pour l'optimisation basée sur l'utilisation.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.QuerySubcubeVerbose">
			<summary>Un sous-cube a été interrogé ; les informations détaillées sont tracées.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.SerializeResultsBegin">
			<summary>La sérialisation des résultats d'une requête a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.SerializeResultsCurrent">
			<summary>La sérialisation des résultats d'une requête est en cours d'exécution.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.SerializeResultsEnd">
			<summary>La sérialisation des résultats d'une requête est terminée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ServerStateDiscoverBegin">
			<summary>La découverte de l'état du serveur a démarré.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ServerStateDiscoverData">
			<summary>Contenu de la réponse de la découverte de l'état du serveur.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.ServerStateDiscoverEnd">
			<summary>La découverte de l'état du serveur est terminée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.SessionInitialize">
			<summary>Une session a été initialisée.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.TraceEventClass.UserDefined">
			<summary>Collection d'événements définis par l'utilisateur.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.TraceEventCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.TraceEvent" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Add(Microsoft.AnalysisServices.TraceEvent)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Add(Microsoft.AnalysisServices.TraceEventClass)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> avec la valeur <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> spécifiée à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.TraceEvent" />.</returns>
			<param name="eventID">The <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> value of the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Contains(Microsoft.AnalysisServices.TraceEvent)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> exists in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Contains(Microsoft.AnalysisServices.TraceEventClass)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> associé à la valeur <see cref="T:Microsoft.AnalysisServices.TraceEventClass" />.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> exists in the collection; otherwise, false.</returns>
			<param name="eventID">The <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> value of the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Find(Microsoft.AnalysisServices.TraceEventClass)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> associé à la valeur <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> spécifiée de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="eventID">The <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> value of the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Remove(Microsoft.AnalysisServices.TraceEvent)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to remov.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TraceEventCollection.Remove(Microsoft.AnalysisServices.TraceEventClass)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> associé à la valeur <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> spécifiée de la collection.</summary>
			<param name="eventID">The <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> value of the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to return.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TraceEventCollection.Item(Microsoft.AnalysisServices.TraceEventClass)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> associé à la valeur <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> spécifiée de la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> that has the specified <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> value.</returns>
			<param name="eventID">The <see cref="T:Microsoft.AnalysisServices.TraceEventClass" /> value of the <see cref="T:Microsoft.AnalysisServices.TraceEvent" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.Translation">
			<summary>Fournit une traduction localisée pour son objet parent.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Translation.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Translation" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.Translation.#ctor(System.Int32)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Translation" /> qui fournit un paramètre de langue.</summary>
			<param name="language">An Integer referencing the language for the <see cref="T:Microsoft.AnalysisServices.Translation" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Translation.#ctor(System.Int32,System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.Translation" /> à l'aide des informations de langue et de légende.</summary>
			<param name="language">An Integer referencing the language for the <see cref="T:Microsoft.AnalysisServices.Translation" />.</param>
			<param name="caption">A String containing a unique identifier for the <see cref="T:Microsoft.AnalysisServices.Translation" />.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.Translation.Clone">
			<summary>Crée une copie complète d'un objet.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Translation" /> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.Translation.CopyTo(Microsoft.AnalysisServices.Translation)">
			<summary>Copie un objet <see cref="T:Microsoft.AnalysisServices.Action" /> vers l'objet spécifié.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Translation" /> object.</returns>
			<param name="obj">The object you are copying to.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.Translation.Caption">
			<summary>Obtient ou définit la légende à afficher par les clients.</summary>
			<returns>A caption translation.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Translation.Description">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Translation.Description" /> d'un objet <see cref="T:Microsoft.AnalysisServices.Translation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Translation" /><see cref="P:Microsoft.AnalysisServices.Translation.Description" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Translation.DisplayFolder">
			<summary>Obtient ou définit la propriété <see cref="P P:Microsoft.AnalysisServices.Translation.DisplayFolder" /> d'un objet <see cref="T:Microsoft.AnalysisServices.Translation" />.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.Translation" /><see cref="P:Microsoft.AnalysisServices.Translation.DisplayFolder" />.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.Translation.Language">
			<summary>Obtient ou définit la propriété <see cref="P:Microsoft.AnalysisServices.Translation.Language" /> définie par un code d'identificateur de paramètres régionaux pour un objet <see cref="T:Microsoft.AnalysisServices.Translation" />.</summary>
			<returns>An Integer indicating a <see cref="P:Microsoft.AnalysisServices.Translation.Language" /> locale identifier.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.TranslationCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.Translation" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Add(System.Int32)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage spécifié à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Translation" />.</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Add(Microsoft.AnalysisServices.Translation)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Translation" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Add(System.Int32,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage et la légende spécifiés à la fin de la collection.</summary>
			<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Translation" />.</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
			<param name="caption">The caption of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Contains(System.Int32)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Translation" /> is contained in the collection; otherwise, false.</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Contains(Microsoft.AnalysisServices.Translation)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.Translation" /> is contained in the collection; otherwise, false.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.FindByLanguage(System.Int32)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> if found in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.GetByLanguage(System.Int32)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> if found in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.IndexOf(System.Int32)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> if the object is found; otherwise, -1.</returns>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.IndexOf(Microsoft.AnalysisServices.Translation)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be returned.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Insert(System.Int32,System.Int32)">
			<summary>Crée et insère un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage spécifié dans la collection à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> inserted into the collection.</returns>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Translation" /> will be inserted.</param>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Insert(System.Int32,Microsoft.AnalysisServices.Translation)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Translation" /> will be inserted.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Move(System.Int32,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> à l'index spécifié actuel vers un nouvel index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be moved.</returns>
			<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Translation" /> specified by fromIndex.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Move(Microsoft.AnalysisServices.Translation,System.Int32)">
			<summary>Déplace un objet <see cref="T:Microsoft.AnalysisServices.Translation" /> vers un nouvel index dans la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be moved.</param>
			<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Translation" /> specified by item.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Translation" /> avec le langage spécifié de la collection.</summary>
			<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(Microsoft.AnalysisServices.Translation)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.Translation" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be removed.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(System.Int32,System.Boolean)">
			<param name="language"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(Microsoft.AnalysisServices.Translation,System.Boolean)">
			<param name="item"> </param>
			<param name="cleanUp"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.TranslationCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.Translation" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be returned.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.Trimming">
			<summary>Spécifie la manière dont un élément de données de type chaîne est tronqué.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.Trimming.Left">
			<summary>Spécifie que les espaces blancs à gauche dans une chaîne sont supprimés.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.Trimming.LeftRight">
			<summary>Spécifie que les espaces blancs à gauche et à droite dans une chaîne sont supprimés.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.Trimming.None">
			<summary>Spécifie que les caractères autres que des espaces blancs sont supprimés.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.Trimming.Right">
			<summary>Spécifie que les espaces blancs à droite dans une chaîne sont supprimés.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.ValidationErrorCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.ValidationError" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.ValidationError" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.ValidationError)">
			<summary>Ajoute un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> avec la valeur <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> et la description d'erreur spécifiées, à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
			<param name="source">The <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String,Microsoft.AnalysisServices.ErrorPriority)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> avec la valeur <see cref="T:Microsoft.DataWarehouse.IModelComponent" />, la description d'erreur et la valeur <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> spécifiées, à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
			<param name="source">The <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="priority">The <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String,System.Int32)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> avec la valeur <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> la description d'erreur et le code d'erreur spécifiés, à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
			<param name="source">The <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="errorCode">The error code of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String,Microsoft.AnalysisServices.ErrorPriority,System.Int32)">
			<summary>Crée et ajoute un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> avec la valeur <see cref="T:Microsoft.DataWarehouse.IModelComponent" />, la description d'erreur, la valeur <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> et le code d'erreur spécifiés, à la fin de la collection.</summary>
			<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
			<param name="source">The <see cref="T:Microsoft.DataWarehouse.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="priority">The <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
			<param name="errorCode">The error code of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.AddRange(System.Collections.ICollection)">
			<summary>Ajoute les éléments d'un objet <see cref="T:System.Collections.ICollection" /> à la fin de la collection.</summary>
			<param name="c">The <see cref="T:System.Collections.ICollection" /> that contains the elements to add.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Clear">
			<summary>Supprime tous les éléments de la collection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Contains(Microsoft.AnalysisServices.ValidationError)">
			<summary>Indique si la collection contient un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> spécifié.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> exists in the collection; otherwise, false.</returns>
			<param name="Item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to locate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copie la collection entière vers un objet <see cref="T:System.Array" /> unidimensionnel compatible, en commençant à l'index spécifié du tableau cible.</summary>
			<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
			<param name="index">The zero-based index in array at which copying begins.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.IndexOf(Microsoft.AnalysisServices.ValidationError)">
			<summary>Obtient l'index d'un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> spécifié.</summary>
			<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> if the object is found; otherwise, -1.</returns>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Insert(System.Int32,Microsoft.AnalysisServices.ValidationError)">
			<summary>Insère un objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> dans la collection à l'index spécifié.</summary>
			<param name="index">The zero-based index at whichto insert the new <see cref="T:Microsoft.AnalysisServices.ValidationError" />.</param>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to insert.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Remove(Microsoft.AnalysisServices.ValidationError)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> spécifié de la collection.</summary>
			<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to remove.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.RemoveAt(System.Int32)">
			<summary>Supprime l'objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> à l'index spécifié dans la collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.ValidationError" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.ValidationError" /> à l'index spécifié.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to return.</param>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationOptions.AddDetails">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationOptions.AddMessages">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationOptions.AddWarnings">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationOptions.DoNotValidateBindings">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationOptions.None">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.ValidationResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
			<param name="array"> </param>
			<param name="index"> </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.ValidationResultCollection.Item(System.Int32)">
			<param name="index"> </param>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationRulePriority.High">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationRulePriority.Low">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationRulePriority.Medium">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationRuleType.Error">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationRuleType.Message">
			<summary> </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.ValidationRuleType.Warning">
			<summary> </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.WriteAccess">
			<summary>Spécifie l'accès en écriture aux objets dans Microsoft SQL Server 2005 Analysis Services (SSAS).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.WriteAccess.Allowed">
			<summary>Les actions d'écriture sont autorisées.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.WriteAccess.None">
			<summary>Les actions d'écriture ne sont pas autorisées.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.XmlaMessageCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.XmlaMessage" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlaMessageCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlaMessageCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.XmlaResultCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.XmlaResult" />. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlaResultCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlaResultCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.XmlaWarningCollection">
			<summary>Contient une collection d'objets <see cref="T:Microsoft.AnalysisServices.XmlaWarning" />.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.XmlaWarningCollection.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.XmlaWarning" />.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlaWarningCollection.Count">
			<summary>Obtient le nombre d'objets <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> dans la collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlaWarningCollection.Item(System.Int32)">
			<summary>Obtient l'objet <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> à l'index spécifié dans la collection.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> to return.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.XmlSerializationException">
			<summary>Représente des messages générés pendant le processus de désérialisation XML. Cette classe ne peut pas être héritée. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> à l'aide des valeurs par défaut.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor(System.String)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> à l'aide d'une chaîne de message.</summary>
			<param name="message">A String with the message to display</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor(System.String,System.Exception)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> à l'aide d'une chaîne de message et de l'exception interne reçue.</summary>
			<param name="message">A String with the message to display</param>
			<param name="innerException">The inner exception object received with current exception.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
			<summary>Initialise une nouvelle instance de l'objet <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> à l'aide d'une chaîne de message, de l'exception interne reçue, d'un numéro de ligne et d'une position de ligne.</summary>
			<param name="message">A String with the message to display.</param>
			<param name="innerException">The inner exception object received with current exception.</param>
			<param name="lineNumber">An Integer value with the line number where the exception occurred.</param>
			<param name="linePosition">An Integer value with the line position where the exception occurred.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.XmlSerializationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>l</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlSerializationException.LineNumber">
			<summary>Obtient ou définit le numéro de ligne où l'exception s'est produite.</summary>
			<returns>An Integer value with the line number where the exception occurred.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.XmlSerializationException.LinePosition">
			<summary>Obtient ou définit la position de ligne où l'exception s'est produite.</summary>
			<returns>An Integer value with the line position where the exception occurred.</returns>
		</member>
	</members>
</doc>