﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.AnalysisServices.AdomdClient</name>
	</assembly>
	<members>
		<member name="N:Microsoft.AnalysisServices.AdomdClient">
			<summary>Represents the ADOMD.NET data provider.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdCacheExpiredException">
			<summary>Represents an exception thrown by ADOMD.NET when a cached version of an ADOMD.NET object is no longer valid.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand">
			<summary>Represents a command to be run against an analytical data source.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> class with default values.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> class with the text of the command.</summary>
			<param name="commandText">The command to be run by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.#ctor(System.String,Microsoft.AnalysisServices.AdomdClient.AdomdConnection)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> class with the text of the command and an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
			<param name="commandText">The text of the command to be run by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</param>
			<param name="connection">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> on which to run the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.Cancel">
			<summary>Tries to cancel the execution of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.Clone">
			<summary>Creates and returns an instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> class based on the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.CreateParameter">
			<summary>Returns a newly created <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.Execute">
			<summary>Runs the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>, and returns either a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> or an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</summary>
			<returns>An object.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteCellSet">
			<summary>Runs the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> and returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteNonQuery">
			<summary>Runs the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> without returning any results.</summary>
			<returns>A value of one (1).</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteReader">
			<summary>Runs the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> and returns an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteReader(System.Data.CommandBehavior)">
			<summary>Runs the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> using the specified <see cref="T:System.Data.CommandBehavior"></see>enumeration value and returns an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</returns>
			<param name="behavior">A <see cref="T:System.Data.CommandBehavior"></see>enumeration value that indicates the behavior of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> during or after the command runs.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteXmlReader">
			<summary>Runs the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> and returns an <see cref="T:System.Xml.XmlReader"></see>.</summary>
			<returns>An <see cref="T:System.Xml.XmlReader"></see>that contains the results of the command.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.Prepare">
			<summary>Verifies that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> can run.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.CommandStream">
			<summary>Gets or sets the command to run, using a <see cref="T:System.IO.Stream"></see>.</summary>
			<returns>A <see cref="T:System.IO.Stream"></see> that contains the XML-based command for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.CommandText">
			<summary>Gets or sets the command to run.</summary>
			<returns>A string that contains the command for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>. The default value is an empty string.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.CommandTimeout">
			<summary>Gets or sets the time to wait for a command to run before the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> stops trying to run the command and generates an error.</summary>
			<returns>An integer that contains the time, in seconds, to wait for the command to run.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.CommandType">
			<summary>Gets or sets the <see cref="T:System.Data.CommandType"></see> used by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</summary>
			<returns>The <see cref="T:System.Data.CommandType"></see> used by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>. </returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.Connection">
			<summary>Gets or sets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> uses.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>, or a null value if no <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> is associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>. The default value is a null value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.Parameters">
			<summary>Gets an instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> class that contains the parameters used when running the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> that contains the parameters used when running the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.Properties">
			<summary>Gets an instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> class that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.UpdatedRowSource">
			<summary>This member is reserved for future use.</summary>
			<returns>An <see cref="T:System.Data.UpdateRowSource"></see> enumeration value.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection">
			<summary>Represents a connection to a multidimensional data source.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> class with default values.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.#ctor(Microsoft.AnalysisServices.AdomdClient.AdomdConnection)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> class by using values from a specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> class. The session identifier and command state are not the same.</summary>
			<param name="connection">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> from which to retrieve connection information.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> class by using the specified connection string.</summary>
			<param name="connectionString">A string that contains the connection string to be used by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.BeginTransaction">
			<summary>Begins a new transaction.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction"></see> that represents the newly started transaction.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.BeginTransaction(System.Data.IsolationLevel)">
			<summary>Begins a new transaction with the specified <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction.IsolationLevel"></see> enumeration value.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction"></see> that represents the newly started transaction.</returns>
			<param name="isolationLevel">An <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction.IsolationLevel"></see> enumeration value.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ChangeDatabase(System.String)">
			<summary>Changes the current database of the open <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
			<param name="database">The name of the database to which the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> should connect.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Close">
			<summary>Closes the connection to the database and ends the session.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Close(System.Boolean)">
			<summary>Closes the connection to the database, indicating whether to end the session.</summary>
			<param name="endSession">A Boolean that indicates whether to end the session associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.CreateCommand">
			<summary>Creates and returns an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> that is associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> that is associated with the connection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(System.Guid,System.Object[])">
			<summary>Returns schema information from a data source by using a Guid object to specify which schema information to return and by applying any specified restrictions to the information.</summary>
			<returns>A DataSet that represents the contents of the specified OLE DB schema rowset.</returns>
			<param name="schema">A Guid object that specifies the schema table to be returned.</param>
			<param name="restrictions">An array of Object objects that specifies the values for the restriction columns that the schema table uses. These values are applied in the order of the restriction columns. That is, the first restriction value applies to the first restriction column, the second restriction value applies to the second restriction column, and so on.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(System.String,Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection)">
			<summary>Returns schema information from a data source by using a schema name to identify which schema to retrieve and by applying any specified restrictions to the information.</summary>
			<returns>A DataSet that represents the contents of the specified OLE DB schema table.</returns>
			<param name="schemaName">The name of the schema to be retrieved. </param>
			<param name="restrictions">A collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects that specifies the values for the restriction columns used by the schema table. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(System.Guid,System.Object[],System.Boolean)">
			<summary>Returns schema information from a data source by using a Guid object to identify the information, applying any specified restrictions on the information, and optionally throwing an exception when inline errors occur.</summary>
			<returns>A DataSet that represents the contents of the specified OLE DB schema rowset.</returns>
			<param name="throwOnInlineErrors">If true, inline errors cause an exception to be thrown; otherwise DataRow.GetColumnError is used to determine the error generated.</param>
			<param name="schema">A Guid object that specifies the schema table to be returned.</param>
			<param name="restrictions">An array of Object objects that specifies the values for the restriction columns that are used by the schema table. These values are applied in the order of the restriction columns. That is, the first restriction value applies to the first restriction column, the second restriction value applies to the second restriction column, and so on.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(System.String,Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection,System.Boolean)">
			<summary>Returns schema information from a data source by using a schema name to identify the information, applying any specified restrictions to the information, and optionally throwing an exception when inline errors occur.</summary>
			<returns>A DataSet that represents the contents of the specified OLE DB schema table.</returns>
			<param name="schemaName">The name of the schema to be retrieved. </param>
			<param name="throwOnInlineErrors">If true, inline errors cause an exception to be thrown; otherwise, DataRow.GetColumnError is used to determine the error generated.</param>
			<param name="restrictions">A collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects that specifies the values for the restriction columns that the schema table uses. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(System.String,System.String,Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection)">
			<summary>Returns schema information from a data source by using a schema name and namespace to identify the information, and by applying any specified restrictions to the information.</summary>
			<returns>A DataSet that represents the contents of the specified OLE DB schema table.</returns>
			<param name="schemaName">The name of the schema to be retrieved. </param>
			<param name="schemaNamespace">The name of the schema namespace to be retrieved.</param>
			<param name="restrictions">A collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects that specifies the values for the restriction columns that the schema table uses.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(System.String,System.String,Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection,System.Boolean)">
			<summary>Returns schema information from a data source by using a schema name and namespace to identify the information, applying any specified restrictions to the information, and, optionally throwing an exception when inline errors occur.</summary>
			<returns>A DataSet that represents the contents of the specified OLE DB schema table.</returns>
			<param name="schemaName">The name of the schema to be retrieved. </param>
			<param name="schemaNamespace">The name of the schema namespace to be retrieved.</param>
			<param name="throwOnInlineErrors">If true, inline errors cause an exception to be thrown; otherwise DataRow.GetColumnError is used to determine the error generated.</param>
			<param name="restrictions">A collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects that specifies the values for the restriction columns used by the schema table.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open">
			<summary>Opens a connection with an analytical data source by using the settings specified in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectionString"></see> property of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.RefreshMetadata">
			<summary>Forces the connection to repopulate all metadata from the server.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ClientVersion">
			<summary>Gets the version of the ADOMD.NET client that implements the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
			<returns>A string that contains the version of the client.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectionString">
			<summary>Gets or sets the string that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> uses to open an analytical data source.</summary>
			<returns>A string that contains the connection string that is used by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectionTimeout">
			<summary>Gets the time to wait for a connection to be established before the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> stops trying to connect and generates an error.</summary>
			<returns>An integer that contains the time (in seconds) to wait while trying to establish a connection. The default is zero (0), which sets the time to infinite.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Cubes">
			<summary>Gets an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see> that represents the collection of cubes contained by an analytical data source.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see> that contains the cubes for a multidimensional data source.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Database">
			<summary>Gets the name of the database to be used after the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> is open.</summary>
			<returns>A string that contains the name of the database that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> uses.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.MiningModels">
			<summary>Gets an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see> that represents the collection of mining models that an analytical data source contains.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see> that represents the collection of mining models that an analytical data source contains.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.MiningServices">
			<summary>Gets an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> that represents the collection of mining services that an analytical data source contains.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> that represents the collection of mining services that an analytical data source contains.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.MiningStructures">
			<summary>Gets an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> that represents the collection of mining structures that an analytical data source contains.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> that represents the collection of mining structures contained by a multidimensional data source.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ProviderVersion">
			<summary>Gets the version of the XML for Analysis provider that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> uses.</summary>
			<returns>A string that contains the version of the provider.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ServerVersion">
			<summary>Gets the version of the server used that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> uses.</summary>
			<returns>A string that contains the version of the server.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.SessionID">
			<summary>Gets or sets the string identifier of the session that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> opened with the server.</summary>
			<returns>A string that contains a string identifier that represents the unique ID of a session.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ShowHiddenObjects">
			<summary>Gets or sets a value that indicates whether hidden objects are returned.</summary>
			<returns>true if all hidden objects, such as cubes, dimensions, hierarchies, and levels, are shown; otherwise, false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.State">
			<summary>Gets the current state of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
			<returns>A <see cref="T:System.Data.ConnectionState"></see> enumeration value that represents the current connection state of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException">
			<summary>Represents an exception thrown by ADOMD.NET when the connection could not be opened or was disconnected.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with information about the exception.</summary>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException.ExceptionCause">
			<summary>Gets the cause of the exception.</summary>
			<returns>An enumerator representing the possible reasons that can cause <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException"></see> to be raised. Possible values are <see cref="T:Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause"></see>.<see cref="F:Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause.Unspecified"></see>, and <see cref="T:Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause"></see>.<see cref="F:Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause.AuthenticationFailed"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter">
			<summary>Represents a Microsoft .NET Framework data adapter for an analytical data source.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter"></see> class with default values.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.#ctor(Microsoft.AnalysisServices.AdomdClient.AdomdCommand)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter"></see> class by using a specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> as a select command.</summary>
			<param name="selectCommand">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> with which to set the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.SelectCommand"></see> property.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.#ctor(System.String,Microsoft.AnalysisServices.AdomdClient.AdomdConnection)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter"></see> class by using the specified command text and <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
			<param name="selectCommandText">A string that is used as a <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.SelectCommand"></see> property of the adapter.</param>
			<param name="selectConnection">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> with which the connection is to be initialized.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.#ctor(System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter"></see> class using the specified command text and connection string.</summary>
			<param name="selectCommandText">A string that is used as a <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.SelectCommand"></see> property of the adapter.</param>
			<param name="selectConnectionString">A string with which the connection is initialized.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.Update(System.Data.DataSet)">
			<summary>This member is reserved for future use.</summary>
			<param name="dataSet">The <see cref="T:System.Data.DataSet"></see> that is used to update the data source.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter.SelectCommand">
			<summary>Gets or sets a command that is used to retrieve data from an analytical data source.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> that contains the command that is used to retrieve data from an analytical data source.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader">
			<summary>Provides a means of reading a forward-only result set that is obtained by running a command, and can be used to access analytical data sources. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Close">
			<summary>Closes the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Dispose">
			<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetBoolean(System.Int32)">
			<summary>Returns a Boolean that contains the value from the specified column.</summary>
			<returns>A Boolean that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetByte(System.Int32)">
			<summary>Returns a Byte that contains the value from the specified column.</summary>
			<returns>A Byte that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)">
			<summary>This member is reserved for future use.</summary>
			<returns>A Long that contains the number of bytes actually read from the column.</returns>
			<param name="buffer">The buffer into which to read the stream of bytes.</param>
			<param name="dataIndex">The zero-based index within the column from which to begin reading data.</param>
			<param name="bufferIndex">The zero-based index within the buffer from which to begin writing data.</param>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
			<param name="length">The number of bytes to read from the column.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetChar(System.Int32)">
			<summary>Returns a Char that contains the value from the specified column.</summary>
			<returns>A Char that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)">
			<summary>Returns an array of Char objects that contain a stream of values from the specified column.</summary>
			<returns>A Long that contains the number of characters actually read from the column.</returns>
			<param name="buffer">The buffer into which to read the stream of characters.</param>
			<param name="dataIndex">The zero-based index within the column from which to begin reading data.</param>
			<param name="bufferIndex">The zero-based index within the buffer from which to begin writing data.</param>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
			<param name="length">The number of characters to read from the column.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetData(System.Int32)">
			<summary>Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.</summary>
			<returns>A System.Data.IDataReader interface that points to more remote structured data referenced by the column. For more information, see <see cref="T:System.Data.IDataReader"></see>.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetDataReader(System.Int32)">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see> object from the specified column.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see> object from the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetDataTypeName(System.Int32)">
			<summary>Returns a String that contains the full name of the data type for the specified column.</summary>
			<returns>A String that contains the full name of the data type for the specified column.</returns>
			<param name="index">The zero-based ordinal position of the column to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetDateTime(System.Int32)">
			<summary>Returns a DateTime that contains the value from the specified column.</summary>
			<returns>A DateTime that contains the value, converted to local system time, of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetDecimal(System.Int32)">
			<summary>Returns a Decimal that contains the value from the specified column.</summary>
			<returns>A Decimal that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetDouble(System.Int32)">
			<summary>Returns a Double that contains the value from the specified column.</summary>
			<returns>A Double that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetEnumerator">
			<summary>Gets an IEnumerator interface for iterating through the collection.</summary>
			<returns>An IEnumerator interface for iterating through the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetFieldType(System.Int32)">
			<summary>Returns a Type that represents the data type of the specified column.</summary>
			<returns>A Type that contains the type of the Object returned by the <see cref="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetValue(System.Int32)"></see> method.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetFloat(System.Int32)">
			<summary>Returns a Float that contains the value from the specified column.</summary>
			<returns>A Single that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetGuid(System.Int32)">
			<summary>Returns a Guid that contains the value from the specified column.</summary>
			<returns>A Guid that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetInt16(System.Int32)">
			<summary>Returns an Int16 that contains the value from the specified column.</summary>
			<returns>An Int16 that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetInt32(System.Int32)">
			<summary>Returns an Int32 that contains the value from the specified column.</summary>
			<returns>An Int32 that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetInt64(System.Int32)">
			<summary>Returns an Int64 that contains the value from the specified column.</summary>
			<returns>An Int64 that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetName(System.Int32)">
			<summary>Returns the name of the specified column.</summary>
			<returns>A String that contains the name of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetOrdinal(System.String)">
			<summary>Returns the ordinal position of the specified column.</summary>
			<returns>An Integer that contains the ordinal position of the specified column.</returns>
			<param name="name">The name of the column to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetSchemaTable">
			<summary>Returns a DataTable that describes the column metadata of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</summary>
			<returns>A DataTable that contains the schema information for the current result of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetString(System.Int32)">
			<summary>Returns a String that contains the value from the specified column.</summary>
			<returns>A String that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetTimeSpan(System.Int32)">
			<summary>Returns a TimeSpan that contains the value from the specified column.</summary>
			<returns>A TimeSpan that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetValue(System.Int32)">
			<summary>Returns the value for the specified column in its native format.</summary>
			<returns>An Object that contains the value of the specified column.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to be retrieved.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.GetValues(System.Object[])">
			<summary>Gets an array of values for all of the columns in the current row.</summary>
			<returns>An Integer that contains the number of instances copied into the array of Object objects.</returns>
			<param name="values">An array of Object objects into which to copy the column values.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.IsDBNull(System.Int32)">
			<summary>Returns a Boolean that contains a value indicating whether the column is set to null.</summary>
			<returns>A Boolean containing true if the column is set to null; false otherwise.</returns>
			<param name="ordinal">The zero-based ordinal position of the column to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.NextResult">
			<summary>This member is reserved for future use.</summary>
			<returns>Always false.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Read">
			<summary>Advances the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see> to the next row.</summary>
			<returns>A Boolean that contains true if there are more rows; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Depth">
			<summary>Gets a value indicating the depth of nesting for the current row.</summary>
			<returns>An Integer that contains the depth of nesting for the current row.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.FieldCount">
			<summary>Gets a value indicating the number of columns in the current row.</summary>
			<returns>An Integer that contains the number of columns in the current row.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.IsClosed">
			<summary>Gets a value indicating whether the data reader is closed.</summary>
			<returns>A Boolean that contains a value indicating whether the data reader is closed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Item(System.Int32)">
			<summary>Gets the value of a specified column in its native format, given the ordinal position of the column. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see> class.</summary>
			<returns>An Object that contains the value of the specified column.</returns>
			<param name="index">The zero-based index of the column to be retrieved.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Item(System.String)">
			<summary>Gets the value of a specified column in its native format, given the name of the column. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see> class.</summary>
			<returns>An Object that contains the value of the specified column.</returns>
			<param name="columnName">The name of the column to be retrieved.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.RecordsAffected">
			<summary>This member is reserved for future use.</summary>
			<returns>An Integer that contains the value -1.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Enumerator.Reset">
			<summary>This method is not supported on the forward-only <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader"></see>. </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdError">
			<summary>Represents a server or provider-specific error.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdError.ToString">
			<summary>Returns a String that represents the current Object.</summary>
			<returns>A String that contains the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.Message"></see> property value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.ErrorCode">
			<summary>Gets the error code of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see>.</summary>
			<returns>An Int that contains the error code of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.HelpLink">
			<summary>Gets a link to the Help file associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see>.</summary>
			<returns>A String that contains the Uniform Resource Name (URN) or Uniform Resource Locator (URL) of a link to a Help file.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.Location">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation"></see> describing the location of the error.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation"></see> describing the location of the error.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.Message">
			<summary>Gets the error message of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see>.</summary>
			<returns>A String that contains the error text and description returned by the component or object that generated the error.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.Source">
			<summary>Gets the name of the application or object that caused the error associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see>.</summary>
			<returns>A String that contains the name of the application or object that caused the error.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection">
			<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.AdomdError[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array class in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.Enumerator">
			<summary>Implements the <see cref="T:System.Collections.IEnumerator"></see> interface to support iterating over an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation">
			<summary>Represents the location in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.CommandText"></see> or <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdCommand.CommandStream"></see> at which the error occurred.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation.EndColumn">
			<summary>The last column on which the error was generated.</summary>
			<returns>An Integer representing the last column on which the error was generated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation.EndLine">
			<summary>The last line on which the error was generated.</summary>
			<returns>An Integer representing the last line on which the error was generated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation.LineOffset">
			<summary>The number of characters leading up to the line on which the error was generated.</summary>
			<returns>An Integer representing the number of characters leading up to the line on which the error was generated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation.StartColumn">
			<summary>The first column on which the error was generated. </summary>
			<returns>An Integer representing the first column on which the error was generated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation.StartLine">
			<summary>The first line on which the error was generated.</summary>
			<returns>An Integer representing the first line on which the error was generated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation.TextLength">
			<summary>The length of text which generated the error.</summary>
			<returns>An Integer representing the length of text which generated the error.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException">
			<summary>Represents an exception thrown by ADOMD.NET when a response is received from a provider which indicates an error. This exception contains a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> objects that contain information about each problem reported by the provider.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with information about the exception.</summary>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination. </param>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.ErrorCode">
			<summary>Gets the value of the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.ErrorCode"></see> property from the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException"></see>.</summary>
			<returns>An unsigned integer representing the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.ErrorCode"></see> property from the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors">
			<summary>Gets a reference to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection"></see> contained by the exception.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection"></see> that describes the series of errors that led to the exception. The collection contains one or more instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> that encapsulate the errors received by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.HelpLink">
			<summary>Gets the value of the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.HelpLink"></see> property from the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the exception.</summary>
			<returns>A string representing the Uniform Resource Name (URN) or Uniform Resource Locator (URL) of the Help file referenced by the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the exception.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Message">
			<summary>Gets the value of the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.Message"></see> property from the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the exception.</summary>
			<returns>Either a string explaining the reason for the error or an empty string ("") from the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the exception.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Source">
			<summary>Gets the value of the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdError.Source"></see> property from the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the exception.</summary>
			<returns>A string containing the name of the application or object from the first <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdError"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException.Errors"></see> collection contained by the exception.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdException">
			<summary>Represents an exception thrown by ADOMD.NET.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdException"></see> class using the specified serialization and stream context.</summary>
			<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination. </param>
			<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter">
			<summary>Represents a parameter to an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> class.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.#ctor(System.String,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> class with the name and value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see>.</summary>
			<param name="parameterName">The name of the parameter.</param>
			<param name="value">The value of the parameter.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.Clone">
			<summary>Creates a new <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> that is a copy of the current instance.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.ToString">
			<summary>Returns the <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.ParameterName"></see>.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.DbType">
			<summary>This property is reserved for future use.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.Direction">
			<summary>Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.IsNullable">
			<summary>Gets a value indicating whether the parameter accepts null values. Always returns false.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.ParameterName">
			<summary>Gets or sets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see>.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.Precision">
			<summary>This property is reserved for future use.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.Scale">
			<summary>This property is reserved for future use.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.Size">
			<summary>This property is reserved for future use.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.SourceColumn">
			<summary>This property is reserved for future use.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.SourceVersion">
			<summary>Gets or sets the DataRowVersion to use when loading <see cref="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.Value"></see>. This property always returns DataRowVersion.Current.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameter.Value">
			<summary>Gets or sets the value of the parameter.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection">
			<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> objects contained in an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Add(Microsoft.AnalysisServices.AdomdClient.AdomdParameter)">
			<summary>Adds an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</summary>
			<returns>An instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Add(System.String,System.Object)">
			<summary>Creates a new <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object with the specified property name and value, and adds it to the collection.</summary>
			<returns>An instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object.</returns>
			<param name="parameterName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> to add.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to be created.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Clear">
			<summary>Removes all parameters from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Contains(Microsoft.AnalysisServices.AdomdClient.AdomdParameter)">
			<summary>Determines whether a parameter is in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</summary>
			<returns>An instance of a Boolean object that contains true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object exists in the collection, false otherwise.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Contains(System.String)">
			<summary>Given a property name, this method determines whether a parameter is in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</summary>
			<returns>An instance of a Boolean object that contains true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object exists in the collection, false otherwise.</returns>
			<param name="value">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.AdomdParameter[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array object in which to copy the elements of the collection. The Array object must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection by its name.</summary>
			<returns>An instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object.</returns>
			<param name="parameterName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.IndexOf(Microsoft.AnalysisServices.AdomdClient.AdomdParameter)">
			<summary>Returns the zero-based index of the first occurrence of a parameter in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</summary>
			<returns>The index of value if found in the list, -1 otherwise.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to locate in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.IndexOf(System.String)">
			<summary>Given a property name, this method returns the zero-based index of the first occurrence of a parameter in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</summary>
			<returns>The index of value if found in the list, -1 otherwise.</returns>
			<param name="parameterName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to locate in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Insert(System.Int32,Microsoft.AnalysisServices.AdomdClient.AdomdParameter)">
			<summary>Inserts a parameter into the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection at the specified index.</summary>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to insert into the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</param>
			<param name="index">The zero-based index at which value should be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Remove(Microsoft.AnalysisServices.AdomdClient.AdomdParameter)">
			<summary>Removes the first occurrence of a specific parameter from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</summary>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to remove from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.RemoveAt(System.Int32)">
			<summary>Removes the parameter at the specified index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</summary>
			<param name="index">The index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to remove from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.RemoveAt(System.String)">
			<summary>Removes the parameter specified by name in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</summary>
			<param name="parameterName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to remove from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> object.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> objects in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> objects in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection"></see> class.</summary>
			<param name="parameterName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdParameter"></see> object to find.</param>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty">
			<summary>Represents a property of a command. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdProperty.#ctor(System.String,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> class with the name and value of the property.</summary>
			<param name="propertyValue">The value of the property to be created.</param>
			<param name="name">The name of the property to be created.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdProperty.#ctor(System.String,System.String,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> class with the name, namespace, and value of the property.</summary>
			<param name="propertyValue">The value of the property to be created.</param>
			<param name="name">The name of the property to be created.</param>
			<param name="propertyNamespace">The namespace of the property to be created.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdProperty.Name">
			<summary>Gets or sets a String representing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</summary>
			<returns>A String that contains the name for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdProperty.Namespace">
			<summary>Gets or sets a String representing the namespace of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</summary>
			<returns>A String that contains the namespace for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdProperty.Parent">
			<summary>Gets an Object representing the parent of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</summary>
			<returns>An Object that contains the parent for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdProperty.Value">
			<summary>Gets or sets an Object representing the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</summary>
			<returns>An Object that contains the value for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection">
			<summary>This class gets a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> objects contained in an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdCommand"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Add(Microsoft.AnalysisServices.AdomdClient.AdomdProperty)">
			<summary>Adds an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Add(System.String,System.Object)">
			<summary>Creates a new <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> with the specified property name and value.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to be created.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to be created.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Add(System.String,System.String,System.Object)">
			<summary>Creates a new <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> with the specified property name, namespace, and value.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to be created.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to be created.</param>
			<param name="propertyNamespace">The namespace of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to be created.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Clear">
			<summary>Removes all properties from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Contains(Microsoft.AnalysisServices.AdomdClient.AdomdProperty)">
			<summary>Determines whether a property is in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
			<returns>A Boolean that contains true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> exists in the collection; false otherwise.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.AdomdProperty[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional <see cref="T:System.Array"></see> in which to copy the elements of the collection. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> by its name.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Find(System.String,System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> by its name and namespace.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see>.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to find.</param>
			<param name="propertyNamespace">The namespace of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.IndexOf(Microsoft.AnalysisServices.AdomdClient.AdomdProperty)">
			<summary>Returns the zero-based index of the first occurrence of a property in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
			<returns>The index of value if found in the list; -1 otherwise.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to locate in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Insert(System.Int32,Microsoft.AnalysisServices.AdomdClient.AdomdProperty)">
			<summary>Inserts a property into the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> at the specified index.</summary>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to insert into the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</param>
			<param name="index">The zero-based index at which value should be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Remove(Microsoft.AnalysisServices.AdomdClient.AdomdProperty)">
			<summary>Removes the first occurrence of a specified property from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to remove from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.RemoveAt(System.Int32)">
			<summary>Removes the property at the specified index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> objects in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> objects in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.IsFixedSize">
			<summary>Gets a value indicating whether the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> has a fixed size.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> has a fixed size; false otherwise. The default is false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.IsReadOnly">
			<summary>Gets a value indicating whether the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> is read-only.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> is read-only; false otherwise. The default is false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Item(System.Int32)">
			<summary>Gets or sets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> class.</summary>
			<returns>The element at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Enumerator">
			<summary>Implements the <see cref="T:System.Collections.IEnumerator"></see> interface to support iterating over an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> object and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> values.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> object.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> instance in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> object.</summary>
			<returns>The property returns the value of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdProperty"></see> instance in the collection, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction">
			<summary>Restricts the information returned when retrieving schema information from a connection.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction.#ctor(System.String,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> class using name and value parameters.</summary>
			<param name="restrictionValue">The value of the restriction.</param>
			<param name="name">The name of the restriction.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction.#ctor(System.String,System.String,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> class, using name, namespace, and value parameters.</summary>
			<param name="restrictionNamespace">The namespace with which the restriction is to be serialized. If blank, the restriction uses the default Discover namespace.</param>
			<param name="restrictionValue">The value of the restriction.</param>
			<param name="name">The name of the restriction.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction.Name">
			<summary>Gets or sets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction.Namespace">
			<summary>Gets or sets the XML namespace with which the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> will be serialized.</summary>
			<returns>A String that contains the namespace with which the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> will be serialized.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction.Parent">
			<summary>Gets the containing collection, or null if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> is not in a collection.</summary>
			<returns>Gets an instance of the containing collection for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>, or null if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> is not yet in a collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction.Value">
			<summary>Gets or sets the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</summary>
			<returns>An Object that contains the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection">
			<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.#ctor">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> class.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Add(Microsoft.AnalysisServices.AdomdClient.AdomdRestriction)">
			<summary>Adds an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to the collection.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to be added.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Add(System.String,System.Object)">
			<summary>Creates a new <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> with the specified property name and value.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> class.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to be created.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to be created.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Add(System.String,System.String,System.Object)">
			<summary>Creates a new <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> with the specified property name, namespace, and value.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to be created.</param>
			<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to be created.</param>
			<param name="propertyNamespace">The namespace of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to be created.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Clear">
			<summary>Removes all restrictions from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Contains(Microsoft.AnalysisServices.AdomdClient.AdomdRestriction)">
			<summary>Determines whether a <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> is in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see>.</summary>
			<returns>A Boolean that contains true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> exists in the collection; false otherwise.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.AdomdRestriction[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional array in which to copy the elements of the collection. The array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> from the collection by its name.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Find(System.String,System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> from the collection by its name and namespace.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see>.</returns>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to find.</param>
			<param name="propertyNamespace">The namespace of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.IndexOf(Microsoft.AnalysisServices.AdomdClient.AdomdRestriction)">
			<summary>Returns the zero-based index of the first occurrence of a restriction in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> collection.</summary>
			<returns>The index of value if found in the list; -1 otherwise.</returns>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to locate in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Insert(System.Int32,Microsoft.AnalysisServices.AdomdClient.AdomdRestriction)">
			<summary>Inserts a restriction into the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> collection at the specified index.</summary>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to insert into the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see>.</param>
			<param name="index">The zero-based index at which value should be inserted.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Remove(Microsoft.AnalysisServices.AdomdClient.AdomdRestriction)">
			<summary>Removes the first occurrence of a specific restriction from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> collection.</summary>
			<param name="value">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to remove from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> collection.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.RemoveAt(System.Int32)">
			<summary>Removes the restriction at the specified index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> collection.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to remove.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.IsFixedSize">
			<summary>Gets a value indicating whether the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> has a fixed size.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> has a fixed size; false otherwise. The default is false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.IsReadOnly">
			<summary>Gets a value indicating whether the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> is read-only.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> is read-only; false otherwise. The default is false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> is synchronized (thread safe); false otherwise. The default is false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Item(System.Int32)">
			<summary>Gets or sets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> class.</summary>
			<returns>The element at the specified index.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid">
			<summary>Contains the most commonly available schema rowset GUIDs used by the <see cref="M:Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(System.String,Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection)"></see> method of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Actions">
			<summary>Contains the GUID of the MDSCHEMA_ACTIONS rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Catalogs">
			<summary>Contains the GUID of the DBSCHEMA_CATALOGS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Columns">
			<summary>Contains the GUID of the DBSCHEMA_COLUMNS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Connections">
			<summary>Contains the GUID of the DISCOVER_CONNECTIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Cubes">
			<summary>Contains the GUID of the MDSCHEMA_CUBES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.DataSources">
			<summary>Contains the GUID of the DISCOVER_DATASOURCES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.DBConnections">
			<summary>Contains the GUID of the DISCOVER_DB_CONNECTIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Dimensions">
			<summary>Contains the GUID of the MDSCHEMA_DIMENSIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.DimensionStat">
			<summary>Contains the GUID of the DISCOVER_DIMENSION_STAT schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Enumerators">
			<summary>Contains the GUID of the DISCOVER_ENUMERATORS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Functions">
			<summary>Contains the GUID of the MDSCHEMA_FUNCTIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Hierarchies">
			<summary>Contains the GUID of the MDSCHEMA_HIERARCHIES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.InputDataSources">
			<summary>Contains the GUID of the MDSCHEMA_INPUT_DATASOURCES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Instances">
			<summary>Contains the GUID of the DISCOVER_INSTANCES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Jobs">
			<summary>Contains the GUID of the DISCOVER_JOBS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Keywords">
			<summary>Contains the GUID of the DISCOVER_KEYWORDS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Kpis">
			<summary>Contains the GUID of the MDSCHEMA_KPIS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Levels">
			<summary>Contains the GUID of the MDSCHEMA_LEVELS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Literals">
			<summary>Contains the GUID of the DISCOVER_LITERALS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Locations">
			<summary>Contains the GUID of the DISCOVER_LOCATIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Locks">
			<summary>Contains the GUID of the DISCOVER_LOCKS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MasterKey">
			<summary>Contains the GUID of the DISCOVER_MASTER_KEY schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MeasureGroupDimensions">
			<summary>Contains the GUID of the MDSCHEMA_MEASUREGROUP_DIMENSIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MeasureGroups">
			<summary>Contains the GUID of the MDSCHEMA_MEASUREGROUPS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Measures">
			<summary>Contains the GUID of the MDSCHEMA_MEASURES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MemberProperties">
			<summary>Contains the GUID of the MDSCHEMA_PROPERTIES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Members">
			<summary>Contains the GUID of the MDSCHEMA_MEMBERS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MemoryGrant">
			<summary>Contains the GUID of the DISCOVER_MEMORYGRANT schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MemoryUsage">
			<summary>Contains the GUID of the DISCOVER_MEMORYUSAGE schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningColumns">
			<summary>Contains the GUID of the MINING_COLUMNS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningFunctions">
			<summary>Contains the GUID of the MINING_FUNCTIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningModelContent">
			<summary>Contains the GUID of the MINING_MODEL_CONTENT schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningModelContentPmml">
			<summary>Contains the GUID of the DMSCHEMA_MINING_MODEL_CONTENT_PMML schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningModels">
			<summary>Contains the GUID of the MINING_MODELS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningModelXml">
			<summary>Contains the GUID of the DMSCHEMA_MINING_MODEL_XML schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningServiceParameters">
			<summary>Contains the GUID of the SERVICE_PARAMETERS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningServices">
			<summary>Contains the GUID of the MINING_SERVICES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningStructureColumns">
			<summary>Contains the GUID of the DMSCHEMA_MINING_STRUCTURE_COLUMNS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.MiningStructures">
			<summary>Contains the GUID of the DMSCHEMA_MINING_STRUCTURES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.PartitionDimensionStat">
			<summary>Contains the GUID of the DISCOVER_PARTITION_DIMENSION_STAT schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.PartitionStat">
			<summary>Contains the GUID of the DISCOVER_PARTITION_STAT schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.PerformanceCounters">
			<summary>Contains the GUID of the DISCOVER_PERFORMANCE_COUNTERS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.ProviderTypes">
			<summary>Contains the GUID of the PROVIDER_TYPES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.SchemaRowsets">
			<summary>Contains the GUID of the DISCOVER_SCHEMA_ROWSETS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Sessions">
			<summary>Contains the GUID of the DISCOVER_SESSIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Sets">
			<summary>Contains the GUID of the MDSCHEMA_SETS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Tables">
			<summary>Contains the GUID of the DBSCHEMA_TABLES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.TablesInfo">
			<summary>Contains the GUID of the DBSCHEMA_TABLES_INFO schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.TraceColumns">
			<summary>Contains the GUID of the DISCOVER_TRACE_COLUMNS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.TraceDefinitionProviderInfo">
			<summary>Contains the GUID of the DISCOVER_TRACE_DEFINITION_PROVIDERINFO schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.TraceEventCategories">
			<summary>Contains the GUID of the DISCOVER_TRACE_EVENT_CATEGORIES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Traces">
			<summary>Contains the GUID of the DISCOVER_TRACES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.Transactions">
			<summary>Contains the GUID of the DISCOVER_TRANSACTIONS schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.XmlaProperties">
			<summary>Contains the GUID of the DISCOVER_PROPERTIES schema rowset.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.AdomdSchemaGuid.XmlMetadata">
			<summary>Contains the GUID of the DISCOVER_XML_METADATA schema rowset.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction">
			<summary>Represents a transaction to be performed at a multidimensional data source.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction.Commit">
			<summary>Commits the transaction that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction"></see> represents.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction.Dispose">
			<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction.Rollback">
			<summary>Rolls back a transaction in a pending state that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction"></see> represents.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction.Connection">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction"></see> uses.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> that contains a valid <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> reference.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction.IsolationLevel">
			<summary>Gets the isolation level that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction"></see> uses.</summary>
			<returns>A <see cref="T:System.Data.IsolationLevel"></see> enumeration value that represents the isolation level of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdTransaction"></see>. </returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AdomdUnknownResponseException">
			<summary>Represents an exception thrown by ADOMD.NET when a response has been returned from the provider that is not understood.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AxesInfo">
			<summary>Represents metadata pertaining to the axes that are associated with an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> class.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxesInfo.Axes">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see>that represents metadata pertaining to the axes that are associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.AxesInfo"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see> that represents metadata pertaining to the axes associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.AxesInfo"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxesInfo.FilterAxis">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> that represents metadata pertaining to the filter axis that is associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.AxesInfo"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> that represents metadata pertaining to the filter axis associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.AxesInfo"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Axis">
			<summary>Represents an axis within a cellset.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Axis.Equals(System.Object)">
			<summary>Determines whether this instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> is equal to another instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</summary>
			<returns>true if this <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> and obj represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>, false otherwise.</returns>
			<param name="obj">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Axis.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. </summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Axis.op_Equality(Microsoft.AnalysisServices.AdomdClient.Axis,Microsoft.AnalysisServices.AdomdClient.Axis)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>, false otherwise.</returns>
			<param name="o1">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</param>
			<param name="o2">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Axis.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Axis,Microsoft.AnalysisServices.AdomdClient.Axis)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> objects, false otherwise.</returns>
			<param name="o1">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</param>
			<param name="o2">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Axis.ToString">
			<summary>Returns a String that represents the current Object.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Axis.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Axis.Positions">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection"></see> that contains the positions for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection"></see> that contains the positions of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.The <see cref="P:Microsoft.AnalysisServices.AdomdClient.Axis.Positions"></see> is available for backward compatibility. Each <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> in the <see cref="P:Microsoft.AnalysisServices.AdomdClient.Axis.Positions"></see> property has a corresponding <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> in the Set contained by that axis. Use of the Set is recommended.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Axis.Set">
			<summary>Gets a Set that contains the set for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</summary>
			<returns>A Set that contains the set for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AxisCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Axis[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> collection by its name.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> with the name name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxisCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always returns false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxisCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> collection.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Enumerator">
			<summary>Implements the <see cref="T:System.Collections.IEnumerator"></see> interface to support iterating over an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first axis in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.AxisCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> in the collection, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Cell">
			<summary>Represents a cell in a given cellset. For a complete list of class members, see <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Cell.Equals(System.Object)">
			<summary>Determines whether two instances of Object are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the Cell.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Cell.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Cell.op_Equality(Microsoft.AnalysisServices.AdomdClient.Cell,Microsoft.AnalysisServices.AdomdClient.Cell)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>, false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Cell.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Cell,Microsoft.AnalysisServices.AdomdClient.Cell)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> objects, false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Cell.CellProperties">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see> class that contains the cell properties for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see> that contains the cell properties for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Cell.FormattedValue">
			<summary>Gets a string representing the formatted value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</summary>
			<returns>A String that contains the formatted value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Cell.Value">
			<summary>Gets the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</summary>
			<returns>An Object that contains the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CellCollection">
			<summary>Contains a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Cell[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.Item(System.Collections.ICollection)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> from the collection by an ICollection interface that contains a collection of absolute axis indexes. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see> class.</summary>
			<param name="indexes">An ICollection that contains a number of elements less than or equal to the count of axes in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> referenced by the collection. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.Item(System.Int32[])">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> from the collection by an array of absolute axis indexes.</summary>
			<param name="indexes">An array of Integer values that contains a number of elements less than or equal to the count of axes in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> the collection references.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.Item(System.Int32,System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> from the collection by its coordinate.</summary>
			<param name="index2">The zero-based index on the second axis of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> to find.</param>
			<param name="index1">The zero-based index on the first axis of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CellInfo">
			<summary>Represents metadata pertaining to the cells that are associated with an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> class</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellInfo.CellProperties">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see> that represents metadata pertaining to the hierarchy properties that are associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.CellInfo"></see>.</summary>
			<returns>Returns an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see> that represents metadata pertaining to the hierarchy properties that are associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.CellInfo"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CellProperty">
			<summary>Represents a cell property for a given cell.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellProperty.Equals(System.Object)">
			<summary>Determines whether two instances of Object are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellProperty.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellProperty.op_Equality(Microsoft.AnalysisServices.AdomdClient.CellProperty,Microsoft.AnalysisServices.AdomdClient.CellProperty)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>, false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellProperty.op_Inequality(Microsoft.AnalysisServices.AdomdClient.CellProperty,Microsoft.AnalysisServices.AdomdClient.CellProperty)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> objects, false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellProperty.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellProperty.Namespace">
			<summary>Gets the namespace of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</summary>
			<returns>A String that contains the namespace of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellProperty.Value">
			<summary>Gets the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</summary>
			<returns>An Object that contains the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection">
			<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.CellProperty[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> from the collection by its name.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always returns false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> from the collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see> class.</summary>
			<param name="propertyName">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.SyncRoot">
			<summary>Gets an Object that can be used to synchronize access to the collection.</summary>
			<returns>An Object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator">
			<summary>Implements the <see cref="T:System.Collections.IEnumerator"></see> interface to support iterating over an <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> objects</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see>.</summary>
			<returns>true if the Enumerator was successfully advanced to the next element; false if the Enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CellSet">
			<summary>Represents a cellset that is returned as a result of a query. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CellSet.LoadXml(System.Xml.XmlReader)">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> created from a server response, passed in as an XmlReader.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>, created from the xmlTextReaderparameter.</returns>
			<param name="xmlTextReader">XmlReader containing the server response to return as a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. For more information about this class, see <see cref="T:System.Xml.XmlReader"></see>.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.Axes">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> class that contains the axes of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxisCollection"></see> that contains the axes of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.Cells">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see> class that contains the cells of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see> that contains the cells for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.FilterAxis">
			<summary>Gets an instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> class that represents the filter axis of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> that contains the filter axis for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.Item(System.Collections.ICollection)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> by an ICollection interface that contains a collection of absolute axis indexes. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellCollection"></see> class.</summary>
			<param name="indexes">An ICollection that contains a number of elements less than or equal to the count of axes in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.Item(System.Int32)">
			<summary>Gets an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.Item(System.Int32[])">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> from the collection by an array of absolute axis indexes.</summary>
			<param name="indexes">An array of Integer values that contains a number of elements less than or equal to the count of axes in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.Item(System.Int32,System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> from the collection.</summary>
			<param name="index2">The zero-based index on the second axis of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> to find.</param>
			<param name="index1">The zero-based index on the first axis of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CellSet.OlapInfo">
			<summary>Gets an instance of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfo"></see> class describing the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfo"></see> describing the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause">
			<summary>Describes the reason for the connection exception.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause.AuthenticationFailed">
			<summary>Specifies that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException"></see> was caused by an authentication failure.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.ConnectionExceptionCause.Unspecified">
			<summary>Specifies that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException"></see> was caused by an unspecified error.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection">
			<summary>Contains a read-only, on-demand list of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> objects contained by an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.CubeDef[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> from the collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeCollection.SyncRoot">
			<summary>Gets an Object that can be used to synchronize access to the collection.</summary>
			<returns>An Object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Enumerator">
			<summary>Implements the <see cref="T:System.Collections.IEnumerator"></see> interface to support iterating over an <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> objects. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see>.</summary>
			<returns>true if the Enumerator was successfully advanced to the next element; false if the Enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see>.</summary>
			<returns>The current <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CubeDef">
			<summary>Represents the metadata for a cube.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.Equals(System.Object)">
			<summary>Determines whether two instances of Object are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.GetSchemaObject(Microsoft.AnalysisServices.AdomdClient.SchemaObjectType,System.String)">
			<summary>Returns an object associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> from a specified schema rowset.</summary>
			<returns>An Object that contains an object associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
			<param name="schemaObjectType">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType"></see> enumeration value that represents the type of object to find.</param>
			<param name="uniqueName">The unique name of the object to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.GetSchemaObject(Microsoft.AnalysisServices.AdomdClient.SchemaObjectType,System.String,System.Boolean)">
			<summary>Returns an object associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> from a specified schema rowset.</summary>
			<returns>An Object that contains an object associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
			<param name="schemaObjectType">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType"></see> enumeration value that represents the type of object to find.</param>
			<param name="retryUniqueNameOnServer">Determines whether to resolve the unique name on the server if it is not found in the client cache. Setting this to false may improve performance by preventing round trips to the server when objects are not found in the client cache. This should be set to false only when the uniqueName parameter is in the same format as the format used by the client cache, thus preventing the need to attempt unique name resolution on the server. </param>
			<param name="uniqueName">The unique name of the object to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.op_Equality(Microsoft.AnalysisServices.AdomdClient.CubeDef,Microsoft.AnalysisServices.AdomdClient.CubeDef)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>, false otherwise.</returns>
			<param name="o1">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</param>
			<param name="o2">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.op_Inequality(Microsoft.AnalysisServices.AdomdClient.CubeDef,Microsoft.AnalysisServices.AdomdClient.CubeDef)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> objects, false otherwise.</returns>
			<param name="o1">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</param>
			<param name="o2">An <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.ToString">
			<summary>Returns a String that represents the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>A String that contains the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>A String that contains the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Dimensions">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see> class that contains the dimensions for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> class.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see> that contains dimensions for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Kpis">
			<summary>Gets the Key Performance Indicators (KPIs) associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>. This member is not supported for versions of Analysis Services earlier than MicrosoftSQL Server 2005 Analysis Services (SSAS).</summary>
			<returns>A collection of KPIs.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.LastProcessed">
			<summary>Gets the date and time on which the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> was last processed.</summary>
			<returns>A DateTime that contains the date on which the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> was last processed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.LastUpdated">
			<summary>Gets the date and time on which the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> was last updated.</summary>
			<returns>A DateTime that contains the date on which the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> was last updated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Measures">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see> class that contains the measures for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see> that contains the measures for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.NamedSets">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see> class that contains the named sets for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see> that contains the named sets for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.ParentConnection">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> class that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Properties">
			<summary>Gets an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> class that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the cube.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Type">
			<summary>Returns the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeType"></see> of the cube, if supported by the provider.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CubeInfo">
			<summary>Represents metadata pertaining to a cube that is associated with an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> class. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.CubeInfo.Cubes">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see> that represents metadata pertaining to the hierarchies that are associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.CubeInfo"></see>.</summary>
			<returns>Returns an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see> that represents metadata pertaining to the hierarchies that are associated with the <see cref="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.CubeInfo"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.CubeType">
			<summary>Returned by <see cref="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Type"></see> to determine if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> represents a dimension or a cube.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.CubeType.Cube">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> represents a cube.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.CubeType.Dimension">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> represents a dimension cube.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.CubeType.Unknown">
			<summary>It cannot be determined if the provider has specified that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> represents a cube or a dimension.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Dimension">
			<summary>Represents a dimension within a cube.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Dimension.Equals(System.Object)">
			<summary>Determines whether this instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> is equal to another instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>true if this <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> and obj represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>; false otherwise.</returns>
			<param name="obj">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Dimension.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Dimension.op_Equality(Microsoft.AnalysisServices.AdomdClient.Dimension,Microsoft.AnalysisServices.AdomdClient.Dimension)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Dimension.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Dimension,Microsoft.AnalysisServices.AdomdClient.Dimension)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> objects; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Dimension.ToString">
			<summary>Returns a String that represents the current Object.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.AttributeHierarchies">
			<summary>Gets the collection of attribute hierarchies. This member is not supported for versions of Analysis Services earlier than MicrosoftSQL Server 2005 Analysis Services (SSAS).</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see> collection containing the attribute hierarchies for this <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A String that contains the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A String that contains the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.DimensionType">
			<summary>Gets the dimension type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum"></see> enumeration value that represents the dimension type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.Hierarchies">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see> that contains the dimension hierarchies for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see> that contains the dimension hierarchies for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.ParentCube">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> that represents the parent cube of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the dimension.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.UniqueName">
			<summary>Gets the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
			<returns>A String that contains the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Dimension.WriteEnabled">
			<summary>Gets a value that indicates whether the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> is write-enabled.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> is write-enabled; false if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> is not write-enabled.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection">
			<summary>Contains a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> objects contained in a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Dimension[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Dimensions"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.DimensionCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.DimensionCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum">
			<summary>Represents the dimension type of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Accounts">
			<summary>Describes a dimension that contains an accounts structure with parent-child relationships.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.BillOfMaterials">
			<summary>Describes a dimension that represents a material/component breakdown. The parent-child relationship implies a parent composed of its children.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Channel">
			<summary>Describes a dimension that contains information about a distribution channel. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Currency">
			<summary>Describes a dimension that contains currency information.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Customers">
			<summary>Describes a dimension that contains customer information. The lowest level represents individual customers.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Geography">
			<summary>Describes a dimension that contains a geographic hierarchy. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Measure">
			<summary>Describes a dimension that contains measures.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Organization">
			<summary>Describes a dimension that represents the reporting structure of an organization.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Other">
			<summary>Describes a dimension of the default dimension type, which is used for dimensions that are not time dimensions or measure dimensions. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Products">
			<summary>Describes a dimension that contains product information. The lowest level represents individual products.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Promotion">
			<summary>Describes a dimension that contains information about marketing and advertising promotions.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Quantitative">
			<summary>Describes a dimension that contains quantitative elements (for example, income level, or number of children). </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Rates">
			<summary>Describes a dimension that contains different types of rates (for example, buy, sell, or discounted). </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Scenario">
			<summary>Describes a dimension that contains different business scenarios.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Time">
			<summary>Indicates that a dimension refers to time (for example, year, month, week, day).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Unknown">
			<summary>Describes a dimension with an unknown or unspecified type.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.DimensionTypeEnum.Utility">
			<summary>Describes a dimension that contains only calculated members. This type of dimension is usually used for data visualization techniques.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy">
			<summary>Represents a dimension hierarchy contained by a dimension or set.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Hierarchy.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Hierarchy.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Hierarchy.op_Equality(Microsoft.AnalysisServices.AdomdClient.Hierarchy,Microsoft.AnalysisServices.AdomdClient.Hierarchy)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Hierarchy.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Hierarchy,Microsoft.AnalysisServices.AdomdClient.Hierarchy)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> objects; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Hierarchy.ToString">
			<summary>Returns a String that represents the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A String that contains the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.DefaultMember">
			<summary>Gets the unique name of the default member for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A String that contains the unique name of the default member for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A String that contains the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.HierarchyOrigin">
			<summary>Gets the hierarchy type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A <see cref="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.HierarchyOrigin"></see> enumeration value that represents the hierarchy type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.Levels">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see> that contains the levels of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see> that contains the levels of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.ParentDimension">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Hierarchy.UniqueName">
			<summary>Gets the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
			<returns>A String that contains the key of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection">
			<summary>Contains a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> objects contained in a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see> or a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Hierarchy[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.Hierarchy"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.HierarchyOrigin">
			<summary>Describes the overall structure of a hierarchy. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.HierarchyOrigin.AttributeHierarchy">
			<summary>Specifies that the hierarchy is an attribute hierarchy.  Note   This enumeration is not supported on versions of Analysis Services that are earlier than MicrosoftSQL Server 2005 Analysis Services (SSAS).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.HierarchyOrigin.ParentChildHierarchy">
			<summary>Specifies that the hierarchy is a parent-child hierarchy.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.HierarchyOrigin.UserHierarchy">
			<summary>Specifies that the hierarchy is a user-defined hierarchy.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Kpi">
			<summary>Key Performance Indicators (KPIs) are metadata wrappers around measures and Multidimensional Expressions (MDX) expressions. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Kpi.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> are equal. </summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An Object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Kpi.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. </summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Kpi.op_Equality(Microsoft.AnalysisServices.AdomdClient.Kpi,Microsoft.AnalysisServices.AdomdClient.Kpi)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> are equal.</summary>
			<returns>true if the o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Kpi.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Kpi,Microsoft.AnalysisServices.AdomdClient.Kpi)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> are not equal.</summary>
			<returns>true if the o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Kpi.ToString">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</summary>
			<returns>A String containing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.Caption">
			<summary>Gets the caption associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</summary>
			<returns>A string containing the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.Description">
			<summary>Gets a human-readable description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</summary>
			<returns>A String containing the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.DisplayFolder">
			<summary>Gets a forward-slash-delimited categorization structure, used by client applications to determine the hierarchical presentation of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>. </summary>
			<returns>A String containing the hierarchical presentation information of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</summary>
			<returns>A String containing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.ParentCube">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> representing the cube to which the Key Performance Indicator (KPI) belongs.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> representing the cube to which the KPI belongs.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.ParentKpi">
			<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> of the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</summary>
			<returns>Returns the parent <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> of the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.Properties">
			<summary>Gets a collection containing the properties of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.StatusGraphic">
			<summary>Gets a String representing a graphic for displaying <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> status.</summary>
			<returns>A String representing a graphic for displaying <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> status.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Kpi.TrendGraphic">
			<summary>Gets a String representing a graphic for displaying <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> trend information.</summary>
			<returns>A String representing a graphic for displaying <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> trend information.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection">
			<summary>Contains a read-only, on-demand list of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.KpiCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Kpi[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> from the collection by its name.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.KpiCollection.GetEnumerator">
			<summary>Gets an Enumerator for iterating through the collection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Enumerator"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.KpiCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always returns false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection"></see> class.</summary>
			<returns>The specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> from the collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection"></see> class.</summary>
			<returns>The specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</returns>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.KpiCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.KpiCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.KpiCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Level">
			<summary>Represents a level within a hierarchy.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.Equals(System.Object)">
			<summary>Determines whether this instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> is equal to another instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>true if this <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> and obj represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>, false otherwise.</returns>
			<param name="obj">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.GetMembers">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>. Note   This method loads all members of the level. If there are a large number of members, this method may take a long time to execute.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.GetMembers(System.Int64,System.Int64)">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>. The returned object contains up to count members, and begins at the position indicated by the start parameter.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
			<param name="start">The position to begin returning members. This argument is 0-based.</param>
			<param name="count">The number of members to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.GetMembers(System.Int64,System.Int64,Microsoft.AnalysisServices.AdomdClient.MemberFilter[])">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameter.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
			<param name="start">The position to begin returning members. This parameter is 0-based.</param>
			<param name="count">The number of members to return.</param>
			<param name="filters">An array of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see> objects that filter the returned <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.GetMembers(System.Int64,System.Int64,System.String[],Microsoft.AnalysisServices.AdomdClient.MemberFilter[])">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameter. Each member caches the properties indicated by the Array passed into the properties parameter. Note   For performance reasons, this overload should only be used if non-default member properties are needed.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
			<param name="start">The position to begin returning members. This parameter is 0-based.</param>
			<param name="filters">An array of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see> objects that filter the returned <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see>.</param>
			<param name="count">The number of members to return.</param>
			<param name="properties">An Array indicated the properties to cache.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.op_Equality(Microsoft.AnalysisServices.AdomdClient.Level,Microsoft.AnalysisServices.AdomdClient.Level)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same Level; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Level,Microsoft.AnalysisServices.AdomdClient.Level)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Level.ToString">
			<summary>Returns a String that represents the current Object.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A String that contains the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A String that contains the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.LevelNumber">
			<summary>Gets the ordinal position of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> within the parent hierarchy.</summary>
			<returns>An Integer that contains the ordinal position of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> within the parent hierarchy.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.LevelProperties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see> that contains a collection of member properties for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see> that contains a collection of level properties for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.LevelType">
			<summary>Gets the level type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum"></see> enumeration value that represents the level type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.MemberCount">
			<summary>Gets the number of members contained by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A Long that contains the number of members contained by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.ParentHierarchy">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the level.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Level.UniqueName">
			<summary>Gets the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
			<returns>A String that contains the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection">
			<summary>Contains a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> objects contained in a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Level[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> objects in the collection.</summary>
			<returns>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty">
			<summary>Represents a member property available on members in the level.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelProperty.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelProperty.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelProperty.op_Equality(Microsoft.AnalysisServices.AdomdClient.LevelProperty,Microsoft.AnalysisServices.AdomdClient.LevelProperty)">
			<summary>Determines whether two <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> objects are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelProperty.op_Inequality(Microsoft.AnalysisServices.AdomdClient.LevelProperty,Microsoft.AnalysisServices.AdomdClient.LevelProperty)">
			<summary>Determines whether two <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> objects are not equal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelProperty.ToString">
			<summary>Returns a String that represents the current Object.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelProperty.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</summary>
			<returns>A String that contains the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelProperty.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</summary>
			<returns>A String that contains the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelProperty.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelProperty.ParentLevel">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelProperty.UniqueName">
			<summary>Gets the fully-qualified name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</summary>
			<returns>A String that contains the fully-qualified name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.LevelProperty[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.GetEnumerator">
			<summary>Gets an Enumerator for iterating through the collection.</summary>
			<returns>An Enumerator.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum">
			<summary>Represents the level type of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Account">
			<summary>Indicates that a level exists within an account dimension. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.All">
			<summary>Indicates the top (All) level of a dimension (the one that precalculates all the members of all lower levels).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.BomResource">
			<summary>Indicates that a level is part of a bill of materials dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Calculated">
			<summary>Indicates that a level is calculated.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Channel">
			<summary>Indicates that a level exists within a distribution channel dimension.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Company">
			<summary>Indicates that a level contains information about a company. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.CurrencyDestination">
			<summary>Indicates that a level contains information about the resulting currency after a foreign exchange conversion. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.CurrencySource">
			<summary>Indicates that a level contains information about the starting currency before a foreign exchange conversion. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Customer">
			<summary>Indicates that a level contains information about an individual customer. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.CustomerGroup">
			<summary>Indicates that a level contains information about a customer group. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.CustomerHousehold">
			<summary>Indicates that a level contains information about an entire household.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoCity">
			<summary>Indicates that a level refers to a city name.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoContinent">
			<summary>Indicates that a level refers to a continent name.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoCountry">
			<summary>Indicates that a level refers to a country or region name.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoCounty">
			<summary>Indicates that a level refers to a county name.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoPoint">
			<summary>Indicates that a level refers to a location type that does not fit into the other geographic categories.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoPostalCode">
			<summary>Indicates that a level refers to a postal code.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoRegion">
			<summary>Indicates that a level refers to a custom-defined region.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.GeoStateOrProvince">
			<summary>Indicates that a level refers to a state or province name. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.OrgUnit">
			<summary>Indicates that a level refers to the name of a unit within a larger organization. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Person">
			<summary>Indicates that a level refers to an individual within a larger organization.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Product">
			<summary>Indicates that a level refers to an individual product.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.ProductGroup">
			<summary>Indicates that a level refers to a product group.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Promotion">
			<summary>Indicates that a level refers to a promotion.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Quantitative">
			<summary>Indicates that a level refers to a quantitative member within a quantitative dimension. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Regular">
			<summary>Indicates that the level is not related to time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Representative">
			<summary>Indicates that a level refers to a sales representative. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Reserved1">
			<summary>Reserved for future use.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Scenario">
			<summary>Indicates that a level refers to a scenario. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Time">
			<summary>Indicates that the level is related to time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeDays">
			<summary>Indicates that a level refers to days. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeHalfYears">
			<summary>Indicates that a level refers to half-years. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeHours">
			<summary>Indicates that a level refers to hours. It must be used in a dimension whose type is Time. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeMinutes">
			<summary>Indicates that a level refers to minutes. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeMonths">
			<summary>Indicates that a level refers to months. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeQuarters">
			<summary>Indicates that a level refers to (calendar) quarters. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeSeconds">
			<summary>Indicates that a level refers to seconds. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeUndefined">
			<summary>Indicates that a level refers to an indeterminate or nonstandard measurement of time. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeWeeks">
			<summary>Indicates that a level refers to weeks. It must be used in a dimension whose type is Time.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.TimeYears">
			<summary>Indicates that a level refers to years. It must be used in a dimension whose type is Time. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum.Utility">
			<summary>Indicates that a level exists in a utility dimension. </summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Measure">
			<summary>Represents a measure within a cube or measure group.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Measure.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Measure.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Measure.op_Equality(Microsoft.AnalysisServices.AdomdClient.Measure,Microsoft.AnalysisServices.AdomdClient.Measure)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> instance; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Measure.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Measure,Microsoft.AnalysisServices.AdomdClient.Measure)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Measure.ToString">
			<summary>Returns a String that represents the current instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A String that contains the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A String that contains the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.Expression">
			<summary>Gets the Multidimensional Expressions (MDX) expression that is used to aggregate the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A String containing the MDX expression that is used to aggregate values for a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A String that contains the member name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.NumericPrecision">
			<summary>Gets the numeric precision value for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>An Integer that contains a value representing the numeric precision of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.NumericScale">
			<summary>Gets the numeric scale for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A Short that contains a value representing the numeric scale of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.An Int16 that contains a value representing the numeric scale of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.ParentCube">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.Properties">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> that contains the properties associated with the measure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.UniqueName">
			<summary>Gets the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A String that contains the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Measure.Units">
			<summary>Gets a description of the unit of measure for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
			<returns>A String that contains a description of the unit of measure for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="P:Microsoft.AnalysisServices.AdomdClient.CubeDef.Measures"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Measure[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Find(System.String)">
			<summary>Returns the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> from the collection.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>  to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.GetEnumerator">
			<summary>Gets an Enumerator for iterating through the collection.</summary>
			<returns>An Enumerator.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> objects in the collection.</summary>
			<returns>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>  to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>  to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MeasureCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MeasureCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Member">
			<summary>Represents a single member within a hierarchy, tuple, level, or member. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.FetchAllProperties">
			<summary>Retrieves all member properties from the server.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.GetChildren">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of child members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.GetChildren(System.Int64,System.Int64)">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of child members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>. The returned object contains up to count members, and begins at the position indicated by start.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
			<param name="start">The position to begin returning members. This argument is 0-based.</param>
			<param name="count">The number of members to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.GetChildren(System.Int64,System.Int64,Microsoft.AnalysisServices.AdomdClient.MemberFilter[])">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of child members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameters.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
			<param name="start">The position to begin returning members. This parameter is 0-based.</param>
			<param name="count">The number of members to return.</param>
			<param name="filters">An array of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see> objects that filters the returned <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.GetChildren(System.Int64,System.Int64,System.String[],Microsoft.AnalysisServices.AdomdClient.MemberFilter[])">
			<summary>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of child members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameters. Each member caches the properties indicated by the Array passed into the properties parameter. Note   For performance reasons, this overload should be used only if non-default member properties are needed. Default member properties include <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.Name"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.UniqueName"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.Caption"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.ChildCount"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.Description"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.LevelDepth"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.LevelName"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.Parent"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.ParentLevel"></see>, and <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.Type"></see>. </summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains a collection of members for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
			<param name="start">The position to begin returning members. This parameter is 0-based.</param>
			<param name="filters">An array of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see> objects that will filter the returned <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see>.</param>
			<param name="count">The number of members to return.</param>
			<param name="properties">The properties to populate.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.op_Equality(Microsoft.AnalysisServices.AdomdClient.Member,Microsoft.AnalysisServices.AdomdClient.Member)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Member,Microsoft.AnalysisServices.AdomdClient.Member)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Member.ToString">
			<summary>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A String that contains the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.ChildCount">
			<summary>Gets the estimated count of child members contained in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A long that contains the estimated number of child members contained by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.Description">
			<summary>Gets the descriptive text of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A String that contains the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.DrilledDown">
			<summary>Indicates whether no children immediately follow the member on the axis.</summary>
			<returns>true if there are no child members of the current member on the axis; false if there are one or more child members of the current member on the axis.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.LevelDepth">
			<summary>Gets the ordinal position of the level that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>An int that contains the ordinal position within the parent hierarchy of the level that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.LevelName">
			<summary>Gets the name of the level that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A String that contains the name of the level that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.MemberProperties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see> that contains a collection of member properties for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see> that contains a collection of member properties that is associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A String that contains the member name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.Parent">
			<summary>Gets a reference to the parent <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>, if applicable, that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> that contains the parent member of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.ParentLevel">
			<summary>This property gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.ParentSameAsPrevious">
			<summary>Returns whether the parent of this position member is the same as the parent of the immediately preceding member.</summary>
			<returns>true if the parent of this position member is the same as the parent of the immediately preceding member; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the member.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.Type">
			<summary>Gets the member type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberTypeEnum"></see> enumeration value that represents the member type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Member.UniqueName">
			<summary>Gets the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
			<returns>A String that contains the member key of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>, a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>, or a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Member[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Find(System.String)">
			<summary>Returns the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> objects in the collection.</summary>
			<returns>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter">
			<summary>Represents a single filter to be applied when retrieving a collection of members.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberFilter.#ctor(System.String,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see> class with the property name and the property value. </summary>
			<param name="propertyName">The name of the property to filter on.</param>
			<param name="propertyValue">The value of the property to filter for.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberFilter.#ctor(System.String,Microsoft.AnalysisServices.AdomdClient.MemberFilterType,System.String)">
			<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see> class with the property name, the property value, and the type of the filter.</summary>
			<param name="propertyName">The name of the property that to filter on.</param>
			<param name="propertyValue">The value of the property to filter for.</param>
			<param name="filterType">The type of filtering to apply to the property.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberFilter.FilterType">
			<summary>Gets or sets the type of filtering to use.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilterType"></see> enumeration that determines the behavior of this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberFilter.PropertyName">
			<summary>Gets or sets the name of the property to filter on. </summary>
			<returns>An instance of a String object that contains the name of the property that will be filtered on. Examples include <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.Caption"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.Name"></see>, <see cref="P:Microsoft.AnalysisServices.AdomdClient.Member.UniqueName"></see>, or the name of a user-defined member property.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberFilter.PropertyValue">
			<summary>Gets or sets the value of the property to filter for.</summary>
			<returns>A String that contains the value to filter for.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberFilterType">
			<summary>Represents the type of filtering to apply to the member property when using a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberFilter"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberFilterType.BeginsWith">
			<summary>The property value will be tested to begin with the specified filter value.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberFilterType.Contains">
			<summary>The property value will be tested to contain the specified filter value.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberFilterType.EndsWith">
			<summary>The property value will be tested to end with the specified filter value.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberFilterType.Equals">
			<summary>The property value will be tested to equal the specified filter value.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty">
			<summary>Represents a single member property for a given member.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberProperty.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberProperty.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberProperty.op_Equality(Microsoft.AnalysisServices.AdomdClient.MemberProperty,Microsoft.AnalysisServices.AdomdClient.MemberProperty)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberProperty.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MemberProperty,Microsoft.AnalysisServices.AdomdClient.MemberProperty)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberProperty.ToString">
			<summary>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberProperty.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberProperty.UniqueName">
			<summary>Gets the fully-qualified name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</summary>
			<returns>A String that contains the fully-qualified name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberProperty.Value">
			<summary>Gets the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</summary>
			<returns>An Object that contains the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MemberProperty[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Find(System.String)">
			<summary>Returns the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.GetEnumerator">
			<summary>Gets an Enumerator for iterating through the collection.</summary>
			<returns>An Enumerator.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> objects in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MemberTypeEnum">
			<summary>Represents the member type of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberTypeEnum.All">
			<summary>The member is an All member.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberTypeEnum.Formula">
			<summary>The member is a calculated member or calculated measure.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberTypeEnum.Measure">
			<summary>The member is a measure.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberTypeEnum.Regular">
			<summary>The member is a regular member.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MemberTypeEnum.Unknown">
			<summary>The member type is unknown.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute">
			<summary>Represents a mining attribute on a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> object and <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> object.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.AttributeID">
			<summary>Returns the identifier of the attribute.</summary>
			<returns>Returns an integer identifying the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.FeatureSelection">
			<summary>Determines if the MiningAttribute was feature selected.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection"></see> value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.IsInput">
			<summary>Determines if this attribute is an input attribute.</summary>
			<returns>true if this is an input attribute; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.IsPredictable">
			<summary>Determines if this attribute is predictable.</summary>
			<returns>true if this is a predictable attribute; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.KeyColumn">
			<summary>Gets the key column for the attribute.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> representing the key column for the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.Name">
			<summary>Gets the fully-qualified name of the attribute.</summary>
			<returns>A String containing the fully-qualified name of the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.ShortName">
			<summary>Gets a shortened name of the attribute.</summary>
			<returns>A String containing the shortened name of the attribute.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttribute.ValueColumn">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> that represents the value column for the attribute.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> that represents the value column for the attribute.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningAttribute[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> from the collection by its name.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see>.</returns>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.GetEnumerator">
			<summary>Gets an Enumerator for iterating through the collection.</summary>
			<returns>An Enumerator.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> from the collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.SyncRoot">
			<summary>Gets an Object that can be used to synchronize access to the collection.</summary>
			<returns>An Object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeParameter"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see>.</summary>
			<returns>true if the Enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution">
			<summary>Describes the distribution of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution.Custom">
			<summary>Represents a custom distribution, defined by the provider.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution.LogNormal">
			<summary>Represents a distribution in which the curve is elongated at the upper end and is skewed toward the lower end.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution.Missing">
			<summary>Represents an unspecified distribution.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution.Normal">
			<summary>Represents a distribution in which the curve has a normal (bell-curve) distribution.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution.Uniform">
			<summary>Represents a distribution in which all values are equally likely.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnType">
			<summary>Describes the type of the underlying data that a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Boolean">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents a Boolean data type (DBTYPE_BOOL).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Custom">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents a Custom data type.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Date">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents a Date data type (DBTYPE_DATE).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Double">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents a Double data type (DBTYPE_R8).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Long">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents a Long data type (DBTYPE_I8).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Missing">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents an unspecified data type (DBTYPE_EMPTY).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Table">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents a table data type (DBTYPE_HCHAPTER).</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningColumnType.Text">
			<summary>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> represents a string data type (DBTYPE_WSTR).</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode">
			<summary>Represents the learned content of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> in a hierarchical node format.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningContentNode,Microsoft.AnalysisServices.AdomdClient.MiningContentNode)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningContentNode,Microsoft.AnalysisServices.AdomdClient.MiningContentNode)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.ToString">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A String containing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Ancestors">
			<summary>Gets a collection of all ancestor <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects.</summary>
			<returns>A collection of all ancestor <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Attribute">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> object that applies to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> object that applies to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Caption">
			<summary>Gets the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> in the current locale.</summary>
			<returns>A string containing the caption of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> in the current locale.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Children">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> containing the immediate children of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> containing the immediate children of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Descendants">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> containing all descendants of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> containing all descendants of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> in the current locale.</summary>
			<returns>A string containing the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> in the current locale.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Distribution">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection"></see> containing the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> objects that describe the distribution of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection"></see> containing the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> objects that describe the distribution of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.MarginalProbability">
			<summary>Gets the probability of reaching the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> from the parent of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A double representing the probability of reaching the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> from the parent of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.MarginalRule">
			<summary>Gets an XML description of the rule used when moving from the <see cref="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.ParentNode"></see> to this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A String containing the XML description of the rule.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A String containing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.NodeRule">
			<summary>Gets the rule associated with this node.</summary>
			<returns>A String containing the rule associated with this node.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.ParentMiningModel">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.ParentNode">
			<summary>Gets the immediate parent of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> representing the immediate parent of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.ParentUniqueName">
			<summary>Gets the unique name identifying the parent of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A string containing the unique name identifying the parent of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Probability">
			<summary>Gets the probability of reaching the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A double containing the probability of reaching the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Score">
			<summary>Gets the score of the node.</summary>
			<returns>A double representing the score of the node.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.ShortCaption">
			<summary>Gets a shortened caption for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A String containing the shortened caption.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Siblings">
			<summary>Gets a collection containing the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects on the same hierarchical level as the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> containing the sibling <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Support">
			<summary>Gets the number of cases that support the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>A double containing the number of cases that support the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.Type">
			<summary>Gets the type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>. </summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningNodeType"></see> representing the type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.UniqueName">
			<summary>Gets the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>Returns a String representing the unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> or <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningContentNode[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.GetEnumerator">
			<summary>Gets an Enumerator for iterating through the collection.</summary>
			<returns>An Enumerator.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> from the collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.SyncRoot">
			<summary>Gets an Object that can be used to synchronize access to the collection.</summary>
			<returns>An Object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution">
			<summary>Represents the distribution of a value in a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningDistribution,Microsoft.AnalysisServices.AdomdClient.MiningDistribution)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningDistribution,Microsoft.AnalysisServices.AdomdClient.MiningDistribution)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.ToString">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A String containing the name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Attribute">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> object that applies to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> object that applies to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A string containing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.ParentMiningModel">
			<summary>Gets the mining model of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> representing the mining model of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.ParentNode">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> to which this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> applies.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> to which this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> applies.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Probability">
			<summary>Gets the probability of occurrence for the values represented by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A double containing the probability of occurrence for the values represented by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Properties">
			<summary>Gets a collection of properties for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Support">
			<summary>Gets the number of cases that support the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A double containing the number of cases that support the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Value">
			<summary>Gets the value represented by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> containing the value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.ValueType">
			<summary>Gets the type of the value represented by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueType"></see> representing the type of the value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistribution.Variance">
			<summary>Gets the variance of the value represented by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
			<returns>A double containing the variance of the value.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningDistribution[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.SyncRoot">
			<summary>Gets an Object that can be used to synchronize access to the collection.</summary>
			<returns>An Object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection">
			<summary>Describes the type of attribute to return when calling <see cref="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.GetAttributes(Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection)"></see>. Alternatively describes a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection.All">
			<summary>Return all attributes.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection.Input">
			<summary>Return input-selected attributes. Also represents an attribute that is input-selected.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection.InputAndOutput">
			<summary>Return attributes that are both input-selected and output-selected. Also represents an attribute that is both input-selected and output-selected.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection.NotSelected">
			<summary>Return attributes that are not feature selected. Also represents an attribute that is not feature selected.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection.Output">
			<summary>Return output-selected attributes. Also represents an attribute that is output-selected.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection.Selected">
			<summary>Return attributes that are either input-selected or output-selected.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningModel">
			<summary>Represents a mining model of an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.FindAttribute(System.Int32)">
			<summary>Gets the MiningAttribute specified by an attribute ID.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see>.</returns>
			<param name="attributeId">The attribute ID associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttribute"></see> to return.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.GetAttributes(Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection)">
			<summary>Gets a collection of attributes based on their feature selection.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see> containing the attributes with the specified feature selection.</returns>
			<param name="filter">The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection"></see> to filter on.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.GetNodeFromUniqueName(System.String)">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> from the <see cref="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Content"></see> collection, using the <see cref="P:Microsoft.AnalysisServices.AdomdClient.MiningContentNode.UniqueName"></see> property of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
			<returns>Returns the requested MiningContentNode if found; null otherwise.</returns>
			<param name="nodeUniqueName">The unique name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> to retrieve.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningModel,Microsoft.AnalysisServices.AdomdClient.MiningModel)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningModel,Microsoft.AnalysisServices.AdomdClient.MiningModel)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModel.ToString">
			<summary>Gets the name of the mining model.</summary>
			<returns>Returns a String containing the name of the mining model.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Algorithm">
			<summary>Gets a provider-specific name that describes the algorithm used to generate the model.</summary>
			<returns>A string containing the provider-specific name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.AllowDrillThrough">
			<summary>Determines whether the mining model allows drillthrough.</summary>
			<returns>true if the mining model allows drillthrough; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Attributes">
			<summary>Gets the mining attributes associated with this mining model.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection"></see> containing the attributes associated with this mining model.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Columns">
			<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> objects for the model.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see> containing the columns of the mining model.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Content">
			<summary>Gets a collection of top-level <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see> objects for the model.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection"></see> containing the top-level content nodes for the model.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Created">
			<summary>Gets the date and time the mining model was created.</summary>
			<returns>Returns a DateTime of the date and time the mining model was created.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Description">
			<summary>Gets the user-defined description of the mining model.</summary>
			<returns>A String containing the description.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.IsProcessed">
			<summary>Indicates if the mining model is populated.</summary>
			<returns>true if the mining model has been populated; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.LastProcessed">
			<summary>Gets the date and time the mining model was last processed.</summary>
			<returns>Returns a DateTime of the last date and time processed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.LastUpdated">
			<summary>Gets the date and time the mining model was last updated.</summary>
			<returns>Returns a DateTime of the last date and time updated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Name">
			<summary>Gets the name of the mining model.</summary>
			<returns>Returns a String containing the name of the mining model.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Parameters">
			<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> objects that apply to the mining model.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection"></see> containing the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> objects that apply to the mining model.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Parent">
			<summary>Gets the MiningStructure to which this mining model belongs.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.ParentConnection">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> to which this mining model belongs.</summary>
			<returns>Returns an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModel.Properties">
			<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> objects that apply to the mining model.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> or <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningModel[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> from the collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn">
			<summary>Represents a column in a mining model.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningModelColumn,Microsoft.AnalysisServices.AdomdClient.MiningModelColumn)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningModelColumn,Microsoft.AnalysisServices.AdomdClient.MiningModelColumn)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.ToString">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</summary>
			<returns>Returns a string containing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Columns">
			<summary>Gets a collection containing the nested <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> objects.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.ContainingColumn">
			<summary>Gets the name of the table column containing this column.</summary>
			<returns>A String containing the name of the table column containing this column, if this column is based on a table column; null otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Content">
			<summary>Gets the content type of the column.</summary>
			<returns>A String that contains the type of the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Description">
			<summary>Gets the user-description of the column.</summary>
			<returns>Returns a String containing the user-description of the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Distribution">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution"></see> for this column.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Flags">
			<summary>Gets the modeling flag for the column.</summary>
			<returns>Returns a comma-delimited string containing the modeling flags for the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.FullyQualifiedName">
			<summary>Gets the fully qualified name of the column.</summary>
			<returns>A String containing the fully qualified name of the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.IsInput">
			<summary>Determines whether the column is an input column.</summary>
			<returns>true if the column is an input column; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.IsPredictable">
			<summary>Determines whether the column is predictable.</summary>
			<returns>true if the column is predictable; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.IsProcessed">
			<summary>Determines whether the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> is processed.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> is processed; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.IsRelatedToKey">
			<summary>Determines whether the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> is related to the key.</summary>
			<returns>true if the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> is related to the key; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.IsTable">
			<summary>Determines whether the column is a table datatype.</summary>
			<returns>true if the column contains a table datatype; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.LastProcessed">
			<summary>Gets the date and time the mining model column was last processed.</summary>
			<returns>Returns a DateTime of the last date and time processed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.LastUpdated">
			<summary>Gets the date and time the mining model column was last updated.</summary>
			<returns>Returns a DateTime of the last date and time updated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Name">
			<summary>Gets the name of the column.</summary>
			<returns>Returns a string containing the name of the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.ParentMiningModel">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> to which this column belongs.</summary>
			<returns>Returns the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> to which this column belongs.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.PredictionScore">
			<summary>Gets the prediction score for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</summary>
			<returns>A Double containing the prediction score.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties for the column.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties for the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.RelatedAttribute">
			<summary>Gets the name of the related column for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</summary>
			<returns>A String containing the name of the related column for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.StructureColumn">
			<summary>Gets the name of the structure column for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</summary>
			<returns>A String containing the name of the structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Type">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnType"></see> of the column.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnType"></see> object representing the type of the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.UniqueName">
			<summary>Gets the unique name for the column.</summary>
			<returns>Returns a string containing the unique name for the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn.Values">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> containing the possible values associated with the column.</summary>
			<returns>Returns a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> containing the possible values associated with the column.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningModelColumn[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> from the collection by its name.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always returns false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> from the collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.SyncRoot">
			<summary>Gets an Object that can be used to synchronize access to the collection.</summary>
			<returns>An Object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningNodeType">
			<summary>Represents the type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.AssociationRule">
			<summary>The node represents an association rule detected by the algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Cluster">
			<summary>The node represents a cluster detected by the algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.CustomBase">
			<summary>Represents the starting point for custom node types. Custom node types must be integers greater in value than this constant. This type is used by plug-in algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Distribution">
			<summary>The node represents a leaf of a classification tree.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.InputAttribute">
			<summary>The node corresponds to a predictable attribute.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.InputAttributeState">
			<summary>The node contains statistics about the states of an input attribute.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Interior">
			<summary>The node represents an interior split node in a classification tree.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.ItemSet">
			<summary>The node represents an itemset detected by the algorithm</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Model">
			<summary>The root content node. This node applies to all algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NaiveBayesMarginalStatNode">
			<summary>The node containing marginal statistics about the training set, stored in a format used by the Naïve Bayes algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetHiddenLayer">
			<summary>The node which groups together the nodes that describe the hidden layer. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetHiddenNode">
			<summary>The node is a node of the hidden layer. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetInputLayer">
			<summary>The node which groups together the nodes of the input layer. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetInputNode">
			<summary>The node is a node of the input layer. This node will usually match an input attribute and the corresponding states. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetMarginalNode">
			<summary>The node containing marginal statistics about the training set, stored in a format used by the algorithm. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetOutputLayer">
			<summary>The node which groups together the nodes of the output layer. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetOutputNode">
			<summary>The node is a node of the output layer. This node will usually match an output attribute and the corresponding states. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.NNetSubnetwork">
			<summary>The node contains one sub-network. This type is used with neural network algorithms.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.PredictableAttribute">
			<summary>The node corresponds to a predictable attribute.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.RegressionTreeRoot">
			<summary>The node is the root of a regression tree.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Sequence">
			<summary>The top node for a Markov model component of a sequence cluster. This node will have a node of type Cluster as a parent, and children of type Transition.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.TimeSeries">
			<summary>The non-root node of a time series tree.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Transition">
			<summary>The node representing a row of a Markov transition matrix. This node will have a node of type Sequence as a parent, and no children.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Tree">
			<summary>The node is the root node of a classification tree.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.TsTree">
			<summary>The root node of a time series tree that corresponds to a predictable time series.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningNodeType.Unknown">
			<summary>An unknown node type.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter">
			<summary>Represents an algorithm-specific parameter on the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningParameter.ToString">
			<summary>Gets the name of the parameter.</summary>
			<returns>Returns a String containing the name of the parameter.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningParameter.Name">
			<summary>Gets the name of the parameter.</summary>
			<returns>Returns a String containing the name of the parameter.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningParameter.Value">
			<summary>Gets the value of the parameter.</summary>
			<returns>Returns a String containing the value of the parameter.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningParameter[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Find(System.String)">
			<summary>Gets the specified MiningParameter from the collection by its name.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see>.</returns>
			<param name="name">The name of the MiningParameter to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always returns false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> from the collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameter"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningService">
			<summary>Represents a mining algorithm available from an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningService.Equals(System.Object)">
			<summary>Determines whether this instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> is equal to another instance of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>.</summary>
			<returns>true if this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> and obj represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>; false otherwise.</returns>
			<param name="obj">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> object.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningService.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningService.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningService,Microsoft.AnalysisServices.AdomdClient.MiningService)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningService.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningService,Microsoft.AnalysisServices.AdomdClient.MiningService)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> are unequal.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> objects; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningService.ToString">
			<summary>Gets the name of the mining service.</summary>
			<returns>A String containing the name of the mining service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.AllowsDuplicateKey">
			<summary>Determines whether the mining service allows cases to have duplicate keys.</summary>
			<returns>true if the mining service allows cases to have duplicate keys; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.AllowsIncrementalInsert">
			<summary>Determines whether the mining service allows additional INSERT INTO statements after the initial training.</summary>
			<returns>true if the mining service allows additional INSERT INTO statements after the initial training; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.AllowsPMMLInitialization">
			<summary>Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML.</summary>
			<returns>true if the mining service allows the creation of a data mining model (including the structure and the content) based on an XML; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.AvailableParameters">
			<summary>Gets the mining service parameters available to this service.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> containing the mining service parameters available to this service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.Control">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceControl"></see> for the mining service model.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceControl"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.Description">
			<summary>Gets the description of this mining service.</summary>
			<returns>A String containing the description of this mining service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.DisplayName">
			<summary>Gets the localizable display name for the mining service.</summary>
			<returns>A String containing the localizable display name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.ExpectedQuality">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceExpectedQuality"></see> representing the expected quality of the model produced with this mining service.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceExpectedQuality"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.Guid">
			<summary>Gets the GUID for the mining service.</summary>
			<returns>A GUID uniquely identifying the mining service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.Name">
			<summary>Gets the name of the mining service.</summary>
			<returns>A String containing the name of the mining service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.ParentConnection">
			<summary>Gets the connection from which this mining service is available.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.PredictionComplexity">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServicePredictionComplexity"></see> representing the expected time for predicting with the mining service.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServicePredictionComplexity"></see> representing the expected time for predicting with the mining service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.PredictionLimit">
			<summary>Gets the maximum number of predictions the mining service can provide.</summary>
			<returns>An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.Properties">
			<summary>Gets the properties of this mining service.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection"></see> collection containing the properties of this mining service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.Scaling">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceScaling"></see> representing the scalability of the mining service.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceScaling"></see> representing the scalability of the mining service.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.SupportedDistributionFlags">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution"></see> flags that are supported by the mining service.</summary>
			<returns>An array of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution"></see> flags.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.SupportedInputContentTypes">
			<summary>Gets the content types supported by the mining service.</summary>
			<returns>An array of String objects containing the types supported by the mining service. Possible values include:KEYKEY SEQUENCEKEY TIMEDISCRETECONTINUOUSDISCRETIZED([args])ORDEREDCYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEV</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.SupportedModelingFlags">
			<summary>Gets the modeling flags supported by the mining service.</summary>
			<returns>An array of String objects containing the modeling flags supported by the mining service. Possible values include:MODEL_EXISTENCE_ONLYNOT NULLREGRESSORAlgorithm-specific strings</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.SupportedPredictionContentTypes">
			<summary>Gets the supported prediction content types for the mining service.</summary>
			<returns>An array of String objects containing the supported prediction content types for the mining service. Possible strings include:DISCRETECONTINUOUSDISCRETIZED([args])ORDEREDCYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEV</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.SupportsDMDimensions">
			<summary>Determines whether the mining service supports data mining dimensions.</summary>
			<returns>true if the mining service supports data mining dimensions; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.SupportsDrillthrough">
			<summary>Determines whether the mining service supports drillthrough.</summary>
			<returns>true if the mining service supports drillthrough; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.TrainingComplexity">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceTrainingComplexity"></see> that represents the expected time to train a model using this mining service.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceTrainingComplexity"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningService.ViewerType">
			<summary>Gets the viewer recommended to view the results of this mining service.</summary>
			<returns>A String containing the type name.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningService[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> collection by its name.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> with the index name.</returns>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> collection.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceControl">
			<summary>Represents the level of control that the mining service algorithm exposes on the training operation .</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceControl.Cancel">
			<summary>The training of the algorithm can be canceled while still preserving content learned.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceControl.None">
			<summary>The training of the algorithm cannot be canceled without loosing content learned.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceControl.SuspendResume">
			<summary>The training operation can be resumed.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceControl.SuspendWithResult">
			<summary>The training operation can be suspended, and using the learned content will result in meaningful results.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceExpectedQuality">
			<summary>Describes the relative expected quality of the patterns found by the mining service algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceExpectedQuality.High">
			<summary>Represents a relatively high quality.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceExpectedQuality.Low">
			<summary>Represents a relatively low quality.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceExpectedQuality.Medium">
			<summary>Represents a relatively medium quality.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter">
			<summary>Represents an available parameter for the mining service.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter,Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter,Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.ToString">
			<summary>Gets the name of the mining service parameter.</summary>
			<returns>A String containing the name for the parameter.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.DefaultValue">
			<summary>Gets the default value for this parameter.</summary>
			<returns>A String containing the default value for this parameter.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.Description">
			<summary>Gets the description of the parameter.</summary>
			<returns>A String containing the description of this parameter.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.IsRequired">
			<summary>Gets a Boolean indicating if this parameter is required.</summary>
			<returns>true if this parameter is required; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.Name">
			<summary>Gets the name of the parameter.</summary>
			<returns>A String containing the name of the parameter.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.ParameterType">
			<summary>Gets the type of the parameter value.</summary>
			<returns>A String containing the type of the parameter value, in DBTYPE format.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.Properties">
			<summary>Gets the properties for the mining service parameter.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties for the mining service parameter.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.ServiceName">
			<summary>Gets the service name for the mining service parameter.</summary>
			<returns>A String containing the service name.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter.ValueEnumeration">
			<summary>Gets a string that describes possible values for this parameter.</summary>
			<returns>A String that describes possible values for this parameter.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> collection by its name.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> with the index name.</returns>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> collection.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServicePredictionComplexity">
			<summary>Describes the relative expected complexity of executing a prediction with the mining service algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServicePredictionComplexity.High">
			<summary>Represents a relatively high complexity.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServicePredictionComplexity.Low">
			<summary>Represents a relatively low complexity.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServicePredictionComplexity.Medium">
			<summary>Represents a relatively medium complexity.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceScaling">
			<summary>Describes the relative expected scalability of the mining service algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceScaling.High">
			<summary>Represents a relatively high scalability.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceScaling.Low">
			<summary>Represents a relatively low scalability.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceScaling.Medium">
			<summary>Represents a relatively medium scalability.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceTrainingComplexity">
			<summary>Describes the relative expected complexity of training the mining service algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceTrainingComplexity.High">
			<summary>Represents a relatively high training complexity.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceTrainingComplexity.Low">
			<summary>Represents a relatively low training complexity.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningServiceTrainingComplexity.Medium">
			<summary>Represents a relatively medium training complexity.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure">
			<summary>Represents a mining structure on the server.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructure.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructure.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructure.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningStructure,Microsoft.AnalysisServices.AdomdClient.MiningStructure)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructure.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningStructure,Microsoft.AnalysisServices.AdomdClient.MiningStructure)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> are unequal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructure.ToString">
			<summary>Gets the name of the mining structure.</summary>
			<returns>A String containing the name of the mining structure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.Caption">
			<summary>Gets the caption of the mining structure.</summary>
			<returns>A String containing the caption of the mining structure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.Columns">
			<summary>Gets the columns within the mining structure.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.Created">
			<summary>Gets the date and time the mining structure was created.</summary>
			<returns>A DateTime.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.Description">
			<summary>Gets the description of the mining structure.</summary>
			<returns>A String containing the description of the mining structure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.IsProcessed">
			<summary>Determines whether the model is populated.</summary>
			<returns>true if the model is populated; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.LastProcessed">
			<summary>Gets the date and time the mining structure was last processed.</summary>
			<returns>A DateTime.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.LastUpdated">
			<summary>Gets the date and time the mining structure was last updated.</summary>
			<returns>A DateTime.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.MiningModels">
			<summary>Gets an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see> that represents the collection of mining models contained by a mining structure.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.Name">
			<summary>Gets the name of the mining structure.</summary>
			<returns>A String containing the name of the mining structure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.ParentConnection">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> from which the mining structure was populated.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructure.Properties">
			<summary>Gets the properties of the mining structure.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing the properties of the mining structure.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection">
			<summary>Represents a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> objects contained by an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AdomdConnection"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningStructure[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> collection by its name.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> with the name name.</returns>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> to find.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.GetEnumerator">
			<summary>Gets an Enumerator for iterating through the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> collection.</summary>
			<returns>An enumerator that can be used to iterate through the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> collection.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn">
			<summary>Represents the structure of a mining column.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Equals(System.Object)">
			<summary>Determines whether two instances of Object are equal. </summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. </summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.op_Equality(Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn,Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.op_Inequality(Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn,Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> objects; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.ToString">
			<summary>Gets the name of the mining structure column.</summary>
			<returns>A String containing the name of the mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Columns">
			<summary>Gets the nested columns for the mining structure column.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> containing the nested columns.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.ContainingColumn">
			<summary>Gets the name of the table column containing this mining structure column.</summary>
			<returns>A String containing the name of the table column containing this mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Content">
			<summary>Gets the content type of the mining structure column.</summary>
			<returns>A String representing the content type of the mining structure. Possible values include: KEYKEY SEQUENCEKEY TIMEDISCRETECONTINUOUSDISCRETIZED([args])ORDEREDSEQUENCE_TIMECYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEVORDERSEQUENCE</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Description">
			<summary>Gets the description of the mining structure column.</summary>
			<returns>A String containing the description of the mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Distribution">
			<summary>Gets the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution"></see> for this mining structure column.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution"></see> for this mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Flags">
			<summary>Gets the modeling flags for the mining structure column.</summary>
			<returns>A comma-delimited string containing the modeling flags for the mining structure column. The possible value is NOT NULL.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.FullyQualifiedName">
			<summary>Gets the fully-qualified name for the mining structure column.</summary>
			<returns>A String containing the fully-qualified name for the mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.IsProcessed">
			<summary>Gets a Boolean indicating if this column is processed.</summary>
			<returns>true if this column is processed; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.IsRelatedToKey">
			<summary>Gets a Boolean indicating if this column is related to the key.</summary>
			<returns>true if this column is related to the key; false otherwise.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.LastProcessed">
			<summary>Gets the date and time the mining structure column was last processed.</summary>
			<returns>Returns a DateTime of the last date and time processed.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.LastUpdated">
			<summary>Gets the date and time the mining Structure column was last updated.</summary>
			<returns>Returns a DateTime of the last date and time updated.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Name">
			<summary>Gets the name of the mining structure column.</summary>
			<returns>A String containing the name of the mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Parent">
			<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.ParentMiningStructure">
			<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> to which this mining structure column belongs.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see> representing the parent mining structure.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing properties for the mining structure column.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> containing properties for the mining structure column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.RelatedAttribute">
			<summary>Gets the name of the target column that the current column either relates to, or is a special property of.</summary>
			<returns>A String containing the name of the target column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.Type">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnType"></see> representing the type of the column.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningColumnType"></see> representing the type of the column.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn.UniqueName">
			<summary>Gets the unique name for the mining structure column.</summary>
			<returns>A String containing the unique name for the mining structure column.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> collection by its name.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> with the index name.</returns>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> collection.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumnCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningValue">
			<summary>Represents a value in the mining distribution or mining column.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningValue.ToString">
			<summary>Gets the value that this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> represents, converted to a string.</summary>
			<returns>A string representing the value that this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> contains.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValue.Index">
			<summary>Gets the index of this mining value.</summary>
			<returns>An Integer representing the index of this mining value.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValue.Value">
			<summary>Gets the value represented by this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see>.</summary>
			<returns>An object containing the value represented by this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValue.ValueType">
			<summary>Gets the type of this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueType"></see> representing the type of this <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> contains.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.MiningValue[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> collection.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.Enumerator.Reset">
			<summary>Sets the Enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValueCollection"></see>, if the Enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.MiningValueType">
			<summary>Represents the type of the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see> object and the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningValue"></see> object.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Boolean">
			<summary>Represents a Boolean type.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Coefficient">
			<summary>Represents a coefficient that is applied to the value of the associated attribute.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Continuous">
			<summary>Represents a continuous value of the associated attribute.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Discrete">
			<summary>Represents a discrete value of the associated attribute.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Discretized">
			<summary>Represents a discretized value of the associated attribute. The value will be a formatted string that describes the respective discretization buckets.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Existing">
			<summary>Represents a value that describes the existence of an attribute. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Intercept">
			<summary>Represents the value of the intercept in a regression formula.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Missing">
			<summary>Represents the Missing state of any attribute.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.NodeUniqueName">
			<summary>Represents the unique identifier of another content node in a model.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.Other">
			<summary>Represents a custom value, defined by the algorithm.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.PreRenderedString">
			<summary>Represents a custom value that the algorithm renders as a string. No formatting was applied by the object model.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.RegressorStatistics">
			<summary>Represents a value that contains the algorithm-specific statistics concerning a single regressor.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.MiningValueType.ScoreGain">
			<summary>Represents a value that contains a score gain for an attribute.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.NamedSet">
			<summary>Represents a named set for a given cube.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSet.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSet.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSet.op_Equality(Microsoft.AnalysisServices.AdomdClient.NamedSet,Microsoft.AnalysisServices.AdomdClient.NamedSet)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> the same values.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSet.op_Inequality(Microsoft.AnalysisServices.AdomdClient.NamedSet,Microsoft.AnalysisServices.AdomdClient.NamedSet)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> have different values.</summary>
			<returns>true if o1 and o2 represent different NamedSet objects; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSet.ToString">
			<summary>Returns a String that represents the current object.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSet.Description">
			<summary>Gets the description of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</summary>
			<returns>A String that contains the description for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSet.Expression">
			<summary>Gets the MDX set expression that defines the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</summary>
			<returns>A String that contains the set expression that defines the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSet.Name">
			<summary>Gets the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</summary>
			<returns>A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSet.ParentCube">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see> that contains the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSet.Properties">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> that contains the properties associated with the named set.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.NamedSet[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> from the collection.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see> class.</summary>
			<param name="index">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.SyncRoot">
			<summary>Gets an <see cref="T:System.Object"></see> that can be used to synchronize access to the collection.</summary>
			<returns>An <see cref="T:System.Object"></see> that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSetCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfo">
			<summary>Represents metadata associated with an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.AxesInfo">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxesInfo"></see> that represents metadata pertaining to the axes that are associated with a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.AxesInfo"></see> that represents metadata pertaining to the axes that are associated with a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.CellInfo">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellInfo"></see> that represents metadata pertaining to the cells that are associated with a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellInfo"></see> that represents metadata pertaining to the structure of the axes that are associated with a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfo.CubeInfo">
			<summary>Gets a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeInfo"></see> that represents metadata pertaining to the cube that is associated with a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeInfo"></see> that represents metadata pertaining to the structure of the axes that are associated with a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis">
			<summary>Represents metadata pertaining to an axis that is associated with a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis.Hierarchies">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see> that represents metadata pertaining to the hierarchies that are associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see> that represents metadata pertaining to the hierarchies that are associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis.Name">
			<summary>Gets a String that represents the name of the object represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see>.</summary>
			<returns>A String that represents the name of the object represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> from the collection by its name.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see> class.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube">
			<summary>Represents metadata pertaining to a cube that is associated with an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> class.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube.CubeName">
			<summary>Gets a String that represents the name of the cube that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> represents.</summary>
			<returns>A String that represents the name of the cube that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> represents.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube.LastDataUpdate">
			<summary>Gets a DateTime that represents the last updated date for the data contained in the cube that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> represents.</summary>
			<returns>A DateTime that represents the last updated date for the data contained in the cube that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> represents.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube.LastSchemaUpdate">
			<summary>Gets a DateTime that represents the last updated date for the schema associated with the cube that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> represents.</summary>
			<returns>A DateTime that represents the last updated date for the schema associated with the cube that the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> represents.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.OlapInfoCube[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> from the collection by its name.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see> class.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCube"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy">
			<summary>Represents metadata of a hierarchy that is contained in an instance of a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see> class. </summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy.HierarchyProperties">
			<summary>Gets an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see> that represents metadata pertaining to the hierarchy properties that are associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see>.</summary>
			<returns>An <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see> that represents metadata pertaining to the hierarchy properties that are associated with the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy.Name">
			<summary>Gets a String that represents the name of the hierarchy.</summary>
			<returns>A String that represents the name of the hierarchy.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> objects. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> from the collection by its name.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> objects in the collection.</summary>
			<returns>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see> class.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty">
			<summary>Represents metadata pertaining to hierarchy, cell, and cube objects that are contained in an <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see>.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty.Name">
			<summary>Gets a String that represents the name of the property represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see>.</summary>
			<returns>A String that represents the name of the property represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty.Namespace">
			<summary>Gets a String that represents the namespace of the property represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see>.</summary>
			<returns>A String that represents the namespace of the property represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty.Type">
			<summary>Gets a Type that represents the type of the property represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see>.</summary>
			<returns>A Type that represents the type of the property represented by <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection">
			<summary>Gets a read-only, on-demand collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> from the collection by its name.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> objects in the collection.</summary>
			<returns>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> from the collection by its name. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see> class.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
			<returns>An object that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoProperty"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Position">
			<summary>Represents a tuple reference contained by an <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Position.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:System.Object"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Position.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Position.op_Equality(Microsoft.AnalysisServices.AdomdClient.Position,Microsoft.AnalysisServices.AdomdClient.Position)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Position.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Position,Microsoft.AnalysisServices.AdomdClient.Position)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> are not equal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Position.Members">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> class that contains the members of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains the members of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>. The combination of members contained in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> class define the tuple represented by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Position.Ordinal">
			<summary>Gets the ordinal position of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</summary>
			<returns>An Integer that contains the ordinal position of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> objects contained by an <see cref="T:Microsoft.AnalysisServices.AdomdClient.Axis"></see> object.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.PositionCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Position[],System.Int32)">
			<summary>Copies the elements of the collection to the specified Array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PositionCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PositionCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PositionCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PositionCollection.SyncRoot">
			<summary>Gets a <see cref="T:System.Object"></see> that can be used to synchronize access to the collection.</summary>
			<returns>A <see cref="T:System.Object"></see> that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.PositionCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.PositionCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PositionCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Position"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PositionCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Property">
			<summary>Represents a property of various ADOMD.NET objects. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Property.Equals(System.Object)">
			<summary>Determines whether two instances of an <see cref="T:System.Object"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Property.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Property.op_Equality(Microsoft.AnalysisServices.AdomdClient.Property,Microsoft.AnalysisServices.AdomdClient.Property)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Property.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Property,Microsoft.AnalysisServices.AdomdClient.Property)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> are not equal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Property.ToString">
			<summary>Returns a String that represents the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</summary>
			<returns>A String that represents the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Property.Name">
			<summary>Gets a String representing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</summary>
			<returns>A String representing the name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Property.Type">
			<summary>Gets a Type representing the type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</summary>
			<returns>A Type representing the type of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Property.Value">
			<summary>Gets an Object representing the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</summary>
			<returns>An Object representing the value of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.CellSet"></see>. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Property[],System.Int32)">
			<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Find(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> collection by its name.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> with the name name.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> objects in the collection.</summary>
			<returns>The number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> collection by its index. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Item(System.String)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> collection by its name. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> class.</summary>
			<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> collection.</summary>
			<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Property"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.PropertyCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType">
			<summary>Represents the object type of an object retrieved by the <see cref="M:Microsoft.AnalysisServices.AdomdClient.CubeDef.GetSchemaObject(Microsoft.AnalysisServices.AdomdClient.SchemaObjectType,System.String)"></see> method of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.CubeDef"></see>. </summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeDimension">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Dimension"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeHierarchy">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Hierarchy"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeKpi">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Kpi"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeLevel">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Level"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMeasure">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Measure"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMember">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Member"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningContentNode">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningContentNode"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningDistribution">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningDistribution"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningModel">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModel"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningModelColumn">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningModelColumn"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningService">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningService"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningServiceParameter">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningStructure">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructure"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeMiningStructureColumn">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn"></see>.</summary>
		</member>
		<member name="F:Microsoft.AnalysisServices.AdomdClient.SchemaObjectType.ObjectTypeNamedSet">
			<summary>The object is a <see cref="T:Microsoft.AnalysisServices.AdomdClient.NamedSet"></see>.</summary>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Set">
			<summary>Represents an ordered collection of zero or more tuples. </summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Set.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:System.Object"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; false otherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Cell"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Set.GetHashCode">
			<summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Set.op_Equality(Microsoft.AnalysisServices.AdomdClient.Set,Microsoft.AnalysisServices.AdomdClient.Set)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Set.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Set,Microsoft.AnalysisServices.AdomdClient.Set)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see> are not equal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Set.Hierarchies">
			<summary>Gets a reference to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see> collection referenced by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.HierarchyCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Set.Tuples">
			<summary>Gets a reference to the <see cref="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection"></see> collection referenced by the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.Tuple">
			<summary>Represents an ordered collection of members from different hierarchies.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Tuple.Equals(System.Object)">
			<summary>Determines whether two instances of <see cref="T:System.Object"></see> are equal.</summary>
			<returns>true if the two instances are equivalent; falseotherwise.</returns>
			<param name="obj">An object of the same type as the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Tuple.GetHashCode">
			<summary>Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.</summary>
			<returns>A 32-bit signed integer hash code.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Tuple.op_Equality(Microsoft.AnalysisServices.AdomdClient.Tuple,Microsoft.AnalysisServices.AdomdClient.Tuple)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> are equal.</summary>
			<returns>true if o1 and o2 represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</param>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.Tuple.op_Inequality(Microsoft.AnalysisServices.AdomdClient.Tuple,Microsoft.AnalysisServices.AdomdClient.Tuple)">
			<summary>Determines whether two specified instances of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> are not equal.</summary>
			<returns>true if o1 and o2 do not represent the same <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>; false otherwise.</returns>
			<param name="o1">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</param>
			<param name="o2">A <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Tuple.Members">
			<summary>Gets an instance of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> class from the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</summary>
			<returns>A <see cref="T:Microsoft.AnalysisServices.AdomdClient.MemberCollection"></see> that contains the members of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.Tuple.TupleOrdinal">
			<summary>Gets the ordinal position of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</summary>
			<returns>An Integer that contains the ordinal position of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see>.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection">
			<summary>Gets a read-only collection of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> objects contained by a <see cref="T:Microsoft.AnalysisServices.AdomdClient.Set"></see>.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.TupleCollection.CopyTo(Microsoft.AnalysisServices.AdomdClient.Tuple[],System.Int32)">
			<summary>Copies the elements of the collection to the specified array.</summary>
			<param name="index">The zero-based index at which to begin copying. </param>
			<param name="array">An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. </param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.TupleCollection.Count">
			<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> objects in the collection.</summary>
			<returns>Gets the number of <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> objects in the collection.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.TupleCollection.IsSynchronized">
			<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
			<returns>Always false.</returns>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.TupleCollection.Item(System.Int32)">
			<summary>Gets the specified <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> from the collection by its index. In C#, this property is the indexer for the <see cref="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection"></see> class.</summary>
			<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> to find.</param>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.TupleCollection.SyncRoot">
			<summary>Gets a <see cref="T:System.Object"></see> that can be used to synchronize access to the collection.</summary>
			<returns>A <see cref="T:System.Object"></see> that can be used to synchronize access to the collection.</returns>
		</member>
		<member name="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection.Enumerator">
			<summary>Supports iterating over a <see cref="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection"></see> and reading its individual <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> objects.</summary>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.TupleCollection.Enumerator.MoveNext">
			<summary>Moves to the next <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection"></see>.</summary>
			<returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
		</member>
		<member name="M:Microsoft.AnalysisServices.AdomdClient.TupleCollection.Enumerator.Reset">
			<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
		</member>
		<member name="P:Microsoft.AnalysisServices.AdomdClient.TupleCollection.Enumerator.Current">
			<summary>Gets the current <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection"></see>.</summary>
			<returns>The <see cref="T:Microsoft.AnalysisServices.AdomdClient.Tuple"></see> in the <see cref="T:Microsoft.AnalysisServices.AdomdClient.TupleCollection"></see>, if the enumerator has not passed the end of the collection.</returns>
		</member>
	</members>
</doc>