Analysis-Services/AsXEventSample/TracingSample/bin/Debug/Microsoft.AnalysisServices.Core.xml

6584 lines
478 KiB
XML
Raw Normal View History

2017-04-07 03:14:22 +08:00
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AnalysisServices.Core</name>
</assembly>
<members>
<member name="E:Microsoft.AnalysisServices.ModelComponentCollection.CollectionChanged">
<summary>Occurs when the collection changes.</summary>
</member>
<member name="E:Microsoft.AnalysisServices.ModelComponentCollection.CollectionChanging">
<summary>Occurs when the collection is changing.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.NamedComponent.MaxIDLength">
<summary>Specifies the maximum length of the identifier.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.NamedComponent.MaxNameLength">
<summary>Specifies the maximum length of the name.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationErrorCodes.MeasureGroupNoDimensionsDefined">
<summary>Represents a MeasureGroupNoDimensionsDefined error code.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataAdapter.#ctor(Microsoft.AnalysisServices.AmoDataReader)">
<summary>Initializes a new instance of an <see cref="T:Microsoft.AnalysisServices.AmoDataAdapter" /> object.</summary>
<param name="reader">Specifies an instance of an <see cref="T:Microsoft.AnalysisServices.AmoDataReader" /> object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataAdapter.Fill(System.Data.DataSet)">
<summary>Adds or refreshes rows in a specified range in the DataSet to match those in the data source.</summary>
<param name="dataSet">Represents an in-memory cache of data.</param>
<returns>The number of rows successfully added to or refreshed in the DataSet. </returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.Close">
<summary>Closes a <see cref="T:Microsoft.AnalysisServices.AmoDataReader" /> object.
</summary>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.Dispose">
<summary>Releases all unmanaged resources that are used by the site collection object.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetBoolean(System.Int32)">
<summary>Gets the value of the specified column as a Boolean.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetByte(System.Int32)">
<summary>Gets the value of the specified column as a byte.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column as a byte.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)">
<summary>Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<param name="dataIndex">The index within the field from which to begin the read operation.</param>
<param name="buffer">The buffer into which to read the stream of bytes.</param>
<param name="bufferIndex">The index within the <paramref name="buffer" /> where the write operation is to start.</param>
<param name="length">The maximum length to copy into the buffer.</param>
<returns>The actual number of bytes read.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetChar(System.Int32)">
<summary>Gets the value of the specified column as a single character.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)">
<summary>Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<param name="dataIndex">The index within the field from which to begin the read operation.</param>
<param name="buffer">The buffer into which to read the stream of bytes.</param>
<param name="bufferIndex">The index within the <paramref name="buffer" /> where the write operation is to start.</param>
<param name="length">The maximum length to copy into the buffer.</param>
<returns>The actual number of characters read.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetData(System.Int32)">
<summary>Retrieves the data of the current object.</summary>
<param name="ordinal">The zero-based ordinal position of the column to find.</param>
<returns>The data of the current object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetDataTypeName(System.Int32)">
<summary>Gets the data type name for the specified index.</summary>
<param name="index">The specified index.</param>
<returns>The data type name for the specified index.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetDateTime(System.Int32)">
<summary>Gets the value of the specified column as a <see cref="T:System.DateTime" /> object.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetDecimal(System.Int32)">
<summary>Gets the fixed-position numeric value of the specified field.</summary>
<param name="ordinal">The ordinal of the field to find.</param>
<returns>The fixed-position numeric value of the specified field.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetDouble(System.Int32)">
<summary>Gets the value of the specified column as a double-precision floating point number.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An IEnumerator object that can be used to iterate through the collection.
</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetFieldType(System.Int32)">
<summary>Gets the Type information corresponding to the type of Object.</summary>
<param name="ordinal">The index of the field to find.</param>
<returns>The Type information corresponding to the type of Object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetFloat(System.Int32)">
<summary>Gets the single-precision floating point number of the specified ordinal.</summary>
<param name="ordinal">The specified ordinal</param>
<returns>The single-precision floating point number of the specified object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetGuid(System.Int32)">
<summary>Gets the value of the specified column as a globally unique identifier (GUID).</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetInt16(System.Int32)">
<summary>Gets the value of the specified column as a 16-bit signed integer.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetInt32(System.Int32)">
<summary>Gets the value of the specified column as a 32-bit signed integer.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetInt64(System.Int32)">
<summary>Gets the value of the specified column as a 64-bit signed integer.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetName(System.Int32)">
<summary />
<param name="ordinal" />
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetOrdinal(System.String)">
<summary>Gets the column ordinal, given the name of the column.</summary>
<param name="name">The name of the column.</param>
<returns>The zero-based column ordinal.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetSchemaTable">
<summary>Returns a <see cref="T:System.Data.DataTable" /> that describes the column metadata of the <see cref="T:Microsoft.AnalysisServices.AmoDataReader" />.</summary>
<returns>A <see cref="T:System.Data.DataTable" /> that describes the column metadata.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetString(System.Int32)">
<summary>Returns the specified string for the <see cref="T:Microsoft.AnalysisServices.AmoDataReader" />.</summary>
<param name="ordinal">The specified ordinal.</param>
<returns>The specified string for the <see cref="T:Microsoft.AnalysisServices.AmoDataReader" />.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetTimeSpan(System.Int32)">
<summary>Gets the TimeSpan value that is stored in the current <see cref="T:Microsoft.AnalysisServices.AmoDataReader" /> object.</summary>
<param name="ordinal">The value.</param>
<returns>The TimeSpan value that is stored in the current <see cref="T:Microsoft.AnalysisServices.AmoDataReader" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetValue(System.Int32)">
<summary>Retrieves the value of the specified column in its native format.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>The value of the specified column in its native format.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.GetValues(System.Object[])">
<summary>Populates an array of objects with the column values of the current row.</summary>
<param name="values">An array of <see cref="T:System.Object" /> into which to copy the attribute columns.</param>
<returns>The number of instances of <see cref="T:System.Object" /> in the array.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.IsDBNull(System.Int32)">
<summary>Determines whether the column contains non-existent or missing values.</summary>
<param name="ordinal">The zero-based column ordinal.</param>
<returns>true if the specified column value is equivalent to <see cref="T:System.DBNull" />; otherwise false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.NextResult">
<summary>Advances the data reader to the next result.</summary>
<returns>true if there are more result sets; otherwise false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.Read">
<summary>Determines a value that indicates whether the <see cref="T:Microsoft.AnalysisServices.AmoDataReader" /> advances to the next record.</summary>
<returns>true if there are more rows; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoDataReader.System#Collections#IEnumerable#GetEnumerator">
<summary>Iterates an enumerator through the collection.</summary>
<returns>An IEnumerator object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AmoException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AmoException" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.AmoException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AmoException" /> class with serialized data.</summary>
<param name="info">The object that holds the serialized data.</param>
<param name="context">The contextual information about the source or destination.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AmoException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AmoException" /> class using the specified message text.</summary>
<param name="message">A System.String value that specifies the message text that describes the event that caused the exception.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AmoException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AmoException" /> class with message text and inner exception.</summary>
<param name="message">The message text that describes the event that caused the exception.</param>
<param name="innerException">The inner exception that is the cause of the current exception.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Annotation.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> class using the default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.Annotation.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> class using a name.</summary>
<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Annotation.#ctor(System.String,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.Annotation" /> using a name and a value.</summary>
<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
<param name="value">A String that contains the actual value of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Annotation.#ctor(System.String,System.Xml.XmlNode)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.Annotation" /> using a name and a value as an XmlNode.</summary>
<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</param>
<param name="value">The contents of the annotation wrapped in an XmlNode.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Annotation.Clone">
<summary>Creates a new, full copy of an object.</summary>
<returns>An <see cref="T:Microsoft.AnalysisServices.Annotation" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Annotation.System#ICloneable#Clone">
<summary>Returns a clone that is a new copy of the object.</summary>
<returns>The clone.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Add(Microsoft.AnalysisServices.Annotation)">
<summary>Adds an <see cref="T:Microsoft.AnalysisServices.Annotation" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Annotation" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Add(System.String,System.String)">
<summary>Creates and adds an <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name and value, to the end of the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> that was added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Clear">
<summary>Removes all elements from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Contains(Microsoft.AnalysisServices.Annotation)">
<summary>Indicates whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.Annotation" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Contains(System.String)">
<summary>Indicates whether the collection contains an <see cref="T:Microsoft.AnalysisServices.Annotation" /> with the specified name.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.Annotation" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.CopyTo(Microsoft.AnalysisServices.AnnotationCollection)">
<summary>Copies the entire collection to the end of an <see cref="T:Microsoft.AnalysisServices.AnnotationCollection" />.</summary>
<param name="col">The <see cref="T:Microsoft.AnalysisServices.AnnotationCollection" /> into which the elements of the collection are being copied.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="col" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the array.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Find(System.String)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name, from the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.GetText(System.String)">
<summary>Gets the value of the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<returns>The value of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified by <paramref name="name" />, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.IndexOf(Microsoft.AnalysisServices.Annotation)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" />, if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.IndexOf(System.String)">
<summary>Gets the index of an <see cref="T:Microsoft.AnalysisServices.Annotation" /> with the specified name.</summary>
<param name="name">The name of an <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be located.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified by <paramref name="name" />, if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Insert(System.Int32,Microsoft.AnalysisServices.Annotation)">
<summary>Inserts an <see cref="T:Microsoft.AnalysisServices.Annotation" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Annotation" /> will be inserted.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be inserted.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Insert(System.Int32,System.String,System.String)">
<summary>Creates and inserts an <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name and value, into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Annotation" /> will be inserted.</param>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be inserted.</param>
<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be inserted.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> inserted into the collection.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Remove(Microsoft.AnalysisServices.Annotation)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.Annotation" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be removed.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> is not contained by the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.Remove(System.String)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name, from the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be removed.</param>
<exception cref="T:System.Exception">
<paramref name="name" /> is not contained by the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.Annotation" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be removed.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.AnnotationCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.Boolean)">
<summary>Sets the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name, to a specified Boolean value.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<param name="value">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by <paramref name="name" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.Int32)">
<summary>Sets the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name, to a specified Int32 value.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<param name="value">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by <paramref name="name" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.String)">
<summary>Sets the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name, to a specified String value.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<param name="text">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by <paramref name="name" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.SetText(System.String,System.String,System.Boolean)">
<summary>Sets the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name, to a specified String value. Can also be used to remove a named annotation if it is set to a null reference.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be added.</param>
<param name="text">The value to be set for the <see cref="T:Microsoft.AnalysisServices.Annotation" /> identified by <paramref name="name" />.</param>
<param name="removeIfNull">If set to true, removes the <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified in <paramref name="name" /> from the collection if <paramref name="text" /> is set to a null reference (Nothing in Visual Basic); if false, no removal is made.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An enumerator object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add to the collection.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#Contains(System.Object)">
<summary>Determines whether the collection contains a specific value.</summary>
<param name="value">The object to locate in the collection.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of the specific item in the collection.</summary>
<param name="value">The object to locate in the collection.</param>
<returns>The index of value in the collection, if found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which the item will be inserted.</param>
<param name="value">The object to be inserted into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specific object from the collection.</summary>
<param name="value">The object to remove from the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.AssemblyReferencesHelper.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.AssemblyReferencesHelper" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.AssemblyReferencesHelper.GetAssemblyReferences(System.String,System.Collections.Specialized.StringCollection@)">
<summary>Gets the assembly references.</summary>
<param name="startPoint">The full path where getting of reference assemblies starts.</param>
<param name="files">When this method returns, contains a collection of assembly files. This parameter is passed uninitialized.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> class using the default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> class using the file name to backup to.</summary>
<param name="file">The name of the file to backup to.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> class using a file name, and indicates whether overwrite information is allowed.</summary>
<param name="file">The file name to backup to.</param>
<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> class using a file name, and indicates whether overwrite and backup of remote partitions are allowed.</summary>
<param name="file">The file name to backup to.</param>
<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[])">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> class using a file name, indicates whether overwrite and backup of remote partitions are allowed, and specifies the locations for the backup to be stored.</summary>
<param name="file">The file name to backup to.</param>
<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
<param name="locations">The locations for all remote partitions.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, and indicates whether compression is applied.</summary>
<param name="file">The file name to backup to.</param>
<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
<param name="locations">The locations where the backup will be stored.</param>
<param name="applyCompression">true if compression is applied during the backup process; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupInfo.#ctor(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupInfo" /> class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, indicates whether compression is applied, and specifies a password.</summary>
<param name="file">The file name to backup to.</param>
<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
<param name="backupRemotePartitions">true if backup of remote partitions is allowed; otherwise, false.</param>
<param name="locations">The locations where the backup will be stored.</param>
<param name="applyCompression">true if compression is applied during the backup process; otherwise, false.</param>
<param name="password">A String containing the password.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocation.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> class, using default values. </summary>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocation.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> class, specifying the file name and the data source name. </summary>
<param name="file" />
<param name="dataSourceId" />
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.BackupLocationCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Add(Microsoft.AnalysisServices.BackupLocation)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be added.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.AddRange(System.Collections.ICollection)">
<summary>Adds the elements of an <see cref="T:System.Collections.ICollection" /> to the end of the collection.</summary>
<param name="items">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="c" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Clear">
<summary>Removes all elements from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Contains(Microsoft.AnalysisServices.BackupLocation)">
<summary>Indicates whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.BackupLocation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the <paramref name="array" />.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.IndexOf(Microsoft.AnalysisServices.BackupLocation)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.BackupLocation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be returned.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Insert(System.Int32,Microsoft.AnalysisServices.BackupLocation)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> will be inserted.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be inserted.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.Remove(Microsoft.AnalysisServices.BackupLocation)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be removed.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> is not contained by the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be removed.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.BackupLocationCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.CertUtils.LoadCertificateByThumbprint(System.String,System.Boolean)">
<summary>Loads an X509Certificate2 object, given its thumbprint.</summary>
<param name="thumbprint" />
<param name="requirePrivateKey" />
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> using the default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.#ctor(System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> using a name.</summary>
<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.#ctor(System.String,Microsoft.AnalysisServices.ClrAssemblyFileType)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> using a name and type.</summary>
<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</param>
<param name="type">An Enumeration indicating the debug status of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.Clone">
<summary>Creates a new full copy of an object.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.CopyTo(Microsoft.AnalysisServices.ClrAssemblyFile)">
<summary>Copies a <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> object to the specified object.</summary>
<param name="obj">The object you are copying to.</param>
<returns>A <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.LoadData(System.String)">
<summary>Loads a <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> data.</summary>
<param name="path">The name of the path. </param>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFile.System#ICloneable#Clone">
<summary>Creates and returns a new object that is a copy of the current instance of this <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> object.</summary>
<returns>A new object that is a copy of this instance.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFileCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Add(Microsoft.AnalysisServices.ClrAssemblyFile)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be added.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.AddRange(System.Collections.ICollection)">
<summary>Adds the elements of an <see cref="T:System.Collections.ICollection" /> to the end of the collection.</summary>
<param name="items">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="c" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Clear">
<summary>Removes all elements from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Contains(Microsoft.AnalysisServices.ClrAssemblyFile)">
<summary>Indicates whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the array.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.IndexOf(Microsoft.AnalysisServices.ClrAssemblyFile)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be returned.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Insert(System.Int32,Microsoft.AnalysisServices.ClrAssemblyFile)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> will be inserted.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be inserted.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Remove(Microsoft.AnalysisServices.ClrAssemblyFile)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be removed.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> is not contained by the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be removed.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="Microsoft.AnalysisServices.ClrAssemblyFileCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ConnectionException.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ConnectionException" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ConnectionException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ConnectionException" /> class.</summary>
<param name="message">The error message.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ConnectionException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ConnectionException" /> class.</summary>
<param name="message">The error message.</param>
<param name="innerException">The inner exception.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ConnectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Sets the <see cref="System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
<param name="info">The <see cref="System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="info" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ConnectionInfo.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> class using a connection string. </summary>
<param name="connectionString">A String that contains the connection information. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.AddToContainer(System.ComponentModel.IContainer)">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure and will be hidden in a future release.</summary>
<param name="container">The container for which you are adding the specified <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Backup(Microsoft.AnalysisServices.BackupInfo)">
<summary>Provides programmatic access to Backup operations for a <see cref="T:Microsoft.AnalysisServices.Database" /> with BackupInfo parameter.
</summary>
<param name="backupInfo">Contains parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Backup(System.String)">
<summary>Provides programmatic access to Backup operations for a <see cref="T:Microsoft.AnalysisServices.Database" /> with file parameter. </summary>
<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Backup(System.String,System.Boolean)">
<summary>Provides programmatic access to Backup operations for a <see cref="T:Microsoft.AnalysisServices.Database" /> with file and AllowOverWrite parameters. </summary>
<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.</param>
<param name="allowOverwrite">True if overwrite is allowed; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Backup(System.String,System.Boolean,System.Boolean)">
<summary>Provides programmatic access to Backup operations for a <see cref="T:Microsoft.AnalysisServices.Database" /> with file, AllowOverWrite, and BackupRemotePartitions parameters.</summary>
<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.</param>
<param name="allowOverwrite">true if overwrite is allowed; otherwise, false.</param>
<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Backup(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[])">
<summary>Provides programmatic access to backup operations for a <see cref="T:Microsoft.AnalysisServices.Database" /> with file, AllowOverWrite, BackupRemotePartitions, and locations parameters.
</summary>
<param name="file">A file containing the parameters to be applied during backup of a <see cref="T:Microsoft.AnalysisServices.Database" />.</param>
<param name="allowOverwrite">true if overwrite is allowed; otherwise, false. </param>
<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false.</param>
<param name="locations">If <paramref name="locations" /> is specified, then remote partitions are backed up on their servers using the file name defined in this parameter.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Backup(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean)">
<summary>Provides programmatic access to backup operations for a <see cref="T:Microsoft.AnalysisServices.Database" /> with five parameters.
</summary>
<param name="file">Name of the file.</param>
<param name="allowOverwrite">true if overwrite of the target is enabled; otherwise, false.</param>
<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false.</param>
<param name="locations">If <paramref name="locations" /> is specified, then remote partitions are backed up on their servers using the same file name as defined in this parameter.</param>
<param name="applyCompression">true if compression is to be used; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Backup(System.String,System.Boolean,System.Boolean,Microsoft.AnalysisServices.BackupLocation[],System.Boolean,System.String)">
<summary>Provides programmatic access to Backup operations for a <see cref="T:Microsoft.AnalysisServices.Database" /> with six parameters.
</summary>
<param name="file">Name of the file.</param>
<param name="allowOverwrite">true if overwrite of the target is enabled; otherwise, false.</param>
<param name="backupRemotePartitions">true if remote partitions are subject to backup; otherwise, false.</param>
<param name="locations">If <paramref name="locations" /> is specified, then remote partitions are backed up on their servers using the file name defined in this parameter.</param>
<param name="applyCompression">true if compression is to be used; otherwise, false.</param>
<param name="password">The password text to apply to the backup.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.CanProcess(Microsoft.AnalysisServices.ProcessType)">
<summary>Indicates whether the cube can perform the specified processing.</summary>
<param name="processType">The type of processing expected to be performed.</param>
<returns>true if the cube can perform the specified processing; false otherwise.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
<summary>Copies the object to the specified destination. Do not reference this member directly in your code. It supports the Analysis Services infrastructure and will be hidden in a future release.</summary>
<param name="destination">The object to be copied to.</param>
<param name="forceBodyLoading">true if to force body loading; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Detach">
<summary>Detaches a database that is not in use.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.Detach(System.String)">
<summary>Detaches a database with a specified password.</summary>
<param name="password">The password to detach the database.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.GetConnectedParentServer">
<summary>Defines the parent server to connect with the database object.</summary>
<returns>A parent server to connect with the database object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Database.GetReferences(System.Collections.Hashtable,System.Boolean)">
<summary>Gets the objects that the database references.</summary>
<param name="references">The Hashtable to append references to.</param>
<param name="forMajorChildrenAlso">true to get references for major children; otherwise, false.</param>
<returns>The <paramref name="references" />Hashtable with objects that the dimension references appended.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Role.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
<summary>Copies a MajorObject to the specified destination. Do not reference this member directly in your code. It supports the Analysis Services infrastructure and will be hidden in a future release.</summary>
<param name="destination">The object you are copying to.</param>
<param name="forceBodyLoading">true to force the body to load; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Attach(System.String)">
<summary>Attaches a folder to the server.</summary>
<param name="folder">A String containing folder.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Attach(System.String,Microsoft.AnalysisServices.ReadWriteMode)">
<summary>Attaches a folder to the server with specified mode.</summary>
<param name="folder">The folder to attach.</param>
<param name="readWriteMode">The read/write mode.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Attach(System.String,Microsoft.AnalysisServices.ReadWriteMode,System.String)">
<summary>Attaches a folder to the server with specified mode and password.</summary>
<param name="folder">The folder to attach.</param>
<param name="readWriteMode">The read/write mode.</param>
<param name="password">The password.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelCommand">
<summary>Cancels the last command sent to the server.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelCommand(System.String)">
<summary>Cancels the last command sent to the server on the specified session.</summary>
<param name="sessionId">The session to cancel the command on.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelConnection(System.Int32)">
<summary>Cancels the server connection specified by the connection ID.</summary>
<param name="connectionId">The connection identifier to cancel.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelConnection(System.Int32,System.Boolean)">
<summary>Cancels the server connection specified by the connection ID, and indicates whether all other associated connections will be canceled.</summary>
<param name="connectionId">The connection identifier to cancel.</param>
<param name="cancelAssociated">true to indicate that the associated connections will be canceled; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelSession">
<summary>Cancels the session on the server.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelSession(System.Int32)">
<summary>Cancels the specified session on the server.</summary>
<param name="sessionId">The session to cancel.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelSession(System.Int32,System.Boolean)">
<summary>Cancels the specified session on the server.</summary>
<param name="sessionId">The session to cancel.</param>
<param name="cancelAssociated">true to indicate that the associated sessions will be canceled; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelSession(System.String)">
<summary>Cancels the specified session on the server.</summary>
<param name="sessionId">The session to cancel.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CancelSession(System.String,System.Boolean)">
<summary>Cancels the specified session on the server.</summary>
<param name="sessionId">The session to cancel.</param>
<param name="cancelAssociated">true to indicate that the associated sessions will be canceled; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.ConcatenateCaptureLog(System.Boolean,System.Boolean)">
<summary>Gets the capture log in a concatenated XML format, wrapped in an XMLA Batch element, and indicates whether to include the transaction attribute and XMLA Parallel element.</summary>
<param name="transactional">true to indicate that the transaction attribute on the Batch element will be set to true or false; otherwise, false.</param>
<param name="parallel">true to wrap all capture log entries in an XMLA Parallel element; otherwise, false.</param>
<returns>A String containing the concatenated capture log.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.ConcatenateCaptureLog(System.Boolean,System.Boolean,System.Boolean)">
<summary>Gets the capture log in a concatenated XML format, wrapped in an XMLA Batch element, and indicates whether to include the transaction attribute and XMLA Parallel element.</summary>
<param name="transactional">true to indicate that the transaction attribute on the Batch element will be set to true or false; otherwise, false.</param>
<param name="parallel">true to wrap all capture log entries in an XMLA Parallel element; otherwise, false.</param>
<param name="processAffected">true to indicate that the affected objects will be processed; otherwise, false. This parameter is reserved for future use.</param>
<returns>A String containing the concatenated capture log.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Connect(System.String)">
<summary>Connects the current instance of <see cref="T:Microsoft.AnalysisServices.Server" /> to the Analysis Services server, using the specified connection string.</summary>
<param name="connectionString">The connection string used to connect to the Analysis Services server.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Connect(System.String,System.Boolean)">
<summary>Connects the current instance of <see cref="T:Microsoft.AnalysisServices.Server" /> to the Analysis Services server using the specified connection string and properties.</summary>
<param name="connectionString">The connection string.</param>
<param name="propertiesOnly">Additional connecton properties.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Connect(System.String,System.String)">
<summary>Connects the current instance of <see cref="T:Microsoft.AnalysisServices.Server" /> to the Analysis Services server, using the specified connection string.</summary>
<param name="connectionString">The connection string used to connect to the Analysis Services server.</param>
<param name="sessionId">The session to connect to.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CopyTo(Microsoft.AnalysisServices.Core.Server)">
<summary>Copies a <see cref="T:Microsoft.AnalysisServices.Server" /> object to the specified object.</summary>
<param name="obj">The object you are copying to.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Server" /> object copied to.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
<summary>Copies a Server object to the specified destination. Do not reference this member directly in your code. It supports the Analysis Services infrastructure and will be hidden in a future release.</summary>
<param name="destination">The network Windows server name to which you are copying the Analysis Services server object.</param>
<param name="forceBodyLoading">true to force the body to load; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Disconnect">
<summary>Disconnects the <see cref="T:Microsoft.AnalysisServices.Server" /> object from the Analysis Services server.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Disconnect(System.Boolean)">
<summary>Disconnects the specified session <see cref="T:Microsoft.AnalysisServices.Server" /> object from the Analysis Services server.</summary>
<param name="endSession">The session to disconnect.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Dispose(System.Boolean)">
<summary>Releases the unmanaged resources used by the Server and optionally releases the managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.EndXmlaRequest">
<summary>Ends the last XML for Analysis (XMLA) request.</summary>
<returns>The ended XMLA request.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.EndXmlaRequestAndGetResults">
<summary>Ends the Xmla request and get the results from the <see cref="T:Microsoft.AnalysisServices.Core.Server" />.</summary>
<returns>The specified request and result.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.EndXmlaRequestWithReader(Microsoft.AnalysisServices.XmlaResultCollection@)">
<summary>Reads the server object to end the XML for Analysis (XMLA) request.</summary>
<param name="results">The collection XmlaResults.</param>
<returns> The object that retrieves a read-only, forward-only stream of data from an Analysis Services database.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Execute(System.String)">
<summary>Executes the specified command on the Analysis Services server.</summary>
<param name="command">The command to execute.</param>
<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Execute(System.String,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
<summary>Executes the specified command on the Analysis Services server, and provides support for impact analysis.</summary>
<param name="command">The command to execute.</param>
<param name="impactResult"> The collection to store impact information in.</param>
<param name="analyzeImpactOnly">true to indicate that the command will only be analyzed for impact; otherwise, false. If set to false, the command will be executed and the <paramref name="impactResult" /> collection will be populated.</param>
<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.ExecuteCaptureLog(System.Boolean,System.Boolean)">
<summary>Executes the contents of the capture log on the server, and indicates whether execution will be in a transactional and/or parallel mode. Affected objects will not be processed.</summary>
<param name="transactional">true to indicate that the capture log will be executed within a transaction; otherwise, false. </param>
<param name="parallel">true to indicate that the capture log entries will be executed in parallel; otherwise, false. </param>
<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.ExecuteCaptureLog(System.Boolean,System.Boolean,System.Boolean)">
<summary>Executes the contents of the capture log on the server, indicates whether execution will be in a transactional and/or parallel mode, and indicates whether affected objects will be processed.</summary>
<param name="transactional">true to indicate that the capture log will be executed within a transaction; otherwise, false. </param>
<param name="parallel">true to indicate that the capture log entries will be executed in parallel; otherwise, false. </param>
<param name="processAffected">true to indicate that the affected objects will be processed; otherwise, false. </param>
<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.ExecuteCaptureLog(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>Executes the contents of the capture log on the server, indicates whether execution will be in a transactional and/or parallel mode, indicates whether affected objects will be processed, and indicates whether to skip volatile objects.</summary>
<param name="transactional">true to indicate that the capture log will be executed within a transaction; otherwise, false. </param>
<param name="parallel">true to indicate that the capture log entries will be executed in parallel; otherwise, false. </param>
<param name="processAffected">true to indicate that the affected objects will be processed; otherwise, false. </param>
<param name="skipVolatileObjects">true to skip logging for volatile objects; otherwise, false. </param>
<returns>An <see cref="T:Microsoft.AnalysisServices.XmlaResultCollection" /> containing the results of the query.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.ExecuteReader(System.String,Microsoft.AnalysisServices.XmlaResultCollection@,System.Collections.IDictionary,System.Boolean)">
<summary>Sends the CommandText to the Connection and builds an AmoDataReader.</summary>
<param name="command">The command text.</param>
<param name="results">The collection of XmlaResult.</param>
<param name="properties">A nongeneric collection of the property.</param>
<param name="wrapCommand">true if the command wraps the object; otherwise, false.</param>
<returns>The AmoDataReader object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.GetConnectionState(System.Boolean)">
<summary>Gets the current state of the connection to the Analysis Services server.</summary>
<param name="pingServer">true to indicate that an empty statement will be sent to the server to verify whether the connection is open; otherwise, false.</param>
<returns>A ConnectionState enumeration describing the current state of the connection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Reconnect">
<summary>Re-establishes the connection to the Analysis Services database.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.RenameScriptMeasure(System.String,System.String,System.String,System.String,Microsoft.AnalysisServices.FixUpExpressions)">
<summary>Creates a new name for the script measure.</summary>
<param name="databaseId">The Identifier of the database containing the new name for the script.</param>
<param name="tableId">The Identifier of the table containing the new name for the script.</param>
<param name="measureName">The name of the measure.</param>
<param name="name">The new name.</param>
<param name="fixupExpressions">The expressions will be adjusted to use the new name.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.RenameTable(System.String,System.String,System.String,Microsoft.AnalysisServices.FixUpExpressions)">
<summary>Gets or sets the name of table.</summary>
<param name="databaseId">Identifier of the database containing the table.</param>
<param name="tableId">Identifier of the table being renamed. </param>
<param name="name">String containing the new name. </param>
<param name="fixupExpressions">true if expressions will be adjusted to use the new name; otherwise false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.RenameTableColumn(System.String,System.String,System.String,System.String,Microsoft.AnalysisServices.FixUpExpressions)">
<summary>Gets or sets the name of column.</summary>
<param name="databaseId">Identifier of the database containing the column. </param>
<param name="tableId">Identifier of the table containing the column. </param>
<param name="columnId">Identifier of the column being renamed. </param>
<param name="name">String containing the new name. </param>
<param name="fixupExpressions">true if expressions will be adjusted to use the new name; otherwise false. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(Microsoft.AnalysisServices.RestoreInfo)">
<summary>Restores an Analysis Services database from a backup file, using the options set on a <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> object.</summary>
<param name="restoreInfo">The <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> object containing the options for performing the database restoration. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String)">
<summary>Restores an Analysis Services database from a backup file.</summary>
<param name="file">The name and location of the file to restore.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String,System.String)">
<summary>Restores an Analysis Services database from a backup file to the specified database.</summary>
<param name="file">The name and location of the file to restore. </param>
<param name="databaseName">The database to restore to. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String,System.String,System.Boolean)">
<summary>Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag.</summary>
<param name="file">The name and location of the file to restore. </param>
<param name="databaseName">&gt;The database to restore to.</param>
<param name="allowOverwrite">true to indicate that the database will be overwritten, if it exists; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[])">
<summary>Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag and multiple remote servers.</summary>
<param name="file">The name and location of the file to restore. </param>
<param name="databaseName">The database to restore to. </param>
<param name="allowOverwrite">true to indicate that the database will be overwritten, if it exists; otherwise, false. </param>
<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects, specifying multiple remote servers to restore to. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity)">
<summary>Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag, multiple remote servers, and specifying security settings.</summary>
<param name="file">The name and location of the file to restore. </param>
<param name="databaseName">The database to restore to. </param>
<param name="allowOverwrite">true to indicate that the database will be overwritten, if it exists; otherwise, false. </param>
<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects, specifying multiple remote servers to restore to. </param>
<param name="security">A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> object that specifies the security settings for the restore. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String)">
<summary>Restores an Analysis Services database from a backup file to the specified database, given a password, an overwrite flag, multiple remote servers, and specifying security settings.</summary>
<param name="file">The name and location of the file to restore. </param>
<param name="databaseName">The database to restore to. </param>
<param name="allowOverwrite">true to indicate that the database will be overwritten, if it exists; otherwise, false. </param>
<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects specifying multiple remote servers to restore to. </param>
<param name="security">A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> object that specifies the security settings for the restore. </param>
<param name="password">The password to use to decrypt the restoration file. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String,System.String)">
<summary>Restores an Analysis Services database from a backup file to the specified database, given a password, an overwrite flag, multiple remote servers, specifying security settings and storage location. </summary>
<param name="file">The name and location of the file to restore. </param>
<param name="databaseName">The database to restore to. </param>
<param name="allowOverwrite">true to indicate that the database will be overwritten, if it exists; otherwise, false. </param>
<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects specifying multiple remote servers to restore to. </param>
<param name="security">A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> object that specifies the security settings for the restore. </param>
<param name="password">The password to use to decrypt the restoration file. </param>
<param name="dbStorageLocation">The storage location for the file to restore. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Restore(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String,System.String,Microsoft.AnalysisServices.ReadWriteMode)">
<summary>Restores an Analysis Services database from a backup file to the specified database, given an overwrite flag and multiple remote servers.</summary>
<param name="file">The name and location of the file to restore. </param>
<param name="databaseName">The database to restore to. </param>
<param name="allowOverwrite">true to indicate that the database will be overwritten, if it exists; otherwise, false. </param>
<param name="locations">An array of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects specifying multiple remote servers to restore to. </param>
<param name="security">A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> object that specifies the security settings for the restore. </param>
<param name="password">The password to use to decrypt the restoration file. </param>
<param name="dbStorageLocation">The storage location for the file to restore. </param>
<param name="readWriteMode">The read/write mode of the database. </param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.SendXmlaRequest(Microsoft.AnalysisServices.XmlaRequestType,System.IO.Stream)">
<summary>Sends an XML for Analysis (XMLA) request of the specified type using the given stream.</summary>
<param name="type">The type of request to send.</param>
<param name="requestStream">A Stream containing the request. </param>
<returns>An XmlReader containing the results of the request. </returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.SendXmlaRequest(Microsoft.AnalysisServices.XmlaRequestType,System.IO.TextReader)">
<summary>Sends an XML for Analysis (XMLA) request of the specified type using the given stream.
</summary>
<param name="type">&gt;The type of request to send. </param>
<param name="request">A TextReader containing the request. </param>
<returns>An XmlReader containing the results of the request. </returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.StartXmlaRequest(Microsoft.AnalysisServices.XmlaRequestType)">
<summary>Starts an XML for Analysis (XMLA) request to the server.</summary>
<param name="type">The type of request to start.</param>
<returns>An XmlWriter to store the request into.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Synchronize(Microsoft.AnalysisServices.SynchronizeInfo)">
<summary>Synchronizes the specified object to the <see cref="T:Microsoft.AnalysisServices.Core.Server" />.</summary>
<param name="synchronizeInfo">The synchronize info.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Synchronize(System.String,System.String)">
<summary>Synchronizes the current object.</summary>
<param name="databaseID">The database identifier.</param>
<param name="source">The source.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Synchronize(System.String,System.String,Microsoft.AnalysisServices.SynchronizeSecurity,System.Boolean)">
<summary>Synchronizes the current object.</summary>
<param name="databaseID">The database identifier.</param>
<param name="source">The source to get the object with which database will be synchronized.</param>
<param name="synchronizeSecurity">The synchorinize security definition.</param>
<param name="applyCompression">true to apply compression; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Core.Server.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
<summary>Indicates whether the <see cref="T:Microsoft.AnalysisServices.Core.Server" /> object is valid.</summary>
<param name="errors">A collection of validation errors.</param>
<param name="includeDetailedErrors">true to indicate that detailed errors are included in the <paramref name="errors" /> parameter; otherwise, false.</param>
<param name="serverEdition">The server edition.</param>
<returns>true if the object returns valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationResultCollection.Add(Microsoft.AnalysisServices.ValidationResult,System.String)">
<summary>Appends the specified validation result of the collection.</summary>
<param name="validationResult">The validation result to add. </param>
<param name="comments">The comments associated with the validation result. </param>
<returns>The newly added validation result.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationResultCollection.Remove(Microsoft.AnalysisServices.DismissedValidationResult)">
<summary>Removes the specified validation result object.</summary>
<param name="item">The item to remove. </param>
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the elements of the <see cref="T:Microsoft.AnalysisServices.DismissedValidationResultCollection" /> to an Array, starting at a particular Array index. Implements the ICollection interface.</summary>
<param name="array">The one-dimensional Array that is the destination of the elements copied from <see cref="T:Microsoft.AnalysisServices.DismissedValidationResultCollection" /> object. The Array must have zero-based indexing. </param>
<param name="index">The zero-based index in array at which copying begins. </param>
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationResultCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns a reference to an enumerator object, which is used to iterate over a <see cref="T:Microsoft.AnalysisServices.DismissedValidationResultCollection" /> object.</summary>
<returns>A reference to an enumerator object, which is used to iterate over a <see cref="T:Microsoft.AnalysisServices.DismissedValidationResultCollection" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationRuleCollection.Add(Microsoft.AnalysisServices.ValidationRule,System.String)">
<summary />
<param name="validationRule" />
<param name="comments" />
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationRuleCollection.Remove(Microsoft.AnalysisServices.DismissedValidationRule)">
<summary />
<param name="item" />
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationRuleCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary />
<param name="array" />
<param name="index" />
</member>
<member name="M:Microsoft.AnalysisServices.DismissedValidationRuleCollection.System#Collections#IEnumerable#GetEnumerator">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> class using default values. </summary>
</member>
<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.#ctor(System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> using a named keyErrorLogFile.</summary>
<param name="keyErrorLogFile">A String that contains the name of the keyErrorLogFile.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.#ctor(System.String,System.Int64)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> using a named keyErrorLogFile and an keyErrorLimit.</summary>
<param name="keyErrorLogFile">A String that contains the name of the keyErrorLogFile.</param>
<param name="keyErrorLimit">An Integer representation of the limit on number of errors logged.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.Clone">
<summary>Creates a new, full copy of an object.</summary>
<returns>The cloned object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ErrorConfiguration.CopyTo(Microsoft.AnalysisServices.ErrorConfiguration)">
<summary>Creates a full copy of an object into the existing object that is passed as a parameter.</summary>
<param name="obj">The object you are copying to.</param>
<returns>The object copied to.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMember.#ctor">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMember.#ctor(System.String,System.String,System.String)">
<summary />
<param name="identityProvider" />
<param name="id" />
<param name="name" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMember.#ctor(System.String,System.String,System.String,Microsoft.AnalysisServices.ExternalUserType)">
<summary />
<param name="identityProvider" />
<param name="id" />
<param name="name" />
<param name="type" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMember.Clone">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMember.CopyTo(Microsoft.AnalysisServices.ExternalRoleMember)">
<summary />
<param name="obj" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMember.System#ICloneable#Clone">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.#ctor">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.Add(Microsoft.AnalysisServices.ExternalRoleMember)">
<summary />
<param name="item" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.AddRange(System.Collections.ICollection)">
<summary />
<param name="items" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.Clear">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.Contains(Microsoft.AnalysisServices.ExternalRoleMember)">
<summary />
<param name="item" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.CopyTo(System.Array,System.Int32)">
<summary />
<param name="array" />
<param name="index" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.IndexOf(Microsoft.AnalysisServices.ExternalRoleMember)">
<summary />
<param name="item" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.Insert(System.Int32,Microsoft.AnalysisServices.ExternalRoleMember)">
<summary />
<param name="index" />
<param name="item" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.Remove(Microsoft.AnalysisServices.ExternalRoleMember)">
<summary />
<param name="item" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.RemoveAt(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IEnumerable#GetEnumerator">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#Add(System.Object)">
<summary />
<param name="value" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#Contains(System.Object)">
<summary />
<param name="value" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#IndexOf(System.Object)">
<summary />
<param name="value" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary />
<param name="index" />
<param name="value" />
</member>
<member name="M:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#Remove(System.Object)">
<summary />
<param name="value" />
</member>
<member name="M:Microsoft.AnalysisServices.Hosting.IHostConfigurationSettings.GetSetting(System.String,System.String[])">
<summary>Retrieves a configuration setting.</summary>
<param name="settingName">The name of the setting.</param>
<param name="indexes">An array of indexes.</param>
<returns>A configuration setting.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Hosting.IHostConfigurationSettings.SetSetting(System.String,System.Object,System.String[])">
<summary>Serializes the setting value.</summary>
<param name="settingName">The name of the setting.</param>
<param name="settingValue">The setting value.</param>
<param name="indexes">An array of indexes.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Hosting.IHostMaterializationService.DematerializeComponent(System.ComponentModel.IComponent,System.Object)">
<summary>Dematerializes the component in the service.</summary>
<param name="component">The component.</param>
<param name="parent">The parent object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Hosting.IHostMaterializationService.MaterializeComponent(System.ComponentModel.IComponent,System.Object)">
<summary>Materializes the component in the service.</summary>
<param name="component">The component.</param>
<param name="parent">The parent object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Hosting.IHostMaterializationService.UpdateMaterialization(System.ComponentModel.IComponent,System.Boolean)">
<summary>Updates the materialization service.</summary>
<param name="component">The component.</param>
<param name="updatePermanently">true to update permanently; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Hosting.IHostOnDemandLoader.LoadCollectionOnDemand(System.Object,System.Object)">
<summary>Loads requested objects in the collection.</summary>
<param name="loadableCollection">A collection of loadable objects.</param>
<param name="context">The context.</param>
<returns>The requested objects in the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Hosting.IOnDemandLoadableCollection.BlockOnDemandLoad(System.Boolean)">
<summary>Blocks the on demand load that is associated with <see cref="T:Microsoft.AnalysisServices.Hosting.IOnDemandLoadableCollection" />.</summary>
<param name="block">true to block; otherwise, false.</param>
<returns>The object to block.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.IdentityTransferToken.#ctor(System.String,System.String)">
<summary />
<param name="identityProviderName" />
<param name="identityName" />
</member>
<member name="M:Microsoft.AnalysisServices.IdentityTransferToken.#ctor(System.String,System.String,Microsoft.AnalysisServices.TokenSigner)">
<summary />
<param name="identityProviderName" />
<param name="identityName" />
<param name="signer" />
</member>
<member name="M:Microsoft.AnalysisServices.IdentityTransferToken.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.TokenSigner)">
<summary />
<param name="identityProviderName" />
<param name="identityName" />
<param name="assumeDbAdmin" />
<param name="signer" />
</member>
<member name="M:Microsoft.AnalysisServices.IdentityTransferToken.#ctor(System.String,System.String,System.DateTime,System.Boolean,Microsoft.AnalysisServices.TokenSigner)">
<summary />
<param name="identityProviderName" />
<param name="identityName" />
<param name="issueDate" />
<param name="assumeDbAdmin" />
<param name="signer" />
</member>
<member name="M:Microsoft.AnalysisServices.IdentityTransferToken.GetTokenXml">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.IDeserializationStartCallback.OnDeserializationBegin(System.Object)">
<summary>Indicates the start of the deserialization.</summary>
<param name="sender">The object that sends the response.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImageLoadInfo.#ctor">
<summary>Initializes an <see cref="T:Microsoft.AnalysisServices.ImageLoadInfo" /> object.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ImageLoadInfo.#ctor(System.String,System.String,System.IO.Stream,Microsoft.AnalysisServices.ReadWriteMode)">
<summary>Initializes an <see cref="T:Microsoft.AnalysisServices.ImageLoadInfo" /> object using the database ID, database name, data stream, and read/write mode of the database.
</summary>
<param name="databaseId">The ID of the restored database. </param>
<param name="databaseName">The name of the restored database. </param>
<param name="sourceDbStream">The stream of data to load into memory.</param>
<param name="readWriteMode">The read/write mode of the database.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImageSaveInfo.#ctor">
<summary>Initializes an <see cref="T:Microsoft.AnalysisServices.ImageSaveInfo" /> object.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ImageSaveInfo.#ctor(System.String,System.IO.Stream)">
<summary>Initializes an <see cref="T:Microsoft.AnalysisServices.ImageSaveInfo" /> object using a datastream and the database ID.
</summary>
<param name="databaseId">The ID of the database saved to attach. </param>
<param name="targetDbStream">The data stream to save to attach. </param>
</member>
<member name="M:Microsoft.AnalysisServices.IModelComponentCollection.Contains(Microsoft.AnalysisServices.IModelComponent)">
<summary>Indicates whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.IModelComponent" />.</summary>
<param name="obj">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.IModelComponentCollection.Remove(Microsoft.AnalysisServices.IModelComponent)">
<summary>Removes an <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> from the collection.</summary>
<param name="obj">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to be removed.</param>
</member>
<member name="M:Microsoft.AnalysisServices.IModelComponentCollection.Remove(Microsoft.AnalysisServices.IModelComponent,System.Boolean)">
<summary>Removes an <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> from the collection.</summary>
<param name="obj">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to be removed.</param>
<param name="cleanUp">true if it will delete referencing objects; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetail.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ImpactDetail" />.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Add(Microsoft.AnalysisServices.ImpactDetail)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be added.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.AddRange(System.Collections.ICollection)">
<summary>Adds the elements of an <see cref="T:System.Collections.ICollection" /> to the end of the collection.</summary>
<param name="items">The <see cref="T:System.Collections.ICollection" /> whose elements should be added.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="c" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Clear">
<summary>Removes all elements from the collection. This class cannot be inherited.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Contains(Microsoft.AnalysisServices.ImpactDetail)">
<summary>Checks whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.ImpactDetail" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array. This class cannot be inherited.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which the elements of the collection are being copied.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the array.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.GetInvalidObjects">
<summary>Get an <see cref="T:System.Collections.ArrayList" /> containing invalid objects.</summary>
<returns>An <see cref="T:System.Collections.ArrayList" /> containing invalid objects.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.GetUnprocessedObjects">
<summary>Get an <see cref="T:System.Collections.ArrayList" /> containing unprocessed objects.</summary>
<returns>An <see cref="T:System.Collections.ArrayList" /> containing unprocessed objects.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.IndexOf(Microsoft.AnalysisServices.ImpactDetail)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.ImpactDetail" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be returned.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Insert(System.Int32,Microsoft.AnalysisServices.ImpactDetail)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> will be inserted.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be inserted.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.Remove(Microsoft.AnalysisServices.ImpactDetail)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be removed.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> is not contained by the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> at the specified index from the collection. This class cannot be inherited.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be removed.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ImpactDetailCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> using default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor(Microsoft.AnalysisServices.ImpersonationMode)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> for the specified <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" />.</summary>
<param name="mode">An ImpersonationMode that contains the mode of impersonating.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor(Microsoft.AnalysisServices.ImpersonationMode,System.String,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> for the specified <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" />, user account, and password.</summary>
<param name="mode">An ImpersonationMode that contains the mode of impersonating.</param>
<param name="account">A String that contains the user account.</param>
<param name="password">A String that contains the password.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.#ctor(System.String,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> for the specified user account and password.</summary>
<param name="account">A String that contains the user account.</param>
<param name="password">A String that contains the password.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.Clone">
<summary>Returns a full copy of current <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> object.</summary>
<returns>The copied <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.CopyTo(Microsoft.AnalysisServices.ImpersonationInfo)">
<summary>Returns a full copy of current <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> into specified object.</summary>
<param name="obj">Specifies where the current <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> is to be copied.</param>
<returns>A reference to copied object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.System#ICloneable#Clone">
<summary>Creates and returns a new object that is a copy of the current instance of this <see cref="T:Microsoft.AnalysisServices.ImpersonationInfo" /> object.</summary>
<returns>A new object that is a copy of this instance.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ImpersonationInfo.ToString">
<summary>Returns a System.String representation of current object.</summary>
<returns>A System.String representation of current object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.INamedComponentCollection.Contains(System.String)">
<summary>Indicates whether the collection contains the AttributeRelationship, identified by <paramref name="attributeId" />.</summary>
<param name="id">The identifier.</param>
<returns>true if the identified AttributeRelationship exists in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.INamedComponentCollection.ContainsName(System.String)">
<summary>Indicates whether the collection contains a AttributeRelationship with the specified name.</summary>
<param name="name">The to return.</param>
<returns>true if the identified AttributeRelationship exists in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.INamedComponentCollection.GetNewID">
<summary>Generates a new Unique ID from the component.</summary>
<returns>A new Unique ID.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.INamedComponentCollection.GetNewID(System.String)">
<summary>Generates a new Unique ID from the component.</summary>
<param name="prefix">The prefix.</param>
<returns>A new Unique ID.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.INamedComponentCollection.GetNewName">
<summary>Assists in creating new consecutive numbered names that start with <paramref name="namePrefix" />.</summary>
<returns>A String with the new name.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.INamedComponentCollection.GetNewName(System.String)">
<summary>Assists in creating new consecutive numbered names that start with <paramref name="namePrefix" />.</summary>
<param name="prefix">The prefix for the numbered names.</param>
<returns>A String with the new name.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.IProcessable.CanProcess(Microsoft.AnalysisServices.ProcessType)">
<summary>Indicates whether the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> can perform the specified processing.</summary>
<param name="processType">The type of processing expected to be performed. </param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> can perform the specified processing; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.IProcessable.Process">
<summary>Executes a process that is associated with the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> with the default type.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType)">
<summary>Executes a process that is associated with the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> with the specified type.</summary>
<param name="processType">The type of process to perform. </param>
</member>
<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration)">
<summary>Executes a process that is associated with the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> with the specified process type error configuration.</summary>
<param name="processType">The type of process to perform. </param>
<param name="errorConfiguration">The configuration used for handling errors. </param>
</member>
<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection)">
<summary>Executes a process that is associated with the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> with the specified process type, error configuration and warnings.</summary>
<param name="processType">The type of process to perform. </param>
<param name="errorConfiguration">The configuration used for handling errors. </param>
<param name="warnings">The collection of warnings associated with this object. </param>
</member>
<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
<summary>Executes a process that is associated with the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> with the specified process type, error configuration, warnings and impact details.</summary>
<param name="processType">The type of process to perform. </param>
<param name="errorConfiguration">The configuration used for handling errors. </param>
<param name="warnings">The collection of warnings associated with this object. </param>
<param name="impactResult">The collection of detail on the <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" />. </param>
</member>
<member name="M:Microsoft.AnalysisServices.IProcessable.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
<summary>Executes a process that is associated with the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> with the specified process type, error configuration, warnings and impact details.</summary>
<param name="processType">The type of process to perform. </param>
<param name="errorConfiguration">The configuration used for handling errors. </param>
<param name="warnings">The collection of warnings associated with this object. </param>
<param name="impactResult">The collection of <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> objects.</param>
<param name="analyzeImpactOnly">true to analyze impact only; otherwise, false. </param>
</member>
<member name="M:Microsoft.AnalysisServices.JsonSerializationException.#ctor">
<summary>Returns an exception thrown during serialization or deserialization of a JSON document.
</summary>
</member>
<member name="M:Microsoft.AnalysisServices.JsonSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.JsonSerializationException" /> class.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
<member name="M:Microsoft.AnalysisServices.JsonSerializationException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.JsonSerializationException" />.</summary>
<param name="message">The message.</param>
</member>
<member name="M:Microsoft.AnalysisServices.JsonSerializationException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.JsonSerializationException" /> class with specified message and exception.</summary>
<param name="message">The error message.</param>
<param name="innerException">The inner exception.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.#ctor">
<summary>Initializes a new major object as implemented by the derived class using default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.#ctor(System.String)">
<summary>Initializes a new major object as implemented by the derived class using the specified object name.</summary>
<param name="name">A System.String containing the name of the object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.#ctor(System.String,System.String)">
<summary>Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object.</summary>
<param name="name">A System.String containing the name of the object.</param>
<param name="id">A System.String containing the identifier of the object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Clone(System.Boolean)">
<summary>Creates a new copy of the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> object.</summary>
<param name="forceBodyLoading">true to force the body loading; otherwise, false.</param>
<returns>A new copy of the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
<summary>Copies a <see cref="T:Microsoft.AnalysisServices.MajorObject" /> object to the specified destination.</summary>
<param name="destination">The destination object to copy to.</param>
<param name="forceBodyLoading">true to force the body to load; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Drop">
<summary>Removes current object and updates server.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions)">
<summary>Removes current object and updates server using specified options.</summary>
<param name="options">Defines the behavior of the drop method on dependent objects.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions,Microsoft.AnalysisServices.XmlaWarningCollection)">
<summary>Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified <paramref name="warnings" /> object.</summary>
<param name="options">Defines the behavior of the drop method on dependent objects.</param>
<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> variable to hold all resulting warnings from drop operation.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
<summary>Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified <paramref name="warnings" /> variable and results for affected objects in operation are returned on specified <paramref name="impactResult" /> variable.</summary>
<param name="options">Defines the behavior of the drop method on dependent objects.</param>
<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> variable to hold all resulting warnings from drop operation.</param>
<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> variable to hold results for all affected objects in current drop operation.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Drop(Microsoft.AnalysisServices.DropOptions,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
<summary>Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified <paramref name="warnings" /> variable and results for affected objects in operation are returned on specified <paramref name="impactResult" /> variable.</summary>
<param name="options">Defines the behavior of the drop method on dependent objects.</param>
<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> variable to hold all resulting warnings from drop operation.</param>
<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> variable to hold results for all affected objects in current drop operation.</param>
<param name="analyzeImpactOnly">If true, only the impact analysis is executed, otherwise drop operation is executed.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.GetCreateReferences(System.Collections.Hashtable,System.Boolean,System.Boolean)">
<summary>Gets a <see cref="T:System.Collections.Hashtable" /> to create references.</summary>
<param name="createReferences">The hastable to create references.</param>
<param name="considerPermissions">true to consider permissions; otherwise, false.</param>
<param name="considerPartitions">true to consider partitions; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.GetDependents(System.Collections.Hashtable)">
<summary>Gets the dependents to the specified <see cref="T:System.Collections.Hashtable" />.</summary>
<param name="dependents">The <see cref="T:System.Collections.Hashtable" /> to append dependent objects to.</param>
<returns>The dependents to the specified <see cref="T:System.Collections.Hashtable" />.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.GetDropDependents(System.Collections.Hashtable,System.Collections.Hashtable)">
<summary>Gets the drop dependents.</summary>
<param name="dependentsToAlter">The dependents to alter.</param>
<param name="dependentsToDrop">The dependents to drop.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.GetReferences(System.Collections.Hashtable,System.Boolean)">
<summary>Gets the objects that the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> references.</summary>
<param name="references">The <see cref="T:System.Collections.Hashtable" /> to append references to.</param>
<param name="forMajorChildrenAlso">true to also reference for major children; otherwise, false.</param>
<returns>The references <see cref="T:System.Collections.Hashtable" /> with objects that the data source references appended.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.GetUpdateOverwrites(System.Boolean)">
<summary>Gets the <see cref="T:System.Collections.Hashtable" /> object that overwrites the updated <see cref="T:Microsoft.AnalysisServices.MajorObject" />.</summary>
<param name="fullExpansion">true to full expansion; otherwise, false.</param>
<returns>The <see cref="T:System.Collections.Hashtable" /> object that overwrites the updated <see cref="T:Microsoft.AnalysisServices.MajorObject" />.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Microsoft#AnalysisServices#IDeserializationStartCallback#OnDeserializationBegin(System.Object)">
<summary>Runs when the entire object graph starts to deserialized.</summary>
<param name="sender">The object that initiated the callback.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Refresh">
<summary>Updates current object from server definitions.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Refresh(System.Boolean)">
<summary>Updates current object from server definitions and loaded dependent objects if specified.</summary>
<param name="full">Specifies a Boolean value to refresh loaded dependent objects if true.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Refresh(System.Boolean,Microsoft.AnalysisServices.RefreshType)">
<summary>Updates current object from server definitions and loaded dependent objects if specified.</summary>
<param name="full">Specifies a Boolean value to refresh dependent objects if true.</param>
<param name="type">Specifies a <see cref="T:Microsoft.AnalysisServices.RefreshType" /> value that determines which dependent objects to refresh. </param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
<summary>Runs when the entire object graph has been deserialized.</summary>
<param name="sender">The object that initiated the callback.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Update">
<summary>Updates server definition of current object to actual values using the default values to update dependent objects.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions)">
<summary>Updates server definition of current object to actual values using the specified options to update dependent objects.</summary>
<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode)">
<summary>Updates server definition of current object to actual values using the specified options to update dependent objects.</summary>
<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exists.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode,Microsoft.AnalysisServices.XmlaWarningCollection)">
<summary>Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation.</summary>
<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exists.</param>
<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> with all warnings resulting from update operation.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
<summary>Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation.</summary>
<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exist.</param>
<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> with all warnings resulting from update operation.</param>
<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> with all affected objects from update operation.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Update(Microsoft.AnalysisServices.UpdateOptions,Microsoft.AnalysisServices.UpdateMode,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
<summary>Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If <paramref name="analyzeImpactOnly" /> is true, an impact analysis operation is performed with no update operation.</summary>
<param name="options">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateOptions" /> value that determines how to update dependent objects.</param>
<param name="mode">Specifies an <see cref="T:Microsoft.AnalysisServices.UpdateMode" /> value that determines what to do if dependent objects exist.</param>
<param name="warnings">Specifies an <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> with all warnings resulting from update operation.</param>
<param name="impactResult">Specifies an <see cref="T:Microsoft.AnalysisServices.ImpactDetailCollection" /> with all warnings resulting from update operation.</param>
<param name="analyzeImpactOnly">If true, only the impact analysis is executed, otherwise update operation is executed.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Validate(Microsoft.AnalysisServices.ValidationResultCollection)">
<summary>Indicates whether the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> is valid.</summary>
<param name="results">A collection of validation results.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Validate(Microsoft.AnalysisServices.ValidationResultCollection,Microsoft.AnalysisServices.ValidationOptions)">
<summary>Indicates whether the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> is valid.</summary>
<param name="results">A collection of validation results.</param>
<param name="flags">A validation options.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObject.Validate(Microsoft.AnalysisServices.ValidationResultCollection,Microsoft.AnalysisServices.ValidationOptions,Microsoft.AnalysisServices.ServerEdition)">
<summary>Indicates whether the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> is valid.</summary>
<param name="results">A collection of validation results.</param>
<param name="flags">A validation options.</param>
<param name="serverEdition">The server edition.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.MajorObject" /> is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObjectCollection.#ctor(Microsoft.AnalysisServices.IModelComponent)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" /> class for the specified parent object.</summary>
<param name="parent">The parent of the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObjectCollection.Add(Microsoft.AnalysisServices.ModelComponent)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> to the end of the <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> to add.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" /> index at which the <paramref name="item" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.MajorObjectCollection.Insert(System.Int32,Microsoft.AnalysisServices.ModelComponent)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> in the <see cref="T:Microsoft.AnalysisServices.MajorObjectCollection" /> at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> to add.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> class using the default values. </summary>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.AddToContainer(System.ComponentModel.IContainer)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object to the specified container.</summary>
<param name="container">The container where to add the specified <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.AfterInsert(System.Int32)">
<summary>Displays a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object after added to the specified index.</summary>
<param name="index">The index where the object is added.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.AfterMove(System.Int32,System.Int32)">
<summary>Displays a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object after moving to the specified index.</summary>
<param name="fromIndex">Move from index.</param>
<param name="toIndex">Move to index.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.AfterRemove(Microsoft.AnalysisServices.ModelComponentCollection)">
<summary>Displays a <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> after a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object is removed.</summary>
<param name="collection">The <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> where the object is removed.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.BeforeRemove(System.Boolean)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object before the cleanup.</summary>
<param name="cleanUp">true to clean up the <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.CopyTo(Microsoft.AnalysisServices.ModelComponent)">
<summary>Copies a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object to the specified object.</summary>
<param name="obj">The object you are copying to.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.RemoveFromContainer(System.ComponentModel.IContainer)">
<summary>Removes a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object from the specified container.</summary>
<param name="container">The container.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.Reset">
<summary>Resets the component to an initial state.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.Submit">
<summary>Submits a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.Submit(System.Boolean)">
<summary>Submits a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object.</summary>
<param name="submitPermanently">true to submit permanently; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.ToString">
<summary>Returns a string that represents the current object.</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.Validate(Microsoft.AnalysisServices.ValidationErrorCollection)">
<summary>Validates the element to which it is appended; returns any errors encountered in a collection.</summary>
<param name="errors">A collection within which errors can be logged.</param>
<returns>A collection of errors encountered.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean)">
<summary>Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors.</summary>
<param name="errors">A collection within which errors can be logged.</param>
<param name="includeDetailedErrors">true if detailed errors is enabled; otherwise false.</param>
<returns>A collection of errors encountered.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponent.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
<summary>Indicates whether a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object is valid.</summary>
<param name="errors">A collection of validation errors.</param>
<param name="includeDetailedErrors">true to include detailed errors; otherwise, false.</param>
<param name="serverEdition">The server edition.</param>
<returns>true if a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.#ctor(Microsoft.AnalysisServices.IModelComponent)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> class.</summary>
<param name="parent">The parent <see cref="T:Microsoft.AnalysisServices.IModelComponent" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Add(Microsoft.AnalysisServices.ModelComponent)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="item">The item to add.</param>
<returns>The item that is added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Add(Microsoft.AnalysisServices.ModelComponent,System.Boolean)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="item">The item to add.</param>
<param name="updateDependents">Indicates whether to update the dependents.</param>
<returns>The item that is added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Add(System.String,Microsoft.AnalysisServices.IModelComponent)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> object to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="key">The key.</param>
<param name="item">The item to add.</param>
<returns>The item that is added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Add(System.String,Microsoft.AnalysisServices.IModelComponent,System.Boolean)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> object to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="key">The key.</param>
<param name="item">The item to add.</param>
<param name="updateDependents">Indicates whether to update the dependents.</param>
<returns>The item that is added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.AddNew(System.String,System.String,System.Type)">
<summary>Adds a new <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to the collection.</summary>
<param name="name">The name of the component to add.</param>
<param name="key">The key.</param>
<param name="type">The type of the component.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.AddNew(System.String,System.Type)">
<summary>Adds a new <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to the collection.</summary>
<param name="key">The key.</param>
<param name="type">The name of the component to add.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.CanAdd(Microsoft.AnalysisServices.ModelComponent,System.String@)">
<summary>Indicates whether the collection can add a <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</summary>
<param name="item">The item to add.</param>
<param name="error">The error that will occur if the collection cant add a <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</param>
<returns>true if the collection can add a <see cref="T:Microsoft.AnalysisServices.ModelComponent" />; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.ChangeKey(System.String,System.String)">
<summary>Changes the specified keys to the collection.</summary>
<param name="oldKey">The old key.</param>
<param name="newKey">The new key.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Clear">
<summary>Removes all elements from the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Contains(Microsoft.AnalysisServices.IModelComponent)">
<summary>Determines whether the specified item is in the collection.</summary>
<param name="item">The item to verify if its in the collection.</param>
<returns>true if the specified item is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Contains(System.String)">
<summary>Determines whether an item with the specified key is in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to locate in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</param>
<returns>true if <paramref name="key" /> found in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> to a one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the source <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional. -or-<paramref name="index" /> is equal to or greater than the length of <paramref name="array" />.-or-The number of elements in the source <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.EnsureLoaded">
<summary>Ensures the collection is loaded.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.GetEnumerator">
<summary>Returns an enumerator that can iterate through the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<returns>An <see cref="T:System.IEnumerator" /> for the entire <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.GetItem(System.String,System.Boolean,System.String)">
<summary>Gets a reference to the specified component.</summary>
<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to get from the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</param>
<param name="throwIfNotFound">true if <see cref="T:System.Exception" /> should be thrown if the key is not found in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />;otherwise, false.</param>
<param name="keyPropertyName">The name of the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> property that provides key values.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> that has the specified key.</returns>
<exception cref="T:System.Exception">
<paramref name="throwIfNotFound" /> is set to false and one of the following conditions occurs:<paramref name="key" /> contains a null reference (Nothing in Visual Basic.)-or-<paramref name="key" /> cannot be found in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.IndexOf(Microsoft.AnalysisServices.IModelComponent)">
<summary>Searches for the specified item and returns its zero-based index within the collection.</summary>
<param name="item">The item to locate.</param>
<returns>The zero-based index of the item in the collection, if found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.IndexOf(System.String)">
<summary>Returns the zero-based index of the first occurrence of an <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> that has the specified key in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="key">The key of the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to locate.</param>
<returns>The zero-based index of the first occurrence of <paramref name="key" /> within the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />, if found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Insert(Microsoft.AnalysisServices.IModelComponent,System.String,System.Int32)">
<summary>Inserts an <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="item">The item to insert.</param>
<param name="key">The key.</param>
<param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Insert(Microsoft.AnalysisServices.IModelComponent,System.String,System.Int32,System.Boolean)">
<summary>Inserts an <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="item">The item to insert.</param>
<param name="key">The key.</param>
<param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
<param name="updateDependents">Indicates whether to update the dependents.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Insert(System.Int32,Microsoft.AnalysisServices.ModelComponent)">
<summary>Inserts an <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
<param name="item">The item to insert.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Microsoft#AnalysisServices#Hosting#IOnDemandLoadableCollection#BlockOnDemandLoad(System.Boolean)">
<summary>Specifies the blocked demand load.</summary>
<param name="block">Indicates whether to block the load demand.</param>
<returns>The blocked demand load.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Microsoft#AnalysisServices#IModelComponentCollection#Contains(Microsoft.AnalysisServices.IModelComponent)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="item">The item to locate.</param>
<returns>true if the item is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Microsoft#AnalysisServices#IModelComponentCollection#Remove(Microsoft.AnalysisServices.IModelComponent)">
<summary>Removes the first occurrence of a specific <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> from the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="item">The item to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Microsoft#AnalysisServices#IModelComponentCollection#Remove(Microsoft.AnalysisServices.IModelComponent,System.Boolean)">
<summary>Removes the first occurrence of a specific <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> from the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="item">The item to remove.</param>
<param name="cleanUp">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.Remove(Microsoft.AnalysisServices.IModelComponent)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> at the specified index from the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.RemoveAt(System.Int32,System.Boolean)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> at the specified index from the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> to remove.</param>
<param name="cleanUp">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Clear">
<summary>Removes all items from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#RemoveAt(System.Int32)">
<summary>Removes the item at the specified index.</summary>
<param name="index">The zero-based index of the item to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.NamedComponent" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.NamedComponent" /> class.</summary>
<param name="name">The name of the component.</param>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.NamedComponent" /> class.</summary>
<param name="name">The name of the component.</param>
<param name="id">The identifier of the component.</param>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.CopyTo(Microsoft.AnalysisServices.NamedComponent)">
<summary>Copies a <see cref="T:Microsoft.AnalysisServices.NamedComponent" /> object to the specified object.</summary>
<param name="obj">The object you are copying to.</param>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.Reset">
<summary>Resets the component to its initial state.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.System#IFormattable#ToString(System.String,System.IFormatProvider)">
<summary>Formats the value of the current instance using the specified format.</summary>
<param name="format">The format to use.</param>
<param name="formatProvider">The provider to use to format the value.</param>
<returns>The value of the current instance in the specified format.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.ToString">
<summary>Returns a string containing the name of the component.</summary>
<returns>A string containing the name of the component.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponent.Validate(Microsoft.AnalysisServices.ValidationErrorCollection,System.Boolean,Microsoft.AnalysisServices.ServerEdition)">
<summary>Determines whether the <see cref="T:Microsoft.AnalysisServices.NamedComponent" /> is valid.</summary>
<param name="errors">A collection of validation errors.</param>
<param name="includeDetailedErrors">true to include detailed errors; otherwise, false.</param>
<param name="serverEdition">The server edition.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.NamedComponent" /> is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.#ctor(Microsoft.AnalysisServices.IModelComponent)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.NamedComponentCollection" /> class.</summary>
<param name="parent">The parent object. </param>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.Add(Microsoft.AnalysisServices.ModelComponent)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object to the <see cref="T:Microsoft.AnalysisServices.NamedComponentCollection" />.</summary>
<param name="item">The item to add. </param>
<returns>The item that is added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.CanAdd(Microsoft.AnalysisServices.ModelComponent,System.String@)">
<summary>Indicates whether the collection can add a <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</summary>
<param name="item">The item to add. </param>
<param name="error">The error that will occur if the collection cant add a <see cref="T:Microsoft.AnalysisServices.ModelComponent" />. </param>
<returns>The error that will occur if the collection cant add a <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.Contains(System.String)">
<summary>Determines whether an item with the specific key is in the <see cref="T:Microsoft.AnalysisServices.NamedComponentCollection" />.</summary>
<param name="id">The identifier to locate in the <see cref="T:Microsoft.AnalysisServices.NamedComponentCollection" />. </param>
<returns>true if the <paramref name="id" /> found in the <see cref="T:Microsoft.AnalysisServices.NamedComponentCollection" />; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.ContainsName(System.String)">
<summary>Indicates whether the component contains its name.</summary>
<param name="name">The value of the name. </param>
<returns>true if the component contains its name; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.GetNewID">
<summary>Gets a new unique ID for the component.</summary>
<returns>The value of the new ID.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.GetNewID(System.String)">
<summary>Gets the value for the new unique ID.</summary>
<param name="idPrefix">The ID prefix. </param>
<returns>The value for the new unique ID.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.GetNewName">
<summary>Gets a unique new name for the component.</summary>
<returns>A unique new name for the component.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.GetNewName(System.String)">
<summary>Gets a unique new name for the component with the specified name prefix.</summary>
<param name="namePrefix">The name prefix. </param>
<returns>A unique new name for the component with the specified name prefix.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IndexOf(System.String)">
<summary>Reports the index of the first occurrence of the component.</summary>
<param name="id">The identifier. </param>
<returns>The index of the first occurrence of the component.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IndexOfName(System.String)">
<summary>Gets the index of the <see cref="T:Microsoft.AnalysisServices.NamedComponent" />, identified by name, in the collection.</summary>
<param name="name">The name to be located in the collection. </param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.NamedComponent" /> has been found in the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.Insert(System.Int32,Microsoft.AnalysisServices.ModelComponent)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> in the <see cref="T:Microsoft.AnalysisServices.NamedComponentCollection" />.</summary>
<param name="index">The zero-based index at which <paramref name="item" /> should be inserted. </param>
<param name="item">The item to insert. </param>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidID(System.String)">
<summary>Determines whether the named component collection identifier is valid.</summary>
<param name="id">The identifier. </param>
<returns>true if the named component collection identifier is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidID(System.String,System.String@)">
<summary>Determines whether the named component collection identifier is valid.</summary>
<param name="id">The identifier. </param>
<param name="error">The error. </param>
<returns>true if the named component collection identifier is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidID(System.String,System.Type,System.String@)">
<summary>Determines whether the named component collection identifier is valid.</summary>
<param name="id">The identifier. </param>
<param name="type">The type. </param>
<param name="error">The error. </param>
<returns>true if the named component collection identifier is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidName(System.String)">
<summary>Determines whether the named component collection name is valid.</summary>
<param name="name">The name. </param>
<returns>true if the named component collection name is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidName(System.String,System.String@)">
<summary>Determines whether the named component collection name is valid.</summary>
<param name="name">The name. </param>
<param name="error">The error. </param>
<returns>true if the named component collection name is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.NamedComponentCollection.IsValidName(System.String,System.Type,System.String@)">
<summary>Determines whether the named component collection name is valid.</summary>
<param name="name">The name. </param>
<param name="type">The type. </param>
<param name="error">The error. </param>
<returns>true if the named component collection name is valid; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.OperationException.#ctor(Microsoft.AnalysisServices.XmlaResultCollection)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.OperationException" /> class.</summary>
<param name="results">The results.</param>
</member>
<member name="M:Microsoft.AnalysisServices.OperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary />
<param name="info" />
<param name="context" />
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> class.</summary>
<param name="name">The name of the specified object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> class.</summary>
<param name="name">The name of the specified object.</param>
<param name="id">A string that identifies the object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.CanProcess(Microsoft.AnalysisServices.ProcessType)">
<summary>Indicates whether the process type can be processed for a specified <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> object.</summary>
<param name="processType">The type of processing to evaluate.</param>
<returns>true if the specified process type can be processed; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.CopyTo(Microsoft.AnalysisServices.MajorObject,System.Boolean)">
<summary>Copies the object to the specified destination.</summary>
<param name="destination">The destination where the object copied to.</param>
<param name="forceBodyLoading">true to force by loading; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process">
<summary>Processes the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" />.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType)">
<summary>Processes the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> with the specified process type.</summary>
<param name="processType">The type of processing for the object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.Core.IBinding)">
<summary />
<param name="type" />
<param name="source" />
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration)">
<summary>Processes the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> with the specified process type.</summary>
<param name="processType">The type of processing for the object.</param>
<param name="errorConfiguration">The error configuration.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection)">
<summary>Processes the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> with the specified process type.</summary>
<param name="processType">The type of processing for the object.</param>
<param name="errorConfiguration">The error configuration.</param>
<param name="warnings">A <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> object.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection)">
<summary>Processes the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> with the specified process type.</summary>
<param name="processType">The type of processing for the object.</param>
<param name="errorConfiguration">The error configuration.</param>
<param name="warnings">A <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> object.</param>
<param name="impactResult">The impact result.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.ErrorConfiguration,Microsoft.AnalysisServices.XmlaWarningCollection,Microsoft.AnalysisServices.ImpactDetailCollection,System.Boolean)">
<summary>Processes the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> with the specified process type.</summary>
<param name="processType">The type of processing for the object.</param>
<param name="errorConfiguration">The error configuration.</param>
<param name="warnings">A <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> object.</param>
<param name="impactResult">The impact result.</param>
<param name="analyzeImpactOnly">true to analyze only the impact; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ProcessableMajorObject.Process(Microsoft.AnalysisServices.ProcessType,Microsoft.AnalysisServices.WriteBackTableCreation)">
<summary>Processes the <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> with the specified process type and writeback option.</summary>
<param name="processType">The type of processing for the object.</param>
<param name="writebackOption">The writeback option.</param>
</member>
<member name="M:Microsoft.AnalysisServices.PropertyOrderAttribute.#ctor(System.Int32)">
<summary />
<param name="order" />
</member>
<member name="M:Microsoft.AnalysisServices.ResponseFormatException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ResponseFormatException" /> class with a specified error message.</summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ResponseFormatException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ResponseFormatException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolder.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> class using default values. </summary>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolder.#ctor(System.String,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> using a name for the original folder and the new folder.</summary>
<param name="originalFolder">The original folder from which to copy.</param>
<param name="newFolder">The folder to copy to.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreFolderCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Add(Microsoft.AnalysisServices.RestoreFolder)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.AddRange(System.Collections.ICollection)">
<summary>Adds the elements of a <see cref="T:System.Collections.ICollection" /> to the end of the collection.</summary>
<param name="items">The <see cref="T:System.Collections.ICollection" /> whose elements should be added at the end of the collection.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="c" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Clear">
<summary>Removes all elements from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Contains(Microsoft.AnalysisServices.RestoreFolder)">
<summary>Checks whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to locate.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> exists in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the array.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.IndexOf(Microsoft.AnalysisServices.RestoreFolder)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to return.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Insert(System.Int32,Microsoft.AnalysisServices.RestoreFolder)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.RestoreFolder" />.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to insert.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.Remove(Microsoft.AnalysisServices.RestoreFolder)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to remove.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> does not exist in the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.RestoreFolderCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using the default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using file parameter.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using a file and database name.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using a file, database name, and overwrite indicator.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[])">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using a file, database name, overwrite indicator, and an array of restore locations.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
<param name="locations">An array of RestoreLocations for the remote objects to restored.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using a file, database name , overwrite indicator, an array of restore locations, and a security definition for the roles to be restored.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
<param name="locations">An array of RestoreLocations for the remote objects to restored.</param>
<param name="security">A RestoreSecurity enumeration value that specifies what is going to happen to the Roles objects being restored.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using multiple parameters, including password.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
<param name="locations">An array of RestoreLocations for the remote objects to restored </param>
<param name="security">A RestoreSecurity enumeration value that specifies what is going to happen to the Roles objects being restored</param>
<param name="password">A string with the password that is required to read the restore file.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using multiple parameters, including password.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
<param name="locations">An array of RestoreLocations for the remote objects to restored.</param>
<param name="security">A RestoreSecurity enumeration value that specifies what is going to happen to the Roles objects being restored.</param>
<param name="password">A string with the password that is required to read the restore file.</param>
<param name="dbStorageLocation">The location of the database storage.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreInfo.#ctor(System.String,System.String,System.Boolean,Microsoft.AnalysisServices.RestoreLocation[],Microsoft.AnalysisServices.RestoreSecurity,System.String,System.String,Microsoft.AnalysisServices.ReadWriteMode)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> using multiple parameters, including password and the read/write mode of the database.</summary>
<param name="file">Name of the file for which information is to be restored.</param>
<param name="databaseName">Name of the database from which to extract the information to be restored.</param>
<param name="allowOverwrite">A Boolean value. If true, the file information can be overwritten; otherwise, false.</param>
<param name="locations">An array of RestoreLocations for the remote objects to restored.</param>
<param name="security">A RestoreSecurity enumeration value that specifies what is going to happen to the Roles objects being restored.</param>
<param name="password">A string with the password that is required to read the restore file.</param>
<param name="dbStorageLocation">The location of the database storage.</param>
<param name="readWriteMode">An enumeration that describes the read/write state of the database.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocation.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> using the default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.RestoreLocationCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Add(Microsoft.AnalysisServices.RestoreLocation)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.AddRange(System.Collections.ICollection)">
<summary>Adds the elements of an <see cref="T:System.Collections.ICollection" /> to the end of the collection.</summary>
<param name="items">The <see cref="T:System.Collections.ICollection" /> whose elements should be added at the end of the collection.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="c" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Clear">
<summary>Removes all elements from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Contains(Microsoft.AnalysisServices.RestoreLocation)">
<summary>Indicates whether the collection contains the specified <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to locate.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> exists in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the array.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.IndexOf(Microsoft.AnalysisServices.RestoreLocation)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to return.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Insert(System.Int32,Microsoft.AnalysisServices.RestoreLocation)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to insert.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.Remove(Microsoft.AnalysisServices.RestoreLocation)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to remove.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> diess not exist in the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.RestoreLocationCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMember.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.RoleMember" /> class using default values. </summary>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMember.#ctor(System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.RoleMember" /> using a name.</summary>
<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.RoleMember" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMember.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.RoleMember" /> class.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.RoleMember" />.</param>
<param name="sid">The security identifier.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMember.Clone">
<summary>Creates a new, full copy of an object.</summary>
<returns>The cloned object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMember.CopyTo(Microsoft.AnalysisServices.RoleMember)">
<summary>Copies the content of the object to another object (the destination).</summary>
<param name="obj">The destination object to copy to.</param>
<returns>The destination object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMember.System#ICloneable#Clone">
<summary>Creates a new copy of the object instance.</summary>
<returns>A new copy of the object instance.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.RoleMemberCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.Add(Microsoft.AnalysisServices.RoleMember)">
<summary>Adds the specified <see cref="T:Microsoft.AnalysisServices.RoleMember" /> to the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RoleMember" /> to add to the collection.</param>
<returns>The zero-based index in collection where the <see cref="T:Microsoft.AnalysisServices.RoleMember" /> was added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.AddRange(System.Collections.ICollection)">
<summary>Adds the elements of an <see cref="T:System.Collections.ICollection" /> to the end of the collection.</summary>
<param name="items">The <see cref="T:System.Collections.ICollection" /> whose elements should be added at the end of the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.Clear">
<summary>Removes all items from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.Contains(Microsoft.AnalysisServices.RoleMember)">
<summary>Determines whether the specified <see cref="T:Microsoft.AnalysisServices.RoleMember" /> is in the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RoleMember" /> to verify if its in the collection.</param>
<returns>true if the specified <see cref="T:Microsoft.AnalysisServices.RoleMember" /> is found in the collection, otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the elements of the collection to an Array, starting at a particular Array index.</summary>
<param name="array">The one-dimensional Array that is the destination of the elements copied from the collection.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.IndexOf(Microsoft.AnalysisServices.RoleMember)">
<summary>Searches for the specified <see cref="T:Microsoft.AnalysisServices.RoleMember" /> and returns its zero-based index within the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RoleMember" /> to locate.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RoleMember" /> in the collection, if found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.Insert(System.Int32,Microsoft.AnalysisServices.RoleMember)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.RoleMember" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.RoleMember" /> is inserted.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RoleMember" /> to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.Remove(Microsoft.AnalysisServices.RoleMember)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.RoleMember" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.RoleMember" /> to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.RemoveAt(System.Int32)">
<summary>Removes the item at the specified index.</summary>
<param name="index">The zero-based index of the item to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ServerProperty.#ctor">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.ServerProperty.#ctor(System.String,System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> by using a name and a value.</summary>
<param name="name">A String that contains the name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</param>
<param name="value">A String that contains the property.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ServerProperty.Clone">
<summary>Creates a new, full copy of a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>The cloned <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerProperty.CopyTo(Microsoft.AnalysisServices.ServerProperty)">
<summary>Copies a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object to the specified object.</summary>
<param name="obj">The object you are copying to.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object copied to.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerProperty.System#ICloneable#Clone">
<summary>Creates a copy of the specified object.</summary>
<returns>A new copy of the specified object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ServerPropertyCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Add(Microsoft.AnalysisServices.ServerProperty)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Add(System.String,System.String)">
<summary>Creates and adds a <see cref="T:Microsoft.AnalysisServices.ServerProperty" />, with the specified name and value, to the end of the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to add.</param>
<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to add.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that was added to the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Clear">
<summary>Removes all elements from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Contains(Microsoft.AnalysisServices.ServerProperty)">
<summary>Indicates whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to locate.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> exists in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Contains(System.String)">
<summary>Indicates whether the collection contains a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that has the specified name.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to locate.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> exists in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.CopyTo(Microsoft.AnalysisServices.ServerPropertyCollection)">
<summary>Copies the entire collection to the end of a <see cref="T:Microsoft.AnalysisServices.ServerPropertyCollection" />.</summary>
<param name="col">The <see cref="Microsoft.AnalysisServices.ServerPropertyCollection" /> into which to copy the elements of the collection.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="col" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the array.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Find(System.String)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that has the specified name from the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.IndexOf(Microsoft.AnalysisServices.ServerProperty)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.IndexOf(System.String)">
<summary>Gets the index of a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that has the specified name.</summary>
<param name="name">The name of a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to locate.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> specified by <paramref name="name" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Insert(System.Int32,Microsoft.AnalysisServices.ServerProperty)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to insert.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Insert(System.Int32,System.String,System.String)">
<summary>Creates and inserts a <see cref="T:Microsoft.AnalysisServices.ServerProperty" />, with the specified name and value, into the collection at the specified index.</summary>
<param name="index">The zero-based index at which to insert the new <see cref="T:Microsoft.AnalysisServices.ServerProperty" />.</param>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to insert.</param>
<param name="value">The value of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to insert.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that was inserted into the collection.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Remove(Microsoft.AnalysisServices.ServerProperty)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to remove.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> does not exist in the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.Remove(System.String)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that has the specified name from the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to remove.</param>
<exception cref="T:System.Exception">
<paramref name="name" /> does not exist in the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ServerPropertyCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.SignatureHashAlgorithm.CreateSha256">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.SignatureHashAlgorithm.CreateSha384">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.SignatureHashAlgorithm.CreateSha512">
<summary />
</member>
<member name="M:Microsoft.AnalysisServices.SigningKey.CreateFromCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)">
<summary />
<param name="certificate" />
</member>
<member name="M:Microsoft.AnalysisServices.SigningKey.Sign(System.Byte[],Microsoft.AnalysisServices.SignatureHashAlgorithm)">
<summary />
<param name="data" />
<param name="hashAlgorithm" />
</member>
<member name="M:Microsoft.AnalysisServices.SynchronizeInfo.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.SynchronizeInfo" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.SynchronizeInfo.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.SynchronizeInfo" /> class.</summary>
<param name="databaseID">The database identifier.</param>
<param name="source">The data source.</param>
</member>
<member name="M:Microsoft.AnalysisServices.SynchronizeInfo.#ctor(System.String,System.String,Microsoft.AnalysisServices.SynchronizeSecurity)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.SynchronizeInfo" /> class.</summary>
<param name="databaseID">The database ID.</param>
<param name="source">The source.</param>
<param name="synchronizeSecurity">The synchronize security.</param>
</member>
<member name="M:Microsoft.AnalysisServices.SynchronizeInfo.#ctor(System.String,System.String,Microsoft.AnalysisServices.SynchronizeSecurity,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.SynchronizeInfo" /> class.</summary>
<param name="databaseID">The database identifier.</param>
<param name="source">The source.</param>
<param name="synchronizeSecurity">The synchronize security.</param>
<param name="applyCompression">true if the object apply compression; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.SynchronizeInfo.#ctor(System.String,System.String,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.SynchronizeInfo" /> class.</summary>
<param name="databaseID">The database identifier.</param>
<param name="source">The source of the database.</param>
<param name="applyCompression">true to apply compression from the database; otherwise, false.</param>
</member>
<member name="M:Microsoft.AnalysisServices.TokenSigner.#ctor(Microsoft.AnalysisServices.SigningKey,Microsoft.AnalysisServices.SignatureHashAlgorithm)">
<summary />
<param name="key" />
<param name="hashAlgorithm" />
</member>
<member name="M:Microsoft.AnalysisServices.TokenSigner.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,Microsoft.AnalysisServices.SignatureHashAlgorithm)">
<summary />
<param name="certificate" />
<param name="hashAlgorithm" />
</member>
<member name="M:Microsoft.AnalysisServices.TokenSigner.Sign(System.Byte[])">
<summary />
<param name="data" />
</member>
<member name="M:Microsoft.AnalysisServices.Translation.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.Translation" /> class using the default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.Translation.#ctor(System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.Translation" /> class using a language parameter.</summary>
<param name="language">The language for the <see cref="T:Microsoft.AnalysisServices.Translation" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Translation.#ctor(System.Int32,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.Translation" /> class using the specified language and caption information.</summary>
<param name="language">The language for the <see cref="T:Microsoft.AnalysisServices.Translation" />.</param>
<param name="caption">A unique identifier for the <see cref="T:Microsoft.AnalysisServices.Translation" />.</param>
</member>
<member name="M:Microsoft.AnalysisServices.Translation.Clone">
<summary>Creates a new, full copy of an object.</summary>
<returns>A newly created <see cref="T:Microsoft.AnalysisServices.Translation" /> object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Translation.CopyTo(Microsoft.AnalysisServices.Translation)">
<summary>Copies an <see cref="T:Microsoft.AnalysisServices.Translation" /> to the specified object.</summary>
<param name="obj">The object you are copying to.</param>
<returns>The object copied to.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.Translation.System#ICloneable#Clone">
<summary>Creates a copy of the <see cref="T:Microsoft.AnalysisServices.Translation" /> object.</summary>
<returns>The created object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Add(Microsoft.AnalysisServices.Translation)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.Translation" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.Translation" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Add(System.Int32)">
<summary>Creates and adds a <see cref="T:Microsoft.AnalysisServices.Translation" />, with the specified language, to the end of the collection.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Translation" />.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Add(System.Int32,System.String)">
<summary>Creates and adds a <see cref="T:Microsoft.AnalysisServices.Translation" />, with the specified language and caption, to the end of the collection.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
<param name="caption">The caption of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be added.</param>
<returns>A new, empty <see cref="T:Microsoft.AnalysisServices.Translation" />.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Contains(Microsoft.AnalysisServices.Translation)">
<summary>Indicates whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.Translation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.Translation" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Contains(System.Int32)">
<summary>Indicates whether the collection contains a <see cref="T:Microsoft.AnalysisServices.Translation" /> with the specified language.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.Translation" /> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.FindByLanguage(System.Int32)">
<summary>Indicates whether the collection contains a <see cref="T:Microsoft.AnalysisServices.Translation" /> with the specified language.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> if found in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.GetByLanguage(System.Int32)">
<summary>Indicates whether the collection contains a <see cref="T:Microsoft.AnalysisServices.Translation" /> with the specified language.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> if found in the collection; otherwise, a null reference (Nothing in Visual Basic).</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.IndexOf(Microsoft.AnalysisServices.Translation)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.Translation" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be returned.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.IndexOf(System.Int32)">
<summary>Gets the index of a <see cref="T:Microsoft.AnalysisServices.Translation" />, with the specified language.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be located.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Insert(System.Int32,Microsoft.AnalysisServices.Translation)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.Translation" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Translation" /> will be inserted.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be inserted.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Insert(System.Int32,System.Int32)">
<summary>Creates and inserts a <see cref="T:Microsoft.AnalysisServices.Translation" />, with the specified language, into the collection at the specified index.</summary>
<param name="index">The zero-based index at which the new <see cref="T:Microsoft.AnalysisServices.Translation" /> will be inserted.</param>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be inserted.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> inserted into the collection.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Move(Microsoft.AnalysisServices.Translation,System.Int32)">
<summary>Moves a <see cref="T:Microsoft.AnalysisServices.Translation" /> to a new index in the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be moved.</param>
<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Translation" /> specified by <paramref name="item" />.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="toIndex" /> is less than zero.-or-<paramref name="toIndex" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.-or-<paramref name="item" /> is not contained by the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Move(System.Int32,System.Int32)">
<summary>Moves a <see cref="T:Microsoft.AnalysisServices.Translation" /> at the current specified index to a new specified index in the collection.</summary>
<param name="fromIndex">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be moved.</param>
<param name="toIndex">The zero-based index to which to move the <see cref="T:Microsoft.AnalysisServices.Translation" /> specified by <paramref name="fromIndex" />.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be moved.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="fromIndex" /> is less than zero.-or-<paramref name="fromIndex" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.-or-<paramref name="toIndex" /> is less than zero.-or-<paramref name="toIndex" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(Microsoft.AnalysisServices.Translation)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.Translation" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be removed.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> is not contained by the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(Microsoft.AnalysisServices.Translation,System.Boolean)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.Translation" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.Translation" /> to be removed. </param>
<param name="cleanUp">true to use the cleanup process; otherwise, false. </param>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.Translation" />, with the specified language, from the collection.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be removed.</param>
</member>
<member name="M:Microsoft.AnalysisServices.TranslationCollection.Remove(System.Int32,System.Boolean)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.Translation" />, with the specified language, from the collection.</summary>
<param name="language">The language of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be removed. </param>
<param name="cleanUp">true to use the cleanup process; otherwise, false. </param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationError.#ctor(Microsoft.AnalysisServices.IModelComponent,System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> class.</summary>
<param name="source">The validation source.</param>
<param name="error">The validation error.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationError.#ctor(Microsoft.AnalysisServices.IModelComponent,System.String,Microsoft.AnalysisServices.ErrorPriority)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> class.</summary>
<param name="source">The validation source.</param>
<param name="error">The validation error.</param>
<param name="priority">The priority error.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationError.#ctor(Microsoft.AnalysisServices.IModelComponent,System.String,Microsoft.AnalysisServices.ErrorPriority,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> class.</summary>
<param name="source">The validation source.</param>
<param name="error">The validation error.</param>
<param name="priority">The priority error.</param>
<param name="errorCode">The error code.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationError.#ctor(Microsoft.AnalysisServices.IModelComponent,System.String,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> class.</summary>
<param name="source">The validation source.</param>
<param name="error">The validation error.</param>
<param name="errorCode">The error code.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCodes.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ValidationErrorCodes" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.ValidationErrorCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String)">
<summary>Creates and adds a <see cref="T:Microsoft.AnalysisServices.ValidationError" />, with the specified <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value and error description, to the end of the collection.</summary>
<param name="source">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String,Microsoft.AnalysisServices.ErrorPriority)">
<summary>Creates and adds a <see cref="T:Microsoft.AnalysisServices.ValidationError" />, with the specified <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value, error description, and <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> value, to the end of the collection.</summary>
<param name="source">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="priority">The <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String,Microsoft.AnalysisServices.ErrorPriority,System.Int32)">
<summary>Creates and adds a <see cref="T:Microsoft.AnalysisServices.ValidationError" />, with the specified <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value, error description, <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> value, and error code, to the end of the collection.</summary>
<param name="source">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="priority">The <see cref="T:Microsoft.AnalysisServices.ErrorPriority" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="errorCode">The error code of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.IModelComponent,System.String,System.Int32)">
<summary>Creates and adds a <see cref="T:Microsoft.AnalysisServices.ValidationError" />, with the specified <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value, error description, and error code, to the end of the collection.</summary>
<param name="source">The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> value of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="error">The error description of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<param name="errorCode">The error code of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Add(Microsoft.AnalysisServices.ValidationError)">
<summary>Adds a <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to the end of the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to add.</param>
<returns>The zero-based index at which the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> has been added.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.AddRange(System.Collections.ICollection)">
<summary>Adds the elements of a <see cref="T:System.Collections.ICollection" /> to the end of the collection.</summary>
<param name="items">The <see cref="T:System.Collections.ICollection" /> whose elements should be added at the end of the collection.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="c" /> is a null reference (Nothing in Visual Basic).</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Clear">
<summary>Removes all elements from the collection.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Contains(Microsoft.AnalysisServices.ValidationError)">
<summary>Indicates whether the collection contains a specified <see cref="T:Microsoft.AnalysisServices.ValidationError" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to locate.</param>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> exists in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> into which to copy the elements of the collection.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.</exception>
<exception cref="T:System.InvalidCastException">The type of the collection cannot be cast automatically to the type of the <paramref name="array" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-<paramref name="index" /> is equal to or greater than the length of the array.-or-The number of elements in the collection is greater than the available space from <paramref name="index" /> to the end of the <paramref name="array" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.IndexOf(Microsoft.AnalysisServices.ValidationError)">
<summary>Gets the index of a specified <see cref="T:Microsoft.AnalysisServices.ValidationError" />.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to return.</param>
<returns>The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> if the object is found; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Insert(System.Int32,Microsoft.AnalysisServices.ValidationError)">
<summary>Inserts a <see cref="T:Microsoft.AnalysisServices.ValidationError" /> into the collection at the specified index.</summary>
<param name="index">The zero-based index at whichto insert the new <see cref="T:Microsoft.AnalysisServices.ValidationError" />.</param>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to insert.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.Remove(Microsoft.AnalysisServices.ValidationError)">
<summary>Removes the specified <see cref="T:Microsoft.AnalysisServices.ValidationError" /> from the collection.</summary>
<param name="item">The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to remove.</param>
<exception cref="T:System.Exception">
<paramref name="item" /> does not exist in the collection.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to remove.</param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ValidationErrorCollection.Count" />.</exception>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#Add(System.Object)">
<summary>Adds an item to the collection.</summary>
<param name="value">The object to add.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#Contains(System.Object)">
<summary>Indicates whether the collection contains a specific value.</summary>
<param name="value">The object to locate.</param>
<returns>true if the object is found in the collection; otherwise, false.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the collection.</summary>
<param name="value">The object to locate.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an item to the collection at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
<param name="value">The object to insert into the collection.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specified object from the collection.</summary>
<param name="value">The object to remove.</param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationResult.ToString">
<summary>Returns a string representation of the current object.</summary>
<returns>A string representation of the current object.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationResultCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.ValidationResultCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationResultCollection.Clear">
<summary>Removes all results from the current <see cref="T:Microsoft.AnalysisServices.ValidationResultCollection" /> object.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the <see cref="T:Microsoft.AnalysisServices.ValidationResultCollection" /> object to an Array object.</summary>
<param name="array">The Array to copy the validation result collection to. </param>
<param name="index">The zero-based relative index in <paramref name="array" /> where copying begins. </param>
</member>
<member name="M:Microsoft.AnalysisServices.ValidationResultCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Retrieves an enumerator that can iterate through the <see cref="T:Microsoft.AnalysisServices.ValidationResultCollection" /> object.</summary>
<returns>The enumerator to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.XmlaMessageCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the elements of the collection to an Array, starting at a particular Array index.</summary>
<param name="array">The one-dimensional Array that is the destination of the elements copied from the collection.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
</member>
<member name="M:Microsoft.AnalysisServices.XmlaMessageCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.XmlaResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional array into which the elements of the collection are being copied.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
</member>
<member name="M:Microsoft.AnalysisServices.XmlaResultCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that can iterate through the collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> for the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.XmlaWarningCollection.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.XmlaWarningCollection" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.XmlaWarningCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the elements of the collection to an Array, starting at a particular Array index.</summary>
<param name="array">The one-dimensional Array that is the destination of the elements copied from the collection.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
</member>
<member name="M:Microsoft.AnalysisServices.XmlaWarningCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.AnalysisServices.XmlIgnoreOnReadAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AnalysisServices.XmlIgnoreOnReadAttribute" /> class.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> class using the default values.</summary>
</member>
<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor(System.String)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> class using a message string.</summary>
<param name="message">A String with the message to display.</param>
</member>
<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> class using a message string and the inner Exception received.</summary>
<param name="message">A String with the message to display.</param>
<param name="innerException">The inner exception object received with current exception.</param>
</member>
<member name="M:Microsoft.AnalysisServices.XmlSerializationException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
<summary>Initializes a new instance of <see cref="T:Microsoft.AnalysisServices.XmlSerializationException" /> class using a message string, the inner Exception received, a line number, and line position.</summary>
<param name="message">A String with the message to display.</param>
<param name="innerException">The inner exception object received with current exception.</param>
<param name="lineNumber">An Integer value with the line number where the exception occurred.</param>
<param name="linePosition">An Integer value with the line position where the exception occurred.</param>
</member>
<member name="M:Microsoft.AnalysisServices.XmlSerializationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data needed to serialize the target object.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate the data.</param>
<param name="context">The destination for this serialization.</param>
</member>
<member name="P:Microsoft.AnalysisServices.AddEventArgs.Index">
<summary>Gets the number of arguments in the Add event. </summary>
<returns>An integer value with the number of arguments in the Add event.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.Depth">
<summary>Gets the depth of nesting for the current row.</summary>
<returns>The level of nesting.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.FieldCount">
<summary>Gets the number of columns in the current row.</summary>
<returns>The number of columns in the current row.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.IsClosed">
<summary>Gets a value that indicates whether the <see cref="T:Microsoft.AnalysisServices.AmoDataReader" /> is closed.</summary>
<returns>true if the <see cref="T:Microsoft.AnalysisServices.AmoDataReader" /> is closed; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.Item(System.Int32)">
<summary>Gets the value of the specified column in its native format given the column ordinal.</summary>
<param name="index">The zero-based column ordinal.</param>
<returns>The value of the specified column in its native format.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.Item(System.String)">
<summary>Gets the value of the specified column in its native format given the column name.</summary>
<param name="columnName">The name of the column.</param>
<returns>The value of the specified column in its native format.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.RecordsAffected">
<summary>Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.</summary>
<returns>The number of rows changed, inserted, or deleted.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.Results">
<summary>Gets the collection of results for the current object.</summary>
<returns>The collection of results for the current object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.RowsetName">
<summary>Gets the name of the rowset.</summary>
<returns>The name of the rowset.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AmoDataReader.TopLevelAttributes">
<summary>Gets the top level attributes for this property.</summary>
<returns>The top level attributes for this property.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Annotation.Name">
<summary>Gets or sets the name associated with an <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
<returns>The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Annotation.Value">
<summary>Gets or sets the XmlNode that contains the actual value of an <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
<returns>The value associated with an annotation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Annotation.Visibility">
<summary>Defines the visibility of an <see cref="T:Microsoft.AnalysisServices.Annotation" /> element.</summary>
<returns>An enumeration that indicates whether visibility is on or off.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.Annotation" /> objects contained in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.Annotation" /> objects contained in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.Annotation" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.AnnotationCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.Item(System.String)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.Annotation" />, with the specified name, from the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.Annotation" /> to be returned.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Annotation" /> specified by <paramref name="name" />.</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="name" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.Exception">
<paramref name="name" /> does not exist in the collection.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.AnnotationCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.BackupInfo.AllowOverwrite">
<summary>Gets or sets the property indicating whether the destination files can be overwritten during backup.</summary>
<returns>true if the destination files can be overwritten; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupInfo.ApplyCompression">
<summary>Gets or sets property that indicates whether the backup will be compressed or not.</summary>
<returns>true if the backup will be compressed; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupInfo.BackupRemotePartitions">
<summary>Gets or sets property that indicates whether remote partitions will be backed up or not.</summary>
<returns>true if remote partitions will be backed up; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupInfo.File">
<summary>Gets or sets the name of the file to back up to.</summary>
<returns>A String containing the name of the file.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupInfo.Locations">
<summary>Gets or sets the locations where the backup will be stored.</summary>
<returns>The locations where the backup will be stored.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupInfo.Password">
<summary>Gets or sets the password to be used with backup file encryption.</summary>
<returns>A String containing the password.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocation.DataSourceID">
<summary>Gets or sets the data source name on the server to be backed up.</summary>
<returns>The data source identifier.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocation.File">
<summary>Gets or sets the name of the file to backup the data source to.</summary>
<returns>The file name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> objects contained in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> objects contained in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.Item(System.Int32)">
<summary>Gets or sets the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> to be returned.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.BackupLocationCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.BackupLocationCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFile.Data">
<summary>Gets the Data associated with a <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</summary>
<returns>The block of data.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFile.Name">
<summary>Contains the name of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />.</summary>
<returns>A file name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFile.Type">
<summary>Gets or sets the type of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />; where type refers to debug status.</summary>
<returns>The debug status.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> objects contained in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> objects contained in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.Item(System.Int32)">
<summary>Gets or sets the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> to be returned.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="Microsoft.AnalysisServices.ClrAssemblyFileCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ClrAssemblyFileCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.CollectionChangeEventArgs.Element">
<summary>Returns data at a collection changed event.</summary>
<returns>An object that contains the collection changed event data</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionException.ExceptionCause">
<summary>Returns a <see cref="T:Microsoft.AnalysisServices.ConnectionExceptionCause" /> value to explain the origin of the exception.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.ConnectionExceptionCause" /> value which explains the origin of the exception.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.AccessMode">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.AuthenticationScheme">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.BypassAuthorization">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Catalog">
<summary>Gets a catalog of databases associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A database catalog.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Certificate">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.CharacterEncoding">
<summary>Gets the character encoding value associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>The encoding scheme applied.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ClientCertificateThumbprint">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.CompressionLevel">
<summary>Gets the compression level associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>An Integer compression level value.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ConnectionType">
<summary>Gets the connection type associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A connection of type HTTP, Native Connection, or Local Cube.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ConnectTimeout">
<summary>Gets the connection timeout information associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>An Integer representing the number of seconds before timeout.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.EncryptionPassword">
<summary>Gets the encryption password associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>The encryption password.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ExtAuthInfo">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ExtendedProperties">
<summary>Gets the extended properties associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A ListDictionary object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.IdentityProvider">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ImpersonationLevel">
<summary>Gets the impersonation level associated with a <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>An <see cref="T:Microsoft.AnalysisServices.ImpersonationLevel" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.InstanceName">
<summary>Gets the instance name associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>The name of an Analysis Services instance.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.IntegratedSecurity">
<summary>Gets the integrated security status for the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>An <see cref="T:Microsoft.AnalysisServices.IntegratedSecurity" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Location">
<summary>Gets the location associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>The location property.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.PacketSize">
<summary>Gets the packet size in bytes associated with a <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>Number of bytes.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Password">
<summary>Gets the password associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A password.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Port">
<summary>Gets the port number associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>The port number in String format.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ProtectionLevel">
<summary>Gets the protection level associated with a <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.ProtectionLevel" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.ProtocolFormat">
<summary>Gets the protocol format for the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.ProtocolFormat" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.RestrictCatalog">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Server">
<summary>Gets the server name associated with a <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>The name of the server.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Sspi">
<summary>Gets the name of the SSPI package to use during the authentication process of the connection.</summary>
<returns>A string with the following possible values:Negotiate.The SSPI package is to be negotiated between the client and the service.This is the default value.KerberosKerberos is the authentication package defined to authenticate to this server.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.Timeout">
<summary>Gets the timeout value associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>The Integer timeout value.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.TransportCompression">
<summary>Gets the TransportCompression object element with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.TransportCompression" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.UseExistingFile">
<summary>Gets the Boolean status of use existing file property of the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>true if UseExistingFile; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ConnectionInfo.UserID">
<summary>Gets the user identifier associated with the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object.</summary>
<returns>A user identifier.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.Collation">
<summary>Gets or sets the collation type for a <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>The collation type.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.CompatibilityLevel">
<summary>Gets or sets the compatibility level for the database.</summary>
<returns>The compatibility level of the database.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.DbStorageLocation">
<summary>Gets or sets the database storage location.</summary>
<returns>The database storage location.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.DismissedValidationResults">
<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.DismissedValidationResult" /> associated with the <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>A collection of <see cref="T:Microsoft.AnalysisServices.DismissedValidationResult" /> associated with the <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.DismissedValidationRules">
<summary>Gets a collection of <see cref="T:Microsoft.AnalysisServices.DismissedValidationRule" /> associated with the <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>A collection of <see cref="T:Microsoft.AnalysisServices.DismissedValidationRule" /> associated with the <see cref="T:Microsoft.AnalysisServices.Database" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.EstimatedSize">
<summary>Gets or sets the read-only estimated size, in bytes, of the parent <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>A 64-bit signed integer representation of size in bytes.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.ImagePath">
<summary>Gets or sets the image path.</summary>
<returns>The image path.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.ImageUniqueID">
<summary>Gets or sets the image unique identifier.</summary>
<returns>The image unique identifier.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.ImageUrl">
<summary>Gets or sets the URL path to an image to display for the database.</summary>
<returns>The path to the image to display for the database.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.ImageVersion">
<summary>Gets or sets the version of the image in the database.</summary>
<returns>The version of the image in the database.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.Language">
<summary>Gets or sets the language value for a <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>An Integer representation of language used.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.LastUpdate">
<summary>Gets or sets the time of last update for a <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>The time of last update.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.ModelType">
<summary>Gets or sets the type of model from which the database was deployed. Expected values include Default (same as multidimensional), Multidimensional, or Tabular.</summary>
<returns>The model type.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.Parent">
<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.Server" /> of a <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.ReadWriteMode">
<summary>Gets or sets the <see cref="T:Microsoft.AnalysisServices.ReadWriteMode" /> of the database. </summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.ReadWriteMode" /> of the database. </returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.StorageEngineUsed">
<summary>Contains a read-only value that describes the storage engine used in the current database.</summary>
<returns>Returns a value from <see cref="T:Microsoft.AnalysisServices.StorageEngineUsed" /> enumeration.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.Translations">
<summary>Gets the collection of translations associated with a <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>A collection of translations.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.Version">
<summary>Gets or sets the database version.</summary>
<returns>The database version.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Database.Visible">
<summary>Gets or sets the Boolean visibility property associated with a <see cref="T:Microsoft.AnalysisServices.Database" />.</summary>
<returns>true if visibility is turned on; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.IQueryBinding.DataSourceID">
<summary>Gets or sets the DataSource identifier for the current QueryBinding.</summary>
<returns>A DataSource identifier.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.IQueryBinding.QueryDefinition">
<summary>Gets or sets the query definition.</summary>
<returns>Returns an opaque expression for a query associated with a DataSource object for the current QueryBindin.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Role.ExternalMembers">
<summary>Internal only. This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code.</summary>
<returns>The collection of external role members associated with this instance.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Role.Members">
<summary>Gets the <see cref="P:Microsoft.AnalysisServices.Role.Members" />, all of which are Windows security principles (user or group accounts), associated with a <see cref="T:Microsoft.AnalysisServices.Role" />. </summary>
<returns>A collection of members assigned to this Role.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.CaptureLog">
<summary>Gets a collection containing XMLA commands generated if <see cref="P:Microsoft.AnalysisServices.Server.CaptureXml" /> property was set to true.</summary>
<returns>A collection containing XML messages.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.CaptureXml">
<summary>Gets or sets the <see cref="P:Microsoft.AnalysisServices.Server.CaptureLog" /> property of the Server object, which indicates whether XML messages sent to an instance of Analysis Services should be logged.</summary>
<returns>true if the change is made successfully; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.Connected">
<summary>Gets a value indicating whether there is a connection to an instance of Analysis Services.</summary>
<returns>true if a connection exists; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.ConnectionInfo">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ConnectionInfo" /> object from the <see cref="T:Microsoft.AnalysisServices.Server" /> object. This field is read-only.</summary>
<returns>The information of the connection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.ConnectionString">
<summary>Gets the string of characters used to connect to an instance Analysis Services. This field is read-only.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.Server" /> connection description containing the information required to make a connection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.DefaultCompatibilityLevel">
<summary>Gets or sets a default compatiblity level to use whenever this value is unspecified. </summary>
<returns>The compatibility level.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.Edition">
<summary>Gets the currently installed version of Analysis Services. This is read-only.</summary>
<returns>The edition of the server.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.EditionID">
<summary>Gets the EditionID for the currently installed version of Analysis Services. This is read-only.</summary>
<returns>The identifier for the edition. For local cubes, the value is zero; otherwise, a non-zero number.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.ProductLevel">
<summary>&gt;Gets or sets read-only access to the product level element. The product level itself is obtained from the stored install-specific string.</summary>
<returns>A product-level description.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.ProductName">
<summary>Gets or sets read-only access to the name of the SQL Server product from which an instance of Analysis Services was installed.</summary>
<returns>A product name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.ServerLocation">
<summary>Gets the location of the server, which is either on-premises or in a Microsoft data center that provides internal hosting of tabular models for Microsoft's online services, (for example, Excel data models viewed in Office 365).</summary>
<returns>The location of the server.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.ServerMode">
<summary>Gets or sets the server mode the server is operating in.Server mode is an enumeration of <see cref="T:Microsoft.AnalysisServices.ServerMode" /></summary>
<returns>The server mode the server is operating in.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.ServerProperties">
<summary>Gets a collection of server properties associated with a specific <see cref="T:Microsoft.AnalysisServices.Server" /> object.</summary>
<returns>A collection of server properties that contains a number of <see cref="M:Microsoft.AnalysisServices.ServerPropertyCollection.Contains(Microsoft.AnalysisServices.ServerProperty)" /> records.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.SessionID">
<summary>Gets the session ID for the server.</summary>
<returns>The session ID.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Server.Version">
<summary>Gets or sets the server version. </summary>
<returns>The version of the server.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Core.Trace.Parent">
<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.Server" /> of a <see cref="T:Microsoft.AnalysisServices.Trace" /> object. This class cannot be inherited. </summary>
<returns>The parent server of a trace. </returns>
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationResult.Comments">
<summary>Gets or sets the comments in the validation result object.</summary>
<returns>The comments in the <see cref="T:Microsoft.AnalysisServices.DismissedValidationResult" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationResult.ValidationResult">
<summary>Gets the validation error, warning or message returned by the MajorObject.Validate method.</summary>
<returns>The validation error, warning or message returned by the MajorObject.Validate method.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationResultCollection.Count">
<summary>Gets the number of validation result objects in the collection.</summary>
<returns>The number of validation result objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationResultCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationResultCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationRule.Comments">
<summary>Gets or sets the comments of validation.</summary>
<returns>The comments of validation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationRule.ValidationRule">
<summary>Gets the custom rule for validation.</summary>
<returns>The custom rule for validation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationRuleCollection.Count">
<summary>Gets the number of elements contained in the collection.</summary>
<returns>The number of elements contained in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationRuleCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.DismissedValidationRuleCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.CalculationError">
<summary>Gets or sets the calculation error that occurs during configuration.</summary>
<returns>The calculation error that occurs during configuration.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyDuplicate">
<summary>Gets or sets the KeyDuplicate property for an <see cref="T:Microsoft.AnalysisServices.ErrorConfiguration" /> object. This determines how Analysis Services handles a duplicate key error if it encounters one during processing.</summary>
<returns>An enumeration of allowed values for KeyDuplicate.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorAction">
<summary>Gets or sets the action for Analysis Services to take when an error occurs on a key.</summary>
<returns>An enumeration that corresponds to the allowed values for KeyErrorAction.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLimit">
<summary>Gets or sets the number of errors allowed during processing.</summary>
<returns>The Integer value representing the maximum number of error messages allowed.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLimitAction">
<summary>Gets or sets the action Analysis Services takes when the key error count that is specified in the KeyErrorLimit element is reached.</summary>
<returns>The enumeration that corresponds to the allowed values for KeyErrorLimitAction.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLogFile">
<summary>Gets or sets the file name for logging processing errors.</summary>
<returns>The file name itself.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyNotFound">
<summary>Gets or sets how Analysis Services responds when it encounters a referential integrity error.</summary>
<returns>An enumeration that corresponds to the allowed values for KeyNotFound.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.NullKeyConvertedToUnknown">
<summary>Gets or sets the action to be taken when a null conversion error is encountered.</summary>
<returns>An enumeration that corresponds to the allowed values for NullKeyConvertedToUnknown.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ErrorConfiguration.NullKeyNotAllowed">
<summary>Gets or sets the property that determines how Analysis Services processing engine handles a null key error encountered during processing.</summary>
<returns>An enumeration that corresponds to the allowed values for NullKeyNotAllowed.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMember.ID">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMember.IdentityProvider">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMember.Name">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMember.Type">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMemberCollection.Count">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMemberCollection.Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ExternalRoleMemberCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.Hosting.IHostableComponent.Host">
<summary>Gets or sets the host for <see cref="T:Microsoft.AnalysisServices.Hosting.IHostableComponent" />.</summary>
<returns>The host for <see cref="T:Microsoft.AnalysisServices.Hosting.IHostableComponent" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Hosting.IHostMaterializationService.SitingBlocked">
<summary>Gets whether the siting is blocked.</summary>
<returns>true if the siting is blocked; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Hosting.IOnDemandLoadableCollection.Loaded">
<summary>Gets whether the collection is loaded.</summary>
<returns>true if the collection is loaded; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.IdentityTransferToken.AssumeDbAdmin">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.IdentityTransferToken.IdentityName">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.IdentityTransferToken.IdentityProviderName">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.IdentityTransferToken.IssueDate">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.IdentityTransferToken.Signer">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ImageLoadInfo.DatabaseId">
<summary>Gets or sets the database identifier.</summary>
<returns>The database identifier.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImageLoadInfo.DatabaseName">
<summary>Gets or sets the Database name for this object.</summary>
<returns>The Database name for this object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImageLoadInfo.DatabaseReadWriteMode">
<summary>Gets or sets the database read/write mode of an Analysis Services database as specified in a <see cref="T:Microsoft.AnalysisServices.ImageLoadInfo" /> object.</summary>
<returns>The read/write mode of the database.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImageLoadInfo.SourceDbStream">
<summary>Gets or sets the source database stream.</summary>
<returns>The source database stream.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImageSaveInfo.DatabaseId">
<summary>Gets or sets the database ID.</summary>
<returns>The database ID.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImageSaveInfo.TargetDbStream">
<summary>Gets or sets the target data stream to save the image information.</summary>
<returns>The target data stream to save the image information.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.IModelComponent.FriendlyPath">
<summary>Gets a friendly path for this instance.</summary>
<returns>A friendly path for this instance.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.IModelComponent.OwningCollection">
<summary>Gets or sets the collection that owns the current object.</summary>
<returns>The collection that owns the current object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.IModelComponent.Parent">
<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> of this instance.</summary>
<returns>The parent <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> of this instance.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.IModelComponentCollection.Parent">
<summary>Gets the parent <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> of the <see cref="T:Microsoft.AnalysisServices.IModelComponentCollection" />.</summary>
<returns>The parent <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> of the <see cref="T:Microsoft.AnalysisServices.IModelComponentCollection" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetail.Description">
<summary>Gets or sets the error or warning message description from the impact analysis operation.</summary>
<returns>A system.string with the error or warning message description from the impact analysis operation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetail.FaultCode">
<summary>Gets or sets the error code from executing the intended operation.</summary>
<returns>A system.string with the error code from executing the planned operation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetail.Impact">
<summary>Gets or sets the type of impact the planned operation has on current <see cref="P:Microsoft.AnalysisServices.ImpactDetail.Object" />.</summary>
<returns>An <see cref="T:Microsoft.AnalysisServices.ImpactAnalysisType" /> value that the planned operation has on current <see cref="P:Microsoft.AnalysisServices.ImpactDetail.Object" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetail.Object">
<summary>Gets the object that would be affected by the planned operations in impact analysis.</summary>
<returns>The object that would be affected by the planned operations in impact analysis.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetail.Severity">
<summary>Gets or sets a string with the values Error or Warning depending on the severity of the impact analysis.</summary>
<returns>A string with the values Error or Warning depending on the severity of the impact analysis.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> objects contained in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> objects contained in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> to be returned.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ImpactDetailCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ImpactDetailCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.Account">
<summary>Gets or sets the user account.</summary>
<returns>A String with the user account.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.ImpersonationInfoSecurity">
<summary>Gets or sets the password availability from data source.</summary>
<returns>An <see cref="T:Microsoft.AnalysisServices.ImpersonationInfoSecurity" /> value with password availability from data source.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.ImpersonationMode">
<summary>Gets or sets the access mode the service uses to connect to the data source.</summary>
<returns>An <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" /> value with the access mode the service uses to connect to the data source.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ImpersonationInfo.Password">
<summary>Gets or sets the password.</summary>
<returns>A String with the password for the user account.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.INamedComponent.Description">
<summary>Gets or sets the long description of the component.</summary>
<returns>The long description of the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.INamedComponent.ID">
<summary>Gets or sets the engine ID of the component.</summary>
<returns>The engine ID of the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.INamedComponent.Name">
<summary>Gets or sets the name of the component as presented to user.</summary>
<returns>The name of the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.IProcessable.LastProcessed">
<summary>Gets the date and time on which the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> was last processed.</summary>
<returns>A DateTime that contains the date on which the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> was last processed.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.IProcessable.State">
<summary>Gets the current state of the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> that was last processed.</summary>
<returns>The current state of the <see cref="T:Microsoft.AnalysisServices.IProcessable" /> that was last processed.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.JsonSerializationException.HasLineInfo">
<summary>Gets a value indicating whether the class can return line information.</summary>
<returns>true if the class can return line information; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.JsonSerializationException.LineNumber">
<summary>Gets or sets the current line number.</summary>
<returns>The current line number.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.JsonSerializationException.LinePosition">
<summary>Gets the position in the line where the exception occurred.</summary>
<returns>The line position.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.MajorObject.Annotations">
<summary>Gets the collection object of all annotations to current object.</summary>
<returns>An <see cref="T:Microsoft.AnalysisServices.AnnotationCollection" /> object that has all annotations to current object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.MajorObject.CreatedTimestamp">
<summary>Gets or sets the date and time of the creation of the object.</summary>
<returns>A System.DateTime value with date and time of creation of the object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.MajorObject.Description">
<summary>Gets or sets a description string of current object.</summary>
<returns>A description string of current object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.MajorObject.IsLoaded">
<summary>Gets a value that indicates whether <see cref="T:Microsoft.AnalysisServices.MajorObject" /> have been loaded.</summary>
<returns>true if <see cref="T:Microsoft.AnalysisServices.MajorObject" /> have been loaded; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.MajorObject.LastSchemaUpdate">
<summary>Gets or sets the date and time when current object schema was last updated.</summary>
<returns>A System.DateTime value with the date and time when current object schema was last updated.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.Annotations">
<summary>Gets a collection within which you can store custom data.</summary>
<returns>A collection of custom data elements (annotations).</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.FriendlyName">
<summary>Gets the friendly name of the <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</summary>
<returns>The friendly name of the <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.KeyForCollection">
<summary>Gets the key used in the collection.</summary>
<returns>The key used in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.Microsoft#AnalysisServices#Hosting#IHostableComponent#Host">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.Microsoft#AnalysisServices#IModelComponent#FriendlyPath">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.Microsoft#AnalysisServices#IModelComponent#OwningCollection">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.OwningCollection">
<summary>Gets or sets the collection that contains the <see cref="T:Microsoft.AnalysisServices.ModelComponent" />.</summary>
<returns>The collection containing a <see cref="P:Microsoft.AnalysisServices.ModelComponent.OwningCollection" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponent.Parent">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> object that is the parent of the <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object.</summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> object that is the parent of the <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> objects in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> objects in the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.DemandLoadingService">
<summary>Gets the demand loading service for the collection.</summary>
<returns>The demand loading service for the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.IsFixedSize">
<summary>Gets a value indicating whether the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> has a fixed size.</summary>
<returns>true if the model component collection has a fixed size; otherwise false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.IsReadOnly">
<summary>Gets a value indicating whether the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> is read-only.</summary>
<returns>true if the collection is read-only; otherwise false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.IsSynchronized">
<summary>Gets a value indicating whether access to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> is synchronized (thread-safe).</summary>
<returns>true if access to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" /> is synchronized (thread-safe); otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> at the specified index.</summary>
<param name="index">The zero-based index of the <see cref="Microsoft.DataWarehouse.IModelComponent" /> to get.</param>
<returns>The <see cref="Microsoft.DataWarehouse.IModelComponent" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero. -or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.ItemsType">
<summary>Gets the <see cref="T:System.Type" /> of objects that can be contained by the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<returns>The <see cref="T:System.Type" /> of objects that can be contained by the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Microsoft#AnalysisServices#Hosting#IOnDemandLoadableCollection#Loaded">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Parent">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> that contains the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> that contains the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.Preloadable">
<summary>Gets a value indicating whether the collection can be preloaded.</summary>
<returns>true if the collection can be preloaded; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.SyncRoot">
<summary>Gets an object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</summary>
<returns>An object that can be used to synchronize access to the <see cref="T:Microsoft.AnalysisServices.ModelComponentCollection" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ModelComponentCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.MoveEventArgs.FromIndex">
<summary>Gets the index of the event data to be moved.</summary>
<returns>The index of the event data to be moved.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.MoveEventArgs.ToIndex">
<summary>Gets the index to which to move the event data specified by <see cref="P:Microsoft.AnalysisServices.MoveEventArgs.FromIndex" />.</summary>
<returns>The index to which to move the event data specified by <see cref="P:Microsoft.AnalysisServices.MoveEventArgs.FromIndex" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.NamedComponent.Description">
<summary>Gets or sets the description of the component.</summary>
<returns>The description of the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.NamedComponent.FriendlyName">
<summary>Returns a user-friendly name.</summary>
<returns>A user-friendly name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.NamedComponent.ID">
<summary>Gets or sets the identifier of the component.</summary>
<returns>The identifier of the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.NamedComponent.KeyForCollection">
<summary>Returns the key used in collections.</summary>
<returns>The key used in collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.NamedComponent.Name">
<summary>Gets or sets the name of the component.</summary>
<returns>The name of the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.NamedComponent.Site">
<summary>Gets or sets the site of the component.</summary>
<returns>The site of the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.NamedComponent.SiteID">
<summary>Gets or sets the identifier for the site associated with the component.</summary>
<returns>The identifier for the site associated with the component.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.OperationException.Message">
<summary>Gets the exception message.</summary>
<returns>The exception message.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.OperationException.Results">
<summary>Gets or sets the results of the operation.</summary>
<returns>The results of the operation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.OperationException.XmlaRequest">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ProcessableMajorObject.LastProcessed">
<summary>Gets or sets the <see cref="T:System.DateTime" /> on which the object was last processed.</summary>
<returns>The <see cref="T:System.DateTime" /> on which the object was last processed.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ProcessableMajorObject.Microsoft#AnalysisServices#IProcessable#LastProcessed">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ProcessableMajorObject.Microsoft#AnalysisServices#IProcessable#State">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ProcessableMajorObject.State">
<summary>Gets or sets the <see cref="T:Microsoft.AnalysisServices.AnalysisState" /> of this current instance.</summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.AnalysisState" /> of this current instance.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.PropertyOrderAttribute.Order">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RemoveEventArgs.Index">
<summary>Gets the index from which to remove the data.</summary>
<returns>The index from which to remove the data.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolder.New">
<summary>Gets or sets the location of the new folder to be created for use by a <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> element.</summary>
<returns>The new folder location.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolder.Original">
<summary>Gets or sets the original folder associated with a <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> object.</summary>
<returns>The original folder name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> objects in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.RestoreFolderCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreFolderCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.AllowOverwrite">
<summary>Gets or sets the <see cref="P:Microsoft.AnalysisServices.RestoreInfo.AllowOverwrite" /> aspect of <see cref="T:Microsoft.AnalysisServices.RestoreInfo" />.</summary>
<returns>true if overwrite is allowed; otherise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.DatabaseName">
<summary>Gets or sets the <see cref="P:Microsoft.AnalysisServices.RestoreInfo.DatabaseName" /> aspect for a <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> object.</summary>
<returns>The database name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.DatabaseReadWriteMode">
<summary>Gets or sets the database read/write mode of an Analysis Services database as specified in a <see cref="T:Microsoft.AnalysisServices.RestoreInfo" /> object.</summary>
<returns>The read/write mode of the database.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.DbStorageLocation">
<summary>Gets or sets the database storage location.</summary>
<returns>The database storage location.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.File">
<summary>Gets or sets the UNC name of the <see cref="P:Microsoft.AnalysisServices.RestoreInfo.File" /> to restore.</summary>
<returns>A string with the name of the restore file.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.Locations">
<summary>Gets a <see cref="T:Microsoft.AnalysisServices.RestoreLocationCollection" /> object with the locations of the remote partitions to restore.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.RestoreLocationCollection" /> collection object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.Password">
<summary>Gets or sets the <see cref="P:Microsoft.AnalysisServices.RestoreInfo.Password" /> that is required to read the restore file.</summary>
<returns>A string with the password that is required to read the restore file.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreInfo.Security">
<summary>Gets or sets the <see cref="P:Microsoft.AnalysisServices.RestoreInfo.Security" /> definition to apply to roles from the restore file.</summary>
<returns>A <see cref="T:Microsoft.AnalysisServices.RestoreSecurity" /> enumeration value: CopyAll | SkipMembership | IgnoreSecurity</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocation.ConnectionString">
<summary>Gets or sets a connection string associated with a <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> object.</summary>
<returns>A connection string.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocation.DataSourceID">
<summary>Gets or sets the data source identifier associated with a <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> object.</summary>
<returns>A data source identifier.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocation.DataSourceType">
<summary>Gets or sets the type of data source.</summary>
<returns>The type of data source.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocation.File">
<summary>Gets or sets a file string associated with a <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> object.</summary>
<returns>A file name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocation.Folders">
<summary>Gets the <see cref="P:Microsoft.AnalysisServices.RestoreLocation.Folders" /> collection associated with a <see cref="T:Microsoft.AnalysisServices.RestoreLocation" />.</summary>
<returns>A collection of folders that are the target location for a restoration.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.RestoreLocationCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RestoreLocationCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.RoleMember.Name">
<summary>Gets or sets the name of a <see cref="T:Microsoft.AnalysisServices.RoleMember" /> object.</summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.RoleMember" /> name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RoleMember.Sid">
<summary>Gets or sets the security identifier for a <see cref="T:Microsoft.AnalysisServices.RoleMember" /> object.</summary>
<returns>The session identifier.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RoleMemberCollection.Count">
<summary>Gets the number of elements contained in the collection.</summary>
<returns>The number of elements contained in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RoleMemberCollection.Item(System.Int32)">
<summary>Gets or sets the element at the specified index.</summary>
<param name="index">The specified index.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.RoleMemberCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.Category">
<summary>Gets or sets the category associated with a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerPropertyCategory" /> object.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.DefaultValue">
<summary>Gets or sets the default value for a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>A default value.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.DisplayFlag">
<summary>Gets or sets the display flag status.</summary>
<returns>true if the display flag is on; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.FolderName">
<summary>Gets the folder name associated with a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>A folder name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.Name">
<summary>Gets or sets the name of a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object. </summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.PendingValue">
<summary>Gets or sets the pending value of a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>A String that contains the pending value.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.PropertyName">
<summary>Gets the property name from a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>A property name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.RequiresRestart">
<summary>Gets or sets a value associated with the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object that indicates whether restart is required.</summary>
<returns>true if restart is required; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.Type">
<summary>Gets or sets the type associated with a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>A String that contains the type.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.Units">
<summary>Gets or sets the units associated with a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>A String that contains the unit.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerProperty.Value">
<summary>Gets or sets the type associated with a <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> object.</summary>
<returns>A String that contains the value.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> objects in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> at the specified index in the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ServerPropertyCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.Item(System.String)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> that has the specified name from the collection.</summary>
<param name="name">The name of the <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> specified by <paramref name="name" />.</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="name" /> is a null reference (Nothing in Visual Basic).</exception>
<exception cref="T:System.Exception">
<paramref name="name" /> does not exist in the collection.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ServerPropertyCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.SignatureHashAlgorithm.Name">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.SigningKey.Certificate">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.SigningKey.CertificateThumbprint">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.SynchronizeInfo.ApplyCompression">
<summary>Gets or sets a value that indicates whether the information will compressed or not.</summary>
<returns>true if the information will be compressed; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.SynchronizeInfo.DatabaseID">
<summary>Gets or sets the database ID.</summary>
<returns>The database ID.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.SynchronizeInfo.Source">
<summary>Gets or sets the source of the property.</summary>
<returns>The String source of the property.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.SynchronizeInfo.SynchronizeSecurity">
<summary>Gets or sets the synchronize security.</summary>
<returns>The synchronize security.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.TokenSigner.CertificateThumbprint">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.TokenSigner.DigestMethod">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.Translation.Caption">
<summary>Gets or sets the caption to be used for display by clients.</summary>
<returns>A caption translation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Translation.CollectionCaption">
<summary>Gets or sets the collection caption of the translation.</summary>
<returns>The collection caption of the translation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Translation.Description">
<summary>Gets or sets the description of a translation.</summary>
<returns>The description of a translation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Translation.DisplayFolder">
<summary>Gets or sets the display folder of a translation.</summary>
<returns>The display folder of a translation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Translation.FriendlyName">
<summary>Gets the friendly name of the translation.</summary>
<returns>The friendly name of the translation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Translation.KeyForCollection">
<summary>Gets the value of the key for the collection.</summary>
<returns>The name of the key.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.Translation.Language">
<summary>Gets or sets the language defined by a locale identifier code for a <see cref="T:Microsoft.AnalysisServices.Translation" />.</summary>
<returns>A language defined by a locale identifier code.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.TranslationCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.Translation" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.Translation" /> to be returned.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.Translation" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ModelComponentCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.TranslationCollection.ItemsType">
<summary>Gets the Type of objects that can be contained by the <see cref="T:Microsoft.AnalysisServices.TranslationCollection" />.</summary>
<returns>The Type of objects that can be contained by the <see cref="T:Microsoft.AnalysisServices.TranslationCollection" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationError.ErrorCode">
<summary>Gets or sets the error code.</summary>
<returns>The error code.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationError.ErrorText">
<summary>Gets or sets the error text for this instance.</summary>
<returns>The error text for this instance.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationError.FullErrorText">
<summary>Gets the full error text for this instance.</summary>
<returns>The full error text.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationError.Priority">
<summary>Gets or sets the error priority.</summary>
<returns>The error priority.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationError.Source">
<summary>Gets or sets the validation source for this instance.</summary>
<returns>The validation source for this instance.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> at the specified index.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.ValidationError" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.ValidationError" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.ValidationErrorCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#IsFixedSize">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#IsReadOnly">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ValidationErrorCollection.System#Collections#IList#Item(System.Int32)">
<summary />
<param name="index" />
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResult.Description">
<summary>Gets either a ValidationRule.Description or a similar text with parameters.</summary>
<returns>The ValidationRule.Description or a similar text with parameters.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResult.Rule">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ValidationRule" /> associated with the <see cref="T:Microsoft.AnalysisServices.ValidationResult" />.</summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.ValidationRule" /> associated with the <see cref="T:Microsoft.AnalysisServices.ValidationResult" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResult.Source">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> that is the source of the <see cref="T:Microsoft.AnalysisServices.ValidationResult" />.</summary>
<returns>The <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> that is the source of the <see cref="T:Microsoft.AnalysisServices.ValidationResult" />.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResult.SourcePath">
<summary>Gets the SourcePath extracted from the Source property.</summary>
<returns>The SourcePath extracted from the Source property.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResult.SourceType">
<summary>Gets the SourceType extracted from the Source property.</summary>
<returns>The SourceType extracted from the Source property.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResultCollection.Count">
<summary>Gets the number of validation result objects in the collection.</summary>
<returns>The number of validation result objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResultCollection.Item(System.Int32)">
<summary>Gets a reference to the validation at the specified index location in the <see cref="T:Microsoft.AnalysisServices.ValidationResultCollection" /> object.</summary>
<param name="index">The location of the validation in the <see cref="T:Microsoft.AnalysisServices.ValidationResultCollection" />. </param>
<returns>The reference to the validation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResultCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ValidationResultCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.ValidationRule.Category">
<summary>Gets or sets the category.</summary>
<returns>The category.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationRule.Description">
<summary>Gets or sets the description.</summary>
<returns>The description.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationRule.HelpID">
<summary>Gets or sets the help identifier.</summary>
<returns>The help id.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationRule.ID">
<summary>Gets or sets the validation identifier.</summary>
<returns>The id.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationRule.Priority">
<summary>Gets or sets the priority rule.</summary>
<returns>The priority rule.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationRule.Type">
<summary>Gets or sets the type of validation.</summary>
<returns>The type of validation.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.ValidationRule.Warnings">
<summary>Gets or sets the errors or warnings.</summary>
<returns>The errors or warnings.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaError.CallStack">
<summary>Gets the call stack of the current error.</summary>
<returns>The call stack of the current error.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaError.ErrorCode">
<summary>Gets the error code.</summary>
<returns>The error code.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.Attribute">
<summary>Represents the xml location reference of an attribute.</summary>
<returns>A reference to the xml location of the attributes.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.ColumnName">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.Cube">
<summary>Represents the xml location reference of a cube structure.</summary>
<returns>A reference to the xml location of the cube structure.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.Dimension">
<summary>Represents the xml location reference of a dimension.</summary>
<returns>A reference to the xml location of the dimension.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.Hierarchy">
<summary>Represents the xml location reference of a hierarchy.</summary>
<returns>A reference to the xml location of the hierarchy.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.MeasureGroup">
<summary>Represents the xml location reference of a measure group.</summary>
<returns>A reference to the xml location of the measure group.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.MeasureName">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.MemberName">
<summary>Represents the xml location reference of a member name.</summary>
<returns>A reference to the xml location of the member name.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.PartitionName">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.Role">
<summary>Represents the xml location reference of a role.</summary>
<returns>A reference to the xml location of the role.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.RoleName">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaLocationReference.TableName">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessage.Description">
<summary>Gets or sets the description.</summary>
<returns>The description.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessage.HelpFile">
<summary>Gets or sets the help file.</summary>
<returns>The help file.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessage.Location">
<summary>Gets or sets the location information.</summary>
<returns>The location information.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessage.Source">
<summary>Gets or sets the source.</summary>
<returns>The source.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> objects in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> at the specified index from the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.XmlaMessageCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.DependsOnObject">
<summary>Gets the object on which the SourceObject depends in the case of a dependency error.</summary>
<returns>The object on which the SourceObject depends in the case of a dependency error.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.EndColumn">
<summary>Gets the column number that indicates the ending point of the message.</summary>
<returns>The column number that indicates the ending point of the message.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.EndLine">
<summary>Gets the line number that indicates the ending point of the message.</summary>
<returns>The line number that indicates the ending point of the message.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.LineOffset">
<summary>Gets the number of characters from the beginning of the stream to the beginning of the Start line.</summary>
<returns>The number of characters from the beginning of the stream to the beginning of the Start line.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.RowNumber">
<summary>Gets the number of rows in which the error occurred is provided.</summary>
<returns>The number of rows in which the error occurred is provided.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.SourceObject">
<summary>Gets the object that has the error.</summary>
<returns>The object that has the error.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.StartColumn">
<summary>Gets the column number that indicates the starting point of the message.</summary>
<returns>The column number that indicates the starting point of the message.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.StartLine">
<summary>Gets the line number that indicates the starting point of the message.</summary>
<returns>The line number that indicates the starting point of the message.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaMessageLocation.TextLength">
<summary>Gets the number of characters in the message location, between Start and End.</summary>
<returns>The number of characters in the message location, between Start and End.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaResult.Messages">
<summary>Gets the message in the collection.</summary>
<returns>The message.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaResult.Value">
<summary>Gets the specified value.</summary>
<returns>The name of the value.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaResultCollection.ContainsErrors">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaResultCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> objects in the collection.</summary>
<summary />
<returns>The number of <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaResultCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> at the specified index in the collection.</summary>
<summary />
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> to return.</param>
<param name="index" />
<returns>The <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.XmlaResultCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaResultCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaResultCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaWarning.WarningCode">
<summary>Gets or sets the warning message identified in the <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> class.</summary>
<returns>The identified warning message.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaWarningCollection.Count">
<summary>Gets the number of <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> objects in the collection.</summary>
<returns>The number of <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> objects in the collection.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaWarningCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> at the specified index in the collection.</summary>
<param name="index">The zero-based index of the <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> to return.</param>
<returns>The <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> at the specified index.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:Microsoft.AnalysisServices.XmlaWarningCollection.Count" />.</exception>
</member>
<member name="P:Microsoft.AnalysisServices.XmlaWarningCollection.System#Collections#ICollection#IsSynchronized">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlaWarningCollection.System#Collections#ICollection#SyncRoot">
<summary />
</member>
<member name="P:Microsoft.AnalysisServices.XmlSerializationException.LineNumber">
<summary>Gets or sets the line number where the exception occurred.</summary>
<returns>An Integer value with the line number where the exception occurred.</returns>
</member>
<member name="P:Microsoft.AnalysisServices.XmlSerializationException.LinePosition">
<summary>Gets or sets the line position where the exception occurred.</summary>
<returns>An Integer value with the line position where the exception occurred.</returns>
</member>
<member name="T:Microsoft.AnalysisServices.AddEventArgs">
<summary>Provides information about the arguments used in the Add event over a collection for which the <see cref="T:Microsoft.AnalysisServices.CollectionChangeEventHandler" /> has been enabled.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.AmoDataAdapter">
<summary>Represents a set of SQL commands and a database connection that are used to fill the DataSet and update an Analysis Services database.
</summary>
</member>
<member name="T:Microsoft.AnalysisServices.AmoDataReader">
<summary>Represents an object that retrieves a read-only, forward-only stream of data from an Analysis Services database.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.AmoException">
<summary>Represents an exception that is raised when an AMO error or warning is encountered.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.AnalysisState">
<summary>Defines the processing state of a <see cref="T:Microsoft.AnalysisServices.ProcessableMajorObject" /> in Analysis Services.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.AnalysisState.Processed">
<summary>The object and all its contained processable objects are processed</summary>
</member>
<member name="F:Microsoft.AnalysisServices.AnalysisState.PartiallyProcessed">
<summary>At least one contained object is not processed</summary>
</member>
<member name="F:Microsoft.AnalysisServices.AnalysisState.Unprocessed">
<summary>The object and its child objects are not processed</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Annotation">
<summary>Defines extensions to the Analysis Services Scripting Language (ASSL) schema. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.AnnotationCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.Annotation" /> objects. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.AnnotationVisibility">
<summary>Defines and contains the allowed values for visibility for an <see cref="T:Microsoft.AnalysisServices.Annotation" />.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.AnnotationVisibility.SchemaRowset">
<summary>The annotation is visible in the schema rowset.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.AnnotationVisibility.None">
<summary>The annotation is not visible in the schema rowset.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.AssemblyReferencesHelper">
<summary>Represents an assembly references helper.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.BackupInfo">
<summary>Stores the information necessary to back up an Analysis Services database to a backup file. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.BackupLocation">
<summary>Represents the location a file will be copied to during backup. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.BackupLocationCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.BackupLocation" /> objects. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.CertUtils">
<summary>Represents an X509Certificate2 object.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ClrAssemblyFile">
<summary>Contains the name, debug type and block of data for a <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" />. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.ClrAssemblyFileCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> objects. This class cannot be inherited. </summary>
<summary>A collection of <see cref="T:Microsoft.AnalysisServices.ClrAssemblyFile" /> objects. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.ClrAssemblyFileType">
<summary>Identifies the file type of a <see cref="T:Microsoft.AnalysisServices.ClrAssembly" />.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ClrAssemblyFileType.Main">
<summary>A CLR assembly that contains the publicly visible functions for users to call from stored procedures, MDX statements, or DMX statements.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ClrAssemblyFileType.Dependent">
<summary>A CLR assembly that contains the helper functions for the publicly visible functions.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ClrAssemblyFileType.Debug">
<summary>A .pdb file with the debugging information.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.CollectionChangeEventArgs">
<summary>Provides data for the collection changed event.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.CollectionChangeEventHandler">
<summary>Represents the method that will handle the OnCollectionChange event.</summary>
<param name="sender">Represents the event calling the object.</param>
<param name="e">Specifies the <see cref="T:Microsoft.AnalysisServices.CollectionChangeEventArgs" /> that contains the event data. </param>
</member>
<member name="T:Microsoft.AnalysisServices.ConnectionException">
<summary>The exception that is thrown when a connection problem arises between the server and current application. This class cannot be inherited.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ConnectionExceptionCause">
<summary>Contains the values for exceptions that are raised when an error occurs to the connection between server and current client application.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionExceptionCause.Unspecified">
<summary>Any other exception that is different from <see cref="F:Microsoft.AnalysisServices.ConnectionExceptionCause.AuthenticationFailed" /> and <see cref="F:Microsoft.AnalysisServices.ConnectionExceptionCause.IncompatibleVersion" />.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionExceptionCause.IncompatibleVersion">
<summary>Client application is requesting connection over an incompatible version of provider.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionExceptionCause.AuthenticationFailed">
<summary>Credentials presented at connection time were refused by server.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ConnectionInfo">
<summary>Parses a connection string and exposes several properties associated with the connection. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.ConnectionType">
<summary>Defines how the <see cref="T:Microsoft.AnalysisServices.Server" /> object connects to the <see cref="P:Microsoft.AnalysisServices.Server.ConnectionString" /> property.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionType.Native">
<summary>Connection is defined as proprietary for remote connections.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionType.Http">
<summary>Connects using HTTP protocol.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionType.LocalServer">
<summary>Connection is defined as proprietary for local server.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionType.LocalCube">
<summary>Connection is defined as proprietary for local cubes.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionType.Wcf">
<summary>Connects using Wcf type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionType.LocalFarm">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.ConnectionType.OnPremFromCloudAccess">
<summary />
</member>
<member name="T:Microsoft.AnalysisServices.Core.Assembly">
<summary>Represents a COM or .NET library that can contain several classes with several methods; all of which are potential stored procedures.
</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Core.Database">
<summary>Defines a Microsoft Analysis Services database. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.Core.IBinding">
<summary>Serves as the base class from which all bindings are derived.
</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Core.IQueryBinding">
<summary>Represents a derived data type that defines the query binding.
</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Core.Role">
<summary>Represents the level of security associated with a group of users. This class cannot be inherited.
</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Core.Server">
<summary>Represents an instance of Analysis Services and provides methods and members that enable to you to control that instance. This class cannot be inherited.
</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Core.Trace">
<summary>Provides a mechanism to store event logs which can be later viewed or replayed. This class cannot be inherited.
</summary>
</member>
<member name="T:Microsoft.AnalysisServices.DirectQueryMode">
<summary>Indicates whether a tabular model is enabled for use in Direct Query mode. </summary>
</member>
<member name="F:Microsoft.AnalysisServices.DirectQueryMode.InMemory">
<summary>Indicates that queries against the model should use only the in-memory data store.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.DirectQueryMode.InMemoryWithDirectQuery">
<summary>Indicates that queries against the model should reference the xVelocity in-memory analytics engine (VertiPaq) cache first, and then the relational data source.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.DirectQueryMode.DirectQueryWithInMemory">
<summary>Indicates that queries against the model should reference primarily the relational data source but can use the cache if available.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.DirectQueryMode.DirectQuery">
<summary>Indicates that queries against the model should reference only the relational data source.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.DismissedValidationResult">
<summary>Represents a dismissed validation error, warning or message returned by the MajorObject.Validate method.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.DismissedValidationResultCollection">
<summary>Represents a collection of validation result objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.DismissedValidationRule">
<summary>Represents the custom rule that checks the validity of user input.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.DismissedValidationRuleCollection">
<summary>Represents a collection of <see cref="T:Microsoft.AnalysisServices.DismissedValidationRule" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.DropOptions">
<summary>Defines the behavior of the drop method on dependent objects.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.DropOptions.Default">
<summary>Specifies that the default drop option for that object is used,</summary>
</member>
<member name="F:Microsoft.AnalysisServices.DropOptions.IgnoreFailures">
<summary>Specifies that the drop process is continued on failures or errors.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.DropOptions.AlterOrDeleteDependents">
<summary>Specifies that the dependent objects are deleted and the affected ones are altered.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ErrorConfiguration">
<summary>Specifies settings for handling errors that can occur when the parent element is processed. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.ErrorOption">
<summary>Defines error behavior during object processing.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ErrorOption.IgnoreError">
<summary>Ignores the error and continues to process. Nothing is logged.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ErrorOption.ReportAndContinue">
<summary>Ignores the error, continues to process. Logs according to the log options.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ErrorOption.ReportAndStop">
<summary>Stops processing and logs the error.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ErrorPriority">
<summary>Defines the error priority.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ErrorPriority.High">
<summary>Gives the error high priority.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ErrorPriority.Low">
<summary>Gives the error low priority.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ExternalRoleMember">
<summary>Represents a role membership.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ExternalRoleMemberCollection">
<summary>Represents a collection of <see cref="T:Microsoft.AnalysisServices.ExternalRoleMember" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ExternalUserType">
<summary>Specifies the external user type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ExternalUserType.User">
<summary>The user type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ExternalUserType.Group">
<summary>The group type.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.FixUpExpressions">
<summary>Specifies the fixup expressions.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.FixUpExpressions.Default">
<summary>The default expression.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.FixUpExpressions.Enabled">
<summary>The expression is enabled.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.FixUpExpressions.Disabled">
<summary>The expression is disabled.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Hosting.IHostableComponent">
<summary>Represents an interface for the hostable components.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Hosting.IHostConfigurationSettings">
<summary>Represents a host configuration settings.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Hosting.IHostMaterializationService">
<summary>Provides a host services for materialization.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Hosting.IHostOnDemandLoader">
<summary>Displays the host of the demand loader.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Hosting.IOnDemandLoadableCollection">
<summary>Displays a collection of on demand loadable objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.IdentityTransferToken">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure and will be hidden in a future release.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.IDeserializationStartCallback">
<summary>Specifies the deserialization start callback.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImageLoadInfo">
<summary>Loads a Tabular data model from a data stream. This class applies to SharePoint mode only.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImageSaveInfo">
<summary>Saves a Tabular data model back to the location from which it was loaded. This class applies to SharePoint mode only.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.IModelComponent">
<summary>Represents a model component.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.IModelComponentCollection">
<summary>Represents a collection of <see cref="T:Microsoft.AnalysisServices.IModelComponent" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImpactAnalysisType">
<summary>Defines the state of the object if the operation is performed.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpactAnalysisType.Invalid">
<summary>Will be invalid.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpactAnalysisType.Unprocessed">
<summary>Will be in an unprocessed state.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpactAnalysisType.Processed">
<summary>Will be in a processed state.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImpactDetail">
<summary>Contains one detail result for an impact analysis operation.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImpactDetailCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.ImpactDetail" /> objects. This class cannot be inherited.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImpersonationInfo">
<summary>Defines the type of credentials used to establish a connection to the server.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImpersonationInfoSecurity">
<summary>Defines password availability from data source.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationInfoSecurity.PasswordRemoved">
<summary>Password has been removed.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationInfoSecurity.Unchanged">
<summary>Password is still available in data source.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImpersonationLevel">
<summary>Indicates the level of impersonation that the server can use when impersonating the client.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Anonymous">
<summary>The client is anonymous to the server. The server process cannot obtain identification information about the client and cannot impersonate the client.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Identify">
<summary>The server can obtain the identity of the client. The server can impersonate the client for ACL checking but cannot access system objects as the client.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Impersonate">
<summary>The server process can impersonate the security context of the client when acting on behalf of the client. This information is obtained when the connection is established, not on every call.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationLevel.Delegate">
<summary>The process can impersonate the security context of the client when acting on behalf of the client. The server process can also make outgoing calls to other servers when acting on behalf of the client.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ImpersonationMode">
<summary>Defines the access mode to the data source that the service uses when it processes its objects, synchronizes the server, and for the Data Mining statement OPENQUERY (DMX).</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationMode.Default">
<summary>Uses the inherited value from the <see cref="T:Microsoft.AnalysisServices.ImpersonationMode" /> on the <see cref="P:Microsoft.AnalysisServices.Database.DataSourceImpersonationInfo" /> object in the database.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateServiceAccount">
<summary>The credentials of the service account are used. </summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateAnonymous">
<summary>Currently not supported.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateCurrentUser">
<summary>The current user is impersonated.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateAccount">
<summary>This option is used when the service uses the account and (optionally) a password associated with the data source. </summary>
</member>
<member name="F:Microsoft.AnalysisServices.ImpersonationMode.ImpersonateUnattendedAccount">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.INamedComponent">
<summary>Represents a named component.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.INamedComponentCollection">
<summary>Contains a collection of specified objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.IntegratedSecurity">
<summary>Defines the type of integrated security used.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.IntegratedSecurity.Sspi">
<summary>Windows Integrated Security is used to verify credentials</summary>
</member>
<member name="F:Microsoft.AnalysisServices.IntegratedSecurity.Basic">
<summary>Username and password are used to verify credentials.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.IntegratedSecurity.Federated">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.IntegratedSecurity.Unspecified">
<summary>An unspecified method is used to verify credentials.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.IProcessable">
<summary>Represents an object that is processable.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.JsonSerializationException">
<summary>Represents an exception thrown during a serialization or deserialization operation.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.KeyErrorAction">
<summary>Defines how errors are handling on dimension keys during process operations.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.KeyErrorAction.ConvertToUnknown">
<summary>Converts key to unknown value.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.KeyErrorAction.DiscardRecord">
<summary>Discards the record.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.KeyErrorLimitAction">
<summary>Defines what happens when the <see cref="P:Microsoft.AnalysisServices.ErrorConfiguration.KeyErrorLimit" /> is exceeded.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.KeyErrorLimitAction.StopProcessing">
<summary>Stops processing.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.KeyErrorLimitAction.StopLogging">
<summary>Stops logging errors.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.MajorObject">
<summary>Serves as the base class from which all major objects are derived.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.MajorObjectCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.MajorObject" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ModelComponent">
<summary>Represents the base class for most of the Analysis Management Objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ModelComponentCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.ModelComponent" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ModelType">
<summary>Specifies the type of model.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ModelType.Multidimensional">
<summary>Specifies an Analysis Services OLAP data model, where model composition is based on cubes and dimensions.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ModelType.Tabular">
<summary>Specifies an Analysis Services data model, where model composition is based on tables and relationship modeling constructs.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ModelType.Default">
<summary>The default model type is multidimensional.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.MoveEventArgs">
<summary>Represents an event data to move.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.NamedComponent">
<summary>Represents a named component.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.NamedComponentCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.INamedComponent" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.OperationException">
<summary>Represents the errors of the operation.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.PermissionSet">
<summary>Enumerates the permission set fir the analysis services.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.PermissionSet.Safe">
<summary>The safe permission.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.PermissionSet.ExternalAccess">
<summary>The external access permission.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.PermissionSet.Unrestricted">
<summary>The unrestricted permission.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ProcessableMajorObject">
<summary>Represents a processable major object.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ProcessType">
<summary>Describes the processing types available on the server.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessFull">
<summary>Processes an Analysis Services object and all the objects contained within it. When Process Full is executed against an object that has already been processed, Analysis Services drops all data in the object, and then processes the object. Note that this type of processing is required when a structural change has been made to an object, for example, when an attribute hierarchy is added, deleted, or renamed. This processing option is supported for cubes, databases, dimensions, measure groups, mining models, mining structures, and partitions. Can be used for databases, dimensions, cubes, measure groups, partitions, mining structures, and mining models.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessAdd">
<summary>Performs an incremental update. Can be used for dimensions and partitions.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessUpdate">
<summary>Forces a re-read of data and an update of dimension attributes. Flexible aggregations and indexes on related partitions will be dropped. For example, this processing option can add new members to a dimension and force a complete re-read of the data to update object attributes. This processing option is supported for dimensions and mining models. Can be used for dimensions.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessIndexes">
<summary>Creates or rebuilds indexes for all processed partitions. This option results in no operation on unprocessed objects. This processing option is supported for cubes, dimensions, measure groups, and partitions. Can be used for dimensions, cubes, measure groups, and partitions.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessData">
<summary>Processes data only without building aggregations or indexes. If there is data is in the partitions, it will be dropped before re-populating the partition with source data. This processing option is supported for cubes, measure groups, and partitions. Can be used for dimensions, cubes, measure groups, and partitions.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessDefault">
<summary>Detects the state of the object to be processed, and performs whatever type of processing (such as Full or Incremental) that is needed to return it to a fully processed state. This processing option is valid for databases, dimensions, cubes with measure groups and partitions, and mining structures with mining models.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessClear">
<summary>Removes data, aggregations, and indexes. Can be used for databases, dimensions, cubes, measure groups, partitions, mining structures, and mining models.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessStructure">
<summary>If the cube is unprocessed, Analysis Services will process, if necessary, all of the cube's dimensions. After that, Analysis Services will create only cube definitions. This allows users to start browsing the cube. If this option is applied to a mining structure, it populates the mining structure with source data. The difference between this option and the Process Full option is that this option does not iterate the processing down to the mining models themselves. This processing option is supported for cubes and mining structures. Can be used for cubes and mining structures.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessClearStructureOnly">
<summary>Removes all training data from a mining structure. This processing option is supported for mining structures only. Can be used for mining structures.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessScriptCache">
<summary>Rebuilds the MDX script cache if the cube is already processed. An error will be generated if the cube is not already processed. Can be used for cubes.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessRecalc">
<summary>Specifies the type as ProcessRecalc.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProcessType.ProcessDefrag">
<summary>Applies to the entire measure group, not on individual partitions, to defragment internal dictionary structures.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.PropertyOrderAttribute">
<summary>Represents the order of properties in a serialized JSON object.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ProtectionLevel">
<summary>Enumerates the protection level associated with opening a connection to a SSAS Server.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProtectionLevel.None">
<summary>Requires no authentication, no signatures, and no encryption.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProtectionLevel.Connection">
<summary>Requires authentication, but messages are sent in clear text without signatures.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProtectionLevel.Integrity">
<summary>Requires authentication and uses signature to detect any tampering of the data which may have occurred between the two end points of a communication.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProtectionLevel.Privacy">
<summary>Requires authentication, encrypts and signs the messages being transferred between the two end points of a communication. This is the maximum level of protection.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ProtocolFormat">
<summary>Enumerates the analysis service protocol format.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProtocolFormat.Default">
<summary>The default protocol format.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProtocolFormat.Xml">
<summary>The protocol format is XML.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ProtocolFormat.Binary">
<summary>The protocol format is binary.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ReadWriteMode">
<summary>An enumeration that describes the read/write state of the database.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ReadWriteMode.ReadWrite">
<summary>The state of the database is read/write enabled.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ReadWriteMode.ReadOnly">
<summary>The state of the database is read-only.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ReadWriteMode.ReadOnlyExclusive">
<summary>An exclusive read only mode.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.RefreshType">
<summary>Enumerates the refresh type options.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.RefreshType.LoadedObjectsOnly">
<summary>Refreshes the loaded objects only.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.RefreshType.UnloadedObjectsOnly">
<summary>Refreshes the unloaded objects only.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.RemoveEventArgs">
<summary>Represents a class that removes the event data.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ResponseFormatException">
<summary>Represents errors that occur during application execution.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.RestoreDataSourceType">
<summary>An enumeration to describe the possible sources of the restore data.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.RestoreDataSourceType.Remote">
<summary>Indicates that the restore data comes from a remote device, probably connected through network access.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.RestoreDataSourceType.Local">
<summary>Indicates that the restore data comes from a local device.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.RestoreFolder">
<summary>Restores an original folder to a new folder. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.RestoreFolderCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.RestoreFolder" /> objects. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.RestoreInfo">
<summary>Represents the information required to process a file or database restoration. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.RestoreLocation">
<summary>Represents information associated with the restoration of a <see cref="T:Microsoft.AnalysisServices.Database" /> backup. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.RestoreLocationCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.RestoreLocation" /> objects. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.RestoreSecurity">
<summary>Enumerates the action to apply on Role objects during database restoration.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.RestoreSecurity.CopyAll">
<summary>All Role object are copied from backup to the restored database.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.RestoreSecurity.SkipMembership">
<summary>The server retains the membership information.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.RestoreSecurity.IgnoreSecurity">
<summary>The Role objects from the backup are not copied to restored database.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.RoleMember">
<summary>A Role is a collection of one or more domain users or groups. <see cref="T:Microsoft.AnalysisServices.RoleMember" /> is an individual user/group in the role.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.RoleMemberCollection">
<summary>Represents a collection of <see cref="T:Microsoft.AnalysisServices.RoleMember" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ServerEdition">
<summary>Specifies an enumeration of server edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Standard">
<summary>The Standard edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Standard64">
<summary>The Standard64 edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Enterprise">
<summary>The Enterprise edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Enterprise64">
<summary>The Enterprise64 edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Developer">
<summary>The Developer edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Developer64">
<summary>The Developer64 edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Evaluation">
<summary>The Evaluation edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.Evaluation64">
<summary>The Evaluation64 edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.LocalCube">
<summary>The Evaluation64 edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.LocalCube64">
<summary>The LocalCube64 edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.BusinessIntelligence">
<summary>The BusinessIntelligence edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.BusinessIntelligence64">
<summary>The BusinessIntelligence64 edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.EnterpriseCore">
<summary>The EnterpriseCore edition.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerEdition.EnterpriseCore64">
<summary>The EnterpriseCore64 edition.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ServerLocation">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.ServerLocation.OnPremise">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.ServerLocation.Azure">
<summary />
</member>
<member name="T:Microsoft.AnalysisServices.ServerMode">
<summary>Specifies the server mode used. For more information about server modes and how to set the server deployment mode, see Enable a Standalone VertiPAq Engine Instance.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerMode.Multidimensional">
<summary>Classic OLAP mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerMode.SharePoint">
<summary>SharePoint Integration mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerMode.Tabular">
<summary>Specifies that the storage mode is proprietary Analysis Services xVelocity in-memory analytics engine (VertiPaq).</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerMode.Default">
<summary />
</member>
<member name="T:Microsoft.AnalysisServices.ServerProperty">
<summary>Defines a server property associated with a <see cref="T:Microsoft.AnalysisServices.Server" /> element. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.ServerPropertyCategory">
<summary>Defines the server property category.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerPropertyCategory.Basic">
<summary>Specifies that the category of the server property is Basic and most likely appears on a property page in an administration tool.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ServerPropertyCategory.Advanced">
<summary>Specifies that the category of the server property is Advanced.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ServerPropertyCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.ServerProperty" /> objects. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.SignatureHashAlgorithm">
<summary>Describes a signature hash algorithm and serves as a factory of HashAlgorithm instances.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.SigningKey">
<summary>Represents the private key used in token signing.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.StorageEngineUsed">
<summary>An enumeration of the different storage engine types allowed by the SSAS service.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.StorageEngineUsed.Traditional">
<summary>The server is running in OLAP mode, which is known as the traditional SSAS mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.StorageEngineUsed.InMemory">
<summary>Specifies that the storage mode is proprietary Analysis Services xVelocity in-memory analytics engine (VertiPaq).</summary>
</member>
<member name="F:Microsoft.AnalysisServices.StorageEngineUsed.Mixed">
<summary>The server is running in a combination of modes.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.StorageEngineUsed.TabularMetadata">
<summary />
</member>
<member name="T:Microsoft.AnalysisServices.SynchronizeInfo">
<summary>Represents the synchronize information for the analysis services.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.SynchronizeSecurity">
<summary>Defines the synchronize security objects.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.SynchronizeSecurity.CopyAll">
<summary>Specifies the copy all objects.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.SynchronizeSecurity.SkipMembership">
<summary>Specifies the skip membership objects.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.SynchronizeSecurity.IgnoreSecurity">
<summary>Specifies the ignored security objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.TokenSigner">
<summary>Contains a private key used to sign the Identity Transfer tokens or hash algorithms used for signing. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.TraceColumn">
<summary>Represent the trace event columns.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.EventClass">
<summary>The EventClass tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.EventSubclass">
<summary>The EventSubclass tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.CurrentTime">
<summary>The CurrentTime tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.StartTime">
<summary>The StartTime tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.EndTime">
<summary>The EndTime tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.Duration">
<summary>The Duration tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.CpuTime">
<summary>The CpuTime tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.JobID">
<summary>The JobID tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.SessionType">
<summary>The SessionType tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ProgressTotal">
<summary>The ProgressTotal tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.IntegerData">
<summary>The IntegerData tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ObjectID">
<summary>The ObjectID tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ObjectType">
<summary>The ObjectType tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ObjectName">
<summary>The ObjectName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ObjectPath">
<summary>The ObjectPath tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ObjectReference">
<summary>The ObjectReference tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.Severity">
<summary>The Severity tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.Success">
<summary>The Success tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.Error">
<summary>The Error tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ConnectionID">
<summary>The ConnectionID tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.DatabaseName">
<summary>The DatabaseName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.NTUserName">
<summary>The NTUserName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.NTDomainName">
<summary>The NTDomainName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ClientHostName">
<summary>The ClientHostName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ClientProcessID">
<summary>The ClientProcessID tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ApplicationName">
<summary>The ApplicationName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.SessionID">
<summary>The SessionID tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.NTCanonicalUserName">
<summary>The NTCanonicalUserName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.Spid">
<summary>The Spid tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.TextData">
<summary>The TextData tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ServerName">
<summary>The ServerName tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.RequestParameters">
<summary>The RequestParameters tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.RequestProperties">
<summary>The RequestProperties tracing column.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ActivityID">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.RequestID">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.CalculationExpression">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceColumn.ErrorType">
<summary />
</member>
<member name="T:Microsoft.AnalysisServices.TraceEventClass">
<summary>Defines the type of trace event.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.NotAvailable">
<summary>Type not available.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditLogin">
<summary>Collects all new connection events since the trace was started, such as when a client requests a connection to a server running an instance of SQL Server.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditLogout">
<summary>Collects all new disconnect events since the trace was started, such as when a client issues a disconnect command.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditServerStartsAndStops">
<summary>Service was shut down, started, or paused.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditObjectPermission">
<summary>Object permissions were changed.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.AuditAdminOperations">
<summary>The type is AuditAdminOperations.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportBegin">
<summary>Progress report started.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportEnd">
<summary>Progress report end.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportCurrent">
<summary>Progress report current.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ProgressReportError">
<summary>Progress report error.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryBegin">
<summary>A query began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryEnd">
<summary>A query ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.CommandBegin">
<summary>A command began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.CommandEnd">
<summary>A command ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.Error">
<summary>The server experienced an error.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ServerStateDiscoverBegin">
<summary>The server state discovery started.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ServerStateDiscoverData">
<summary>Contents of the server state discover response.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ServerStateDiscoverEnd">
<summary>The server state discovery ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.DiscoverBegin">
<summary>A discover request began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.DiscoverEnd">
<summary>A discover request ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.Notification">
<summary>Collection of notification events.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.UserDefined">
<summary>A collection of user-defined events.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExistingConnection">
<summary>Collection of connection events.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExistingSession">
<summary>Collection of session events.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.SessionInitialize">
<summary>A session was initialized.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.Deadlock">
<summary>Collection of lock-related events.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.LockTimeout">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.LockAcquired">
<summary>The type is LockAcquired.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.LockReleased">
<summary>The type is LockReleased.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.LockWaiting">
<summary>The type is LockWaiting.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryCubeBegin">
<summary>Cube querying for a query began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryCubeEnd">
<summary>Cube querying for a query ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculateNonEmptyBegin">
<summary>Calculation of non-empty for a query began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculateNonEmptyCurrent">
<summary>Calculation of non-empty for a query is currently running.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculateNonEmptyEnd">
<summary>Calculation of non-empty for a query ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.SerializeResultsBegin">
<summary>Serialization of results for a query began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.SerializeResultsCurrent">
<summary>Serialization of results for a query is currently running.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.SerializeResultsEnd">
<summary>Serialization of results for a query ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExecuteMdxScriptBegin">
<summary>MDX Script execution began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExecuteMdxScriptCurrent">
<summary>MDX Script execution is currently running.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExecuteMdxScriptError">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ExecuteMdxScriptEnd">
<summary>MDX Script execution ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.QueryDimension">
<summary>A dimension was queried.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.QuerySubcube">
<summary>A subcube was queried; useful for usage-based optimization.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.QuerySubcubeVerbose">
<summary>A subcube was queried; detailed information is traced.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.GetDataFromAggregation">
<summary>An answer was generated with data from an aggregation.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.GetDataFromCache">
<summary>An answer was generated with data from one of the caches.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.VertiPaqSEQueryBegin">
<summary>The type is VertiPaqSEQueryBegin.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.VertiPaqSEQueryEnd">
<summary>The type is VertiPaqSEQueryEnd.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.ResourceUsage">
<summary>The type is ResourceUsage.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.VertiPaqSEQueryCacheMatch">
<summary>The type is VertiPaqSEQueryBeginCacheMatch.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.VertiPaqSEQueryCacheMiss">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.DirectQueryBegin">
<summary>A DirectQuery operation began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.DirectQueryEnd">
<summary>A DirectQuery operation ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculationEvaluation">
<summary>Calculation of results for a query.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.CalculationEvaluationDetailedInformation">
<summary>Calculation of detailed information results for a query.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.DAXQueryPlan">
<summary>The DAX query plan.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.FileLoadBegin">
<summary>The file loading began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.FileLoadEnd">
<summary>The file loading ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.FileSaveBegin">
<summary>The file saving began.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.FileSaveEnd">
<summary>The file saving ended.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.PageOutBegin">
<summary>The type is PageOutBegin.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.PageOutEnd">
<summary>The type is PageOutEnd.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.PageInBegin">
<summary>The type is PageInBegin.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.PageInEnd">
<summary>The type is PageInEnd.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.WLGroupCPUThrottling">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.WLGroupExceedsMemoryLimit">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventClass.WLGroupExceedsProcessingLimit">
<summary />
</member>
<member name="T:Microsoft.AnalysisServices.TraceEventSubclass">
<summary>Specifies the subclass of trace event.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.NotAvailable">
<summary>The NotAvailable subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InstanceShutdown">
<summary>The InstanceShutdown subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InstanceStarted">
<summary>The InstanceStarted subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InstancePaused">
<summary>The InstancePaused subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InstanceContinued">
<summary>The InstanceContinued subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Backup">
<summary>The Backup subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Restore">
<summary>The Restore subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Synchronize">
<summary>The Synchronize subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Process">
<summary>The Process subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Merge">
<summary>The Merge subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Delete">
<summary>The Delete subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DeleteOldAggregations">
<summary>The DeleteOldAggregations subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Rebuild">
<summary>The Rebuild subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Commit">
<summary>The Commit subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Rollback">
<summary>The Rollback subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CreateIndexes">
<summary>The CreateIndexes subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CreateTable">
<summary>The CreateTable subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InsertInto">
<summary>The InsertInto subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Transaction">
<summary>The Transaction subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Initialize">
<summary>The Initialize subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Discretize">
<summary>The Discretize subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Query">
<summary>The Query subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CreateView">
<summary>The CreateView subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WriteData">
<summary>The WriteData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ReadData">
<summary>The ReadData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GroupData">
<summary>The GroupData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GroupDataRecord">
<summary>The GroupDataRecord subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildIndex">
<summary>The BuildIndex subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Aggregate">
<summary>The Aggregate subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildDecode">
<summary>The BuildDecode subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WriteDecode">
<summary>The WriteDecode subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildDataMiningDecode">
<summary>The BuildDataMiningDecode subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ExecuteSql">
<summary>The ExecuteSql subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ExecuteModifiedSql">
<summary>The ExecuteModifiedSql subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Connecting">
<summary>The Connecting subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildAggregationsAndIndexes">
<summary>The BuildAggregationsAndIndexes subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MergeAggregationsOnDisk">
<summary>The MergeAggregationsOnDisk subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildIndexForRigidAggregations">
<summary>The BuildIndexForRigidAggregations subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildIndexForFlexibleAggregations">
<summary>The BuildIndexForFlexibleAggregations subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WriteAggregationsAndIndexes">
<summary>The WriteAggregationsAndIndexes subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WriteSegment">
<summary>The WriteSegment subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DataMiningProgress">
<summary>The DataMiningProgress subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ReadBufferFullReport">
<summary>The ReadBufferFullReport subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ProactiveCacheConversion">
<summary>The ProactiveCacheConversion subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildProcessingSchedule">
<summary>The BuildProcessingSchedule subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MdxQuery">
<summary>The MdxQuery subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DmxQuery">
<summary>The DmxQuery subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SqlQuery">
<summary>The SqlQuery subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Create">
<summary>The Create subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Alter">
<summary>The Alter subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DesignAggregations">
<summary>The DesignAggregations subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WBInsert">
<summary>The WBInsert subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WBUpdate">
<summary>The WBUpdate subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WBDelete">
<summary>The WBDelete subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MergePartitions">
<summary>The MergePartitions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Subscribe">
<summary>The Subscribe subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Batch">
<summary>The Batch subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BeginTransaction">
<summary>The BeginTransaction subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CommitTransaction">
<summary>The CommitTransaction subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RollbackTransaction">
<summary>The RollbackTransaction subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GetTransactionState">
<summary>The GetTransactionState subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Cancel">
<summary>The Cancel subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Import80MiningModels">
<summary>The Import80MiningModels subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Other">
<summary>The Other subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverConnections">
<summary>The DiscoverConnections subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverSessions">
<summary>The DiscoverSessions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverTransactions">
<summary>The DiscoverTransactions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverDatabaseConnections">
<summary>The DiscoverDatabaseConnections subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverJobs">
<summary>The DiscoverJobs subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverLocks">
<summary>The DiscoverLocks subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverPerformanceCounters">
<summary>The DiscoverPerformanceCounters subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverMemoryUsage">
<summary>The DiscoverMemoryUsage subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverJobProgress">
<summary>The DiscoverJobProgress subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverMemoryGrant">
<summary>The DiscoverMemoryGrant subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaCatalogs">
<summary>The SchemaCatalogs subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaTables">
<summary>The SchemaTables subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaColumns">
<summary>The SchemaColumns subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaProviderTypes">
<summary>The SchemaProviderTypes subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaCubes">
<summary>The SchemaCubes subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaDimensions">
<summary>The SchemaDimensions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaHierarchies">
<summary>The SchemaHierarchies subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaLevels">
<summary>The SchemaLevels subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMeasures">
<summary>The SchemaMeasures subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaProperties">
<summary>The SchemaProperties subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMembers">
<summary>The SchemaMembers subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaFunctions">
<summary>The SchemaFunctions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaActions">
<summary>The SchemaActions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaSets">
<summary>The SchemaSets subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverInstances">
<summary>The DiscoverInstances subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaKpis">
<summary>The SchemaKpis subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMeasureGroups">
<summary>The SchemaMeasureGroups subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaCommands">
<summary>The SchemaCommands subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningServices">
<summary>The SchemaMiningServices subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningServiceParameters">
<summary>The SchemaMiningServiceParameters subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningFunctions">
<summary>The SchemaMiningFunctions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningModelContent">
<summary>The SchemaMiningModelContent subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningModelXml">
<summary>The SchemaMiningModelXml subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningModels">
<summary>The SchemaMiningModels subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningColumns">
<summary>The SchemaMiningColumns subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverDataSources">
<summary>The DiscoverDataSources subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverProperties">
<summary>The DiscoverProperties subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverSchemaRowsets">
<summary>The DiscoverSchemaRowsets subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverEnumerators">
<summary>The DiscoverEnumerators subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverKeywords">
<summary>The DiscoverKeywords subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverLiterals">
<summary>The DiscoverLiterals subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverXmlMetadata">
<summary>The DiscoverXmlMetadata subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverTraces">
<summary>The DiscoverTraces subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverTraceDefinitionProviderInfo">
<summary>The DiscoverTraceDefinitionProviderInfo subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverTraceColumns">
<summary>The DiscoverTraceColumns subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverTraceEventCategories">
<summary>The DiscoverTraceEventCategories subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningStructures">
<summary>The SchemaMiningStructures subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMiningStructureColumns">
<summary>The SchemaMiningStructureColumns subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverMasterKey">
<summary>The DiscoverMasterKey subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaInputDataSources">
<summary>The SchemaInputDataSources subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverLocations">
<summary>The DiscoverLocations subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverPartitionDimensionStat">
<summary>The DiscoverPartitionDimensionStat subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverPartitionStat">
<summary>The DiscoverPartitionStat subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverDimensionStat">
<summary>The DiscoverDimensionStat subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ProactiveCachingBegin">
<summary>The ProactiveCachingBegin subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ProactiveCachingEnd">
<summary>The ProactiveCachingEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.FlightRecorderStarted">
<summary>The FlightRecorderStarted subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.FlightRecorderStopped">
<summary>The FlightRecorderStopped subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ConfigurationPropertiesUpdated">
<summary>The ConfigurationPropertiesUpdated subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SqlTrace">
<summary>The SqlTrace subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ObjectCreated">
<summary>The ObjectCreated subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ObjectDeleted">
<summary>The ObjectDeleted subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ObjectAltered">
<summary>The ObjectAltered subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ProactiveCachingPollingBegin">
<summary>The ProactiveCachingPollingBegin subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ProactiveCachingPollingEnd">
<summary>The ProactiveCachingPollingEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.FlightRecorderSnapshotBegin">
<summary>The FlightRecorderSnapshotBegin subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.FlightRecorderSnapshotEnd">
<summary>The FlightRecorderSnapshotEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ProactiveCachingNotifiableObjectUpdated">
<summary>The ProactiveCachingNotifiableObjectUpdated subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.LazyProcessingStartProcessing">
<summary>The LazyProcessingStartProcessing subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.LazyProcessingProcessingComplete">
<summary>The LazyProcessingProcessingComplete subclass.</summary>
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SessionOpenedEventBegin">
<summary>The SessionOpenedEventBegin subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SessionOpenedEventEnd">
<summary>The SessionOpenedEventEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SessionClosingEventBegin">
<summary>The SessionClosingEventBegin subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SessionClosingEventEnd">
<summary>The SessionClosingEventEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CubeOpenedEventBegin">
<summary>The CubeOpenedEventBegin subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CubeOpenedEventEnd">
<summary>The CubeOpenedEventEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CubeClosingEventBegin">
<summary>The CubeClosingEventBegin subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CubeClosingEventEnd">
<summary>The CubeClosingEventEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GetData">
<summary>The GetData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ProcessCalculatedMembers">
<summary>The ProcessCalculatedMembers subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.PostOrder">
<summary>The PostOrder subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SerializeAxes">
<summary>The SerializeAxes subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SerializeCells">
<summary>The SerializeCells subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SerializeSqlRowset">
<summary>The SerializeSqlRowset subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SerializeFlattenedRowset">
<summary>The SerializeFlattenedRowset subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CacheData">
<summary>The CacheData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.NonCacheData">
<summary>The NonCacheData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InternalData">
<summary>The InternalData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SqlData">
<summary>The SqlData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MeasureGroupStructuralChange">
<summary>The MeasureGroupStructuralChange subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MeasureGroupDeletion">
<summary>The MeasureGroupDeletion subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GetDataFromMeasureGroupCache">
<summary>The GetDataFromMeasureGroupCache subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GetDataFromFlatCache">
<summary>The GetDataFromFlatCache subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GetDataFromCalculationCache">
<summary>The GetDataFromCalculationCache subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.GetDataFromPersistedCache">
<summary>The GetDataFromPersistedCache subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Detach">
<summary>The Detach subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Attach">
<summary>The Attach subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.AnalyzeEncodeData">
<summary>The AnalyzeEncodeData subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CompressSegment">
<summary>The CompressSegment subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.WriteTableColumn">
<summary>The WriteTableColumn subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RelationshipBuildPrepare">
<summary>The RelationshipBuildPrepare subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildRelationshipSegment">
<summary>The BuildRelationshipSegment subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SchemaMeasureGroupDimensions">
<summary>The SchemaMeasureGroupDimensions subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Load">
<summary>The Load subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MetadataLoad">
<summary>The MetadataLoad subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DataLoad">
<summary>The DataLoad subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.PostLoad">
<summary>The PostLoad subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MetadataTraversalDuringBackup">
<summary>The MetadataTraversalDuringBackup subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SetAuthContext">
<summary>The SetAuthContext subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ImageLoad">
<summary>The ImageLoad subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ImageSave">
<summary>The ImageSave subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TransactionAbortRequested">
<summary>The TransactionAbortRequested subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqScan">
<summary>The VertiPaqScan subclass, used by the xVelocity in-memory analytics engine (VertiPaq).</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularQuery">
<summary>The TabularQuery subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaq">
<summary>The VertiPaq subclass, used by the xVelocity in-memory analytics engine (VertiPaq).</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.HierarchyProcessing">
<summary>The HierarchyProcessing subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqScanInternal">
<summary>The VertiPaqScanInternal subclass, used by the xVelocity in-memory analytics engine (VertiPaq).</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularQueryInternal">
<summary>The TabularQueryInternal subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.SwitchingDictionary">
<summary>The SwitchingDictionary subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MdxScript">
<summary>The MdxScript subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.MdxScriptCommand">
<summary>The MdxScriptCommand subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DiscoverXEventTraceDefinition">
<summary>The DiscoverXEventTraceDefinition subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.UserHierarchyProcessingQuery">
<summary>The UserHierarchyProcessingQuery subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.UserHierarchyProcessingQueryInternal">
<summary>The UserHierarchyProcessingQueryInternal subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DAXQuery">
<summary>The DAXQuery subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_COMMANDS">
<summary>The DISCOVER_COMMANDS subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_COMMAND_OBJECTS">
<summary>The DISCOVER_COMMAND_OBJECTS subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_OBJECT_ACTIVITY">
<summary>The DISCOVER_OBJECT_ACTIVITY subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_OBJECT_MEMORY_USAGE">
<summary>The DISCOVER_OBJECT_MEMORY_USAGE subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_XEVENT_TRACE_DEFINITION">
<summary>The DISCOVER_XEVENT_TRACE_DEFINITION subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_STORAGE_TABLES">
<summary>The DISCOVER_STORAGE_TABLES subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_STORAGE_TABLE_COLUMNS">
<summary>The DISCOVER_STORAGE_TABLE_COLUMNS subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_STORAGE_TABLE_COLUMN_SEGMENTS">
<summary>The DISCOVER_STORAGE_TABLE_COLUMN_SEGMENTS subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_CALC_DEPENDENCY">
<summary>The DISCOVER_CALC_DEPENDENCY subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_CSDL_METADATA">
<summary>The DISCOVER_CSDL_METADATA subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqCacheExactMatch">
<summary>The VertiPaqCacheExactMatch subclass, used by the xVelocity in-memory analytics engine (VertiPaq).</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InitEvalNodeStart">
<summary>The InitEvalNodeStart subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.InitEvalNodeEnd">
<summary>The InitEvalNodeEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildEvalNodeStart">
<summary>The BuildEvalNodeStart subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildEvalNodeEnd">
<summary>The BuildEvalNodeEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.PrepareEvalNodeStart">
<summary>The PrepareEvalNodeStart subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.PrepareEvalNodeEnd">
<summary>The PrepareEvalNodeEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RunEvalNodeStart">
<summary>The RunEvalNodeStart subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RunEvalNodeEnd">
<summary>The RunEvalNodeEnd subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildEvalNodeEliminatedEmptyCalculations">
<summary>The BuildEvalNodeEliminatedEmptyCalculations subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildEvalNodeSubtractedCalculationSpaces">
<summary>The BuildEvalNodeSubtractedCalculationSpaces subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildEvalNodeAppliedVisualTotals">
<summary>The BuildEvalNodeAppliedVisualTotals subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildEvalNodeDetectedCachedEvaluationNode">
<summary>The BuildEvalNodeDetectedCachedEvaluationNode subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.BuildEvalNodeDetectedCachedEvaluationResults">
<summary>The BuildEvalNodeDetectedCachedEvaluationResults subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.PrepareEvalNodeBeginPrepareEvaluationItem">
<summary>The PrepareEvalNodeBeginPrepareEvaluationItem subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.PrepareEvalNodeFinishedPrepareEvaluationItem">
<summary>The PrepareEvalNodeFinishedPrepareEvaluationItem subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RunEvalNodeFinishedCalculatingItem">
<summary>The RunEvalNodeFinishedCalculatingItem subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DAXVertiPaqLogicalPlan">
<summary>The DAXVertiPaqLogicalPlan subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DAXVertiPaqPhysicalPlan">
<summary>The DAXVertiPaqPhysicalPlan subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DAXDirectQueryAlgebrizerTree">
<summary>The DAXDirectQueryAlgebrizerTree subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DAXDirectQueryLogicalPlan">
<summary>The DAXDirectQueryLogicalPlan subclass.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CloneDatabase">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RGWLGroupExceedHighMemoryLimit">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RGWLGroupExceedHardMemoryLimit">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RGWLGroupBelowHighMemoryLimit">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.RGWLGroupBelowHardMemoryLimit">
<summary>Do not reference this member directly in your code. It supports the Analysis Services infrastructure.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqScanQueryPlan">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqScanLocal">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqScanRemote">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Interpret">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularCreate">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularAlter">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularDelete">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularRefresh">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.ExtAuth">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.Dbcc">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularRename">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSequencePoint">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularCommit">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSave">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_RESOURCE_POOLS">
<summary />
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_RING_BUFFERS">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaModel">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaDataSources">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaTables">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaColumns">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaAttributeHierarchies">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaPartitions">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaRelationships">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaMeasures">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaHierarchies">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaLevels">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaTableStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaColumnStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaPartitionStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaSegmentMapStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaDictionaryStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaColumnPartitionStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaRelationshipStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaRelationshipIndexStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaAttributeHierarchyStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaHierarchyStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaKpis">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaStorageFolders">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaStorageFiles">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaSegmentStorages">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaCultures">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaObjectTranslations">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaLinguisticMetadata">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaAnnotations">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularUpgrade">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularMergePartitions">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DisableDatabase">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TokenizationStoreProcessing">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CheckTabularDataStructure">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.CheckColumnDataForDuplicatesOrNullValues">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.JSON">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_XEVENT_PACKAGES">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_XEVENT_OBJECTS">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_XEVENT_OBJECT_COLUMNS">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.DISCOVER_XEVENT_SESSION_TARGETS">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaPerspectives">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaPerspectiveTables">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaPerspectiveColumns">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaPerspectiveHierarchies">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaPerspectiveMeasures">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaRoles">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaRoleMemberships">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaTablePermissions">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.TabularSchemaVariations">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqCacheProbe">
<summary />
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSubclass.VertiPaqCacheNotFound">
<summary />
</member>
<member name="T:Microsoft.AnalysisServices.TraceEventSuccess">
<summary>Defines the <see cref="T:Microsoft.AnalysisServices.TraceEventSuccess" /> enumeration.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSuccess.NotAvailable">
<summary>The event is NotAvailable.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSuccess.Failure">
<summary>The event is Failure.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSuccess.Success">
<summary>The event is Success.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceEventSuccess.Unknown">
<summary>The event is Unknown.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.TraceStopCause">
<summary>Specifies an enumeration of cause to stop the trace.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceStopCause.StoppedByUser">
<summary>The cause of trace is stopped by the user.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceStopCause.Finished">
<summary>The cause of trace to stop is finished.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TraceStopCause.StoppedByException">
<summary>The cause of trace is stopped by exception.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.Translation">
<summary>Provides a localized translation for its parent object.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.TranslationCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.Translation" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.TransportCompression">
<summary>Defines the <see cref="T:Microsoft.AnalysisServices.TransportCompression" /> enumeration.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TransportCompression.Default">
<summary>The compression is Default.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TransportCompression.None">
<summary>The compression is None.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TransportCompression.Compressed">
<summary>The compression is Compressed.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.TransportCompression.Gzip">
<summary>The compression is Gzip.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.UpdateMode">
<summary>Specifies an enumeration of update mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateMode.Default">
<summary>The Default mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateMode.Update">
<summary>The Update mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateMode.UpdateOrCreate">
<summary>The UpdateOrCreate mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateMode.Create">
<summary>The create mode.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateMode.CreateOrReplace">
<summary>The CreateOrReplace mode.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.UpdateOptions">
<summary>Defines how an object and related dependent objects are updated on the server after an update command.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateOptions.Default">
<summary>Sends only the object properties and minor object collections to the server.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateOptions.ExpandFull">
<summary>Sends the full object definition to the server. The full object definition includes properties, major objects, and minor objects.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.UpdateOptions.AlterDependents">
<summary>Sends the full object definition to the server. The full object definition includes properties, major objects, and minor objects. Dependent objects are also fully expanded.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationError">
<summary>Represents the base class for validation errors.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationErrorCodes">
<summary>Represents a validation error codes.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationErrorCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.ValidationError" /> objects. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationOptions">
<summary>Enumerates the validation options.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationOptions.None">
<summary>The default options.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationOptions.DoNotValidateBindings">
<summary>The AddDetails options.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationOptions.AddDetails">
<summary>The AddDetails options.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationOptions.AddWarnings">
<summary>The AddDetails options.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationOptions.AddMessages">
<summary>The AddDetails options.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationResult">
<summary>Represents a validation error, warning or message returned by the MajorObject.Validate method.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationResultCollection">
<summary>Represents a collection of result objects during validation.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationRule">
<summary>Represents the validation rule.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationRulePriority">
<summary>Enumerates the validation rule priority of analysis services.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationRulePriority.High">
<summary>The priority is set to high.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationRulePriority.Medium">
<summary>The priority is set to medium.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationRulePriority.Low">
<summary>The priority is set to low.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.ValidationRuleType">
<summary>Enumerates the types of validation rule.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationRuleType.Error">
<summary>Specifies a validation rule that is an error type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationRuleType.Warning">
<summary>Specifies a validation rule that is a warning type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.ValidationRuleType.Message">
<summary>Specifies a validation rule that is a message type.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.WriteBackTableCreation">
<summary>Determines whether a writeback table is created during the Process operation.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.WriteBackTableCreation.Create">
<summary>Creates a new writeback table, if one does not exist. If a writeback table already exists, an error occurs.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.WriteBackTableCreation.CreateAlways">
<summary>Creates a new writeback table, overwriting any existing writeback table.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.WriteBackTableCreation.UseExisting">
<summary>Uses the existing writeback table, if one already exists. If one does not exist, an error occurs.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaError">
<summary>Represents an error returned by Analysis Services server (in XML/A protocol).</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaLocationReference">
<summary>Represents the xml location reference of an entity.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaMessage">
<summary>Represents a base class for XMLA messages.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaMessageCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.XmlaMessage" /> objects. This class cannot be inherited. </summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaMessageLocation">
<summary>Represents the location of the XMLA message.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaRequestType">
<summary>Specifies an enumeration of XMLA request type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.XmlaRequestType.Undefined">
<summary>Undefined request type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.XmlaRequestType.Discover">
<summary>Discover request type.</summary>
</member>
<member name="F:Microsoft.AnalysisServices.XmlaRequestType.Execute">
<summary>Execute request type.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaResult">
<summary>Contains the <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaResultCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.XmlaResult" /> objects. This class cannot be inherited.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaWarning">
<summary>Contains warning objects associated with this class.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlaWarningCollection">
<summary>Contains a collection of <see cref="T:Microsoft.AnalysisServices.XmlaWarning" /> objects.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlIgnoreOnReadAttribute">
<summary>Overrides the default serialization of an XML object, used when the object exists for internal operations.</summary>
</member>
<member name="T:Microsoft.AnalysisServices.XmlSerializationException">
<summary>Represents messages thrown during the XML de-serialization process. This class cannot be inherited. </summary>
</member>
</members>
</doc>