msmgdsrv Represents the ADOMD.NET data provider for objects running within a Microsoft SQL Server 2005 Analysis Services (SSAS) instance. Represents a command to run against a analytical data source. Initializes a new instance of the class with default values. Initializes a new instance of the class with the text of the command. The command to be run by the . Releases all resources used by the . Tries to cancel the command that the is currently running. Creates and returns an instance of an class based on the current . An object. Returns a newly created . An object. Releases all resources used by the . Runs the without returning any results. A value of one (1). Runs the and returns an . An . Runs the using the specified CommandBehavior enumeration value and returns an . An . A CommandBehavior enumeration value that indicates the behavior of the during or after running the command. Verifies that the can run. Gets or sets the command to run. A string that contains the command for the . The default value is an empty string. Gets or sets the time to wait for a command to run before the stops trying to run the command and generates an error. An integer that contains the time, in seconds, to wait for the command to run. Gets or sets the used by the . The used by the . Gets an instance of an class that contains the parameters that the uses to run the command. An that contains the parameters that the uses to run the command. Represents the connection object to the running instance of Analysis Services. Occurs when the cube starts to close, but before the cube is actually closed. Occurs when the cube is opened. Gets the object that the current is using with the client. A object that has the culture information that the current is using with the client. Gets the session identifier for the current . A string with the session identifier. Gets the identification of the user who opened the current . A object that has the information about the user who opened the current . Provides a means of reading a forward-only result set obtained by running a command, and can be used to access multidimensional data sources. This method is for internal use only. Closes the . Releases all resources used by the . Returns a Boolean that contains the value from the specified column. A Boolean that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns a Byte that contains the value from the specified column. A Byte that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. This member is reserved for future use. A Long that contains the number of bytes actually read from the column. The zero-based ordinal position of the column to be retrieved. The zero-based index within the column from which to begin reading data. The buffer into which to read the stream of bytes. The zero-based index within the buffer from which to begin writing data. The number of bytes to read from the column. Returns a Char that contains the value from the specified column. A Char that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns an array of Char objects that contain a stream of values from the specified column. A Long that contains the number of characters actually read from the column. The zero-based ordinal position of the column to be retrieved. The zero-based index within the column from which to begin reading data. The buffer into which to read the stream of characters. The zero-based index within the buffer from which to begin writing data. The number of characters to read from the column. Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data. A System.Data.IDataReader interface that points to more remote structured data referenced by the column. For more information, see the IDataReader Interfacehttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdataidatareaderclasstopic.asp topic. The zero-based ordinal position of the column to find. Gets an object from the specified column. An AdomdDataReader object from the specified column. The zero-based ordinal position of the column to be retrieved. Returns a String that contains the full name of the data type for the specified column. A String that contains the full name of the data type for the specified column. The zero-based ordinal position of the column to find. Returns a DateTime that contains the value from the specified column. A DateTime that contains the value, converted to local system time, of the specified column. The zero-based ordinal position of the column to be retrieved. Returns a Decimal that contains the value from the specified column. A Decimal that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns a Double that contains the value from the specified column. A Double that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Gets an IEnumerator interface for iterating through the collection. An IEnumerator interface for iterating through the collection. Returns a Type that represents the data type of the specified column. A Type that contains the type of the Object returned by the method. The zero-based ordinal position of the column to find. Returns a Float that contains the value from the specified column. A Single that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns a Guid that contains the value from the specified column. A Guid that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns an Int16 that contains the value from the specified column. An Int16 that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns an Int32 that contains the value from the specified column. An Int32 that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns an Int64 that contains the value from the specified column. An Int64 that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Returns the name of the specified column. A String that contains the name of the specified column. The zero-based ordinal position of the column to find. Returns the ordinal position of the specified column. An Integer that contains the ordinal position of the specified column. The name of the column to find. Returns a DataTable that describes the column metadata of the . A DataTable that contains the schema information for the current result of the . Returns a String that contains the value from the specified column. A String that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Gets a TimeSpan that contains the value from the specified column. A TimeSpan that contains the value from the specified column. The zero-based ordinal position of the column to be retrieved. Returns the value for the specified column in its native format. An Object that contains the value of the specified column. The zero-based ordinal position of the column to be retrieved. Gets an array of values for all of the columns in the current row. An Integer that contains the number of instances copied into the array of Object objects. An array of Object objects into which to copy the column values. Returns a Boolean that contains a value indicating whether the column is set to null. A Boolean containing true if the column is set to null; false otherwise. The zero-based ordinal position of the column to find. This member is reserved for future use. Always false. Advances the to the next row. A Boolean that contains true if there are more rows; false otherwise. Gets a value indicating the depth of nesting for the current row. An Integer that contains the depth of nesting for the current row. Gets a value indicating the number of columns in the current row. An Integer that contains the number of columns in the current row. Gets a value indicating whether the data reader is closed. A Boolean that contains a value indicating whether the data reader is closed. Gets the value of a specified column in its native format, given the ordinal position of the column. In Microsoft Visual C#, this property is the indexer for the T:Microsoft.AnalysisServices.AdomdServer.AdomdDataReader class. An Object that contains the value of the specified column. The zero-based index of the column to be retrieved. Gets the value of a specified column in its native format, given the name of the column. In Microsoft Visual C#, this property is the indexer for the class. An Object that contains the value of the specified column. The name of the column to be retrieved. This member is reserved for future use. An Integer that contains the value -1. Implements the IEnumeratorinterface to support iterating over a and reading its individual records. Moves to the next IDataRecord interface in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. This method is not supported on the forward-only . Gets the current IDataRecord interface in the . The IDataRecord interface in the , if the enumerator has not passed the end of the records. Represents an exception thrown by ADOMD.NET. Initializes a new instance of the class. Initializes a new instance of the class with a given HRESULT. The HRESULT for the exception. Initializes a new instance of the class with a given message. A string containing the message for the exception. Initializes a new instance of the class with a given message and an inner exception. A string containing the message for the exception. An instance of the Exception that caused the current exception. Releases all resources used by the . Gets the HRESULT, a coded numerical value that is assigned to a specific exception. The HRESULT value. Represents a parameter to an object. Initializes a new instance of the class. Initializes a new instance of the class with the name and value of the . The name of the parameter. The value of the parameter. Creates a new that is a copy of the current instance. A new . Returns the . A string containing the name of the parameter. This class gets a collection of objects contained in a object. Adds a object to the collection. An instance of a object. The object to be added. Creates a new object with the specified property name and value, and adds it to the collection. An instance of a object. The name of the to add. The value of the object to be created. Removes all parameters from the object. Determines whether a parameter is in the collection. An instance of a Boolean object that contains true if the object exists in the collection. Otherwise, it is false. The object to find. Given a property name, this method determines whether a parameter is in the collection. An instance of a Boolean object that contains true if the object exists in the collection. Otherwise, it is false. The name of the object to find. Copies the elements of the collection to the specified array. An instance of a one-dimensional Array object in which to copy the elements of the collection. The Array object must have zero-based indexing. The zero-based index at which to begin copying. Gets the specified object from the collection by its name. An instance of a object. The name of the object to find. Returns the zero-based index of the first occurrence of a parameter in the collection. The index of value if found in the list. Otherwise, it returns -1. The object to locate in the collection. Given a property name, this method returns the zero-based index of the first occurrence of a parameter in the collection. The index of value if found in the list. Otherwise, it returns -1. The name of the object to locate in the collection. Inserts a parameter into the collection at the specified index. The zero-based index at which value should be inserted. The object to insert into the object. Removes the first occurrence of a specific parameter from the object. The object to remove from the object. Removes the parameter at the specified index of the object. The index of the object to remove from the object. Removes the parameter specified by name in the object. The name of the object to remove from the object. Gets the number of objects in the collection. The number of objects in the collection. Gets the specified object from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the object to find. Gets the specified object from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the object to find. Represents the statistics for a single attribute. Represents the index for the associated attribute. Represents the existing adjusted probability for the attribute. Represents the existing probability for the attribute. Represents the existing support for the attribute. Represents the maximum for the attribute. Represents the minimum for the attribute. Represents the number of state statistics for the attribute. Represents an array of state statistics for each state of the attribute. Provides the execution context for the stored procedure. Throws an exception if the query has timed out or been canceled by the user. Raises a trace event with the specified information. The event subclass identifier for this event. An integer containing the numeric data for this event. A string containing the text data for this event. Gets the culture for the current client. The CultureInfo for the current client. Gets a collection of cubes that are available in the current database or context. A . Gets the current cube. A that represents the current cube; null if not applicable. Gets the current database name for the current session. A string that contains the current database name. Gets the current mining model. A that represents the current mining model; null if not applicable. Gets the server identifier (server\instance) for the current session. A string that contains the server identifier. Gets a value that indicates whether the stored procedure is being called for preparation purposes. true if the stored procedure is being called for preparation purposes; otherwise, false. Gets the mining models in the current database. A . Gets the mining services in the current database. A . Gets the mining structures in the current database. A . Gets the pass number that the user-defined function (UDF) or stored procedure is running under. An integer that represents the current pass. Contains a read-only, on-demand list of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Performs tasks associated with freeing, releasing, or resetting unmanaged resources. Gets the specified from the collection by its name. The method returns null if the object is not found, whereas the property throws an exception if the object is not found. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Implements the IEnumerator interface to support iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the Enumerator was successfully advanced to the next element; false if the Enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Represents the metadata for a cube. Releases all resources used by the . Releases all resources used by the . Returns an object associated with the from a specified schema rowset. An Object that contains an object associated with the . The enumeration value that represents the type of object to find. The unique name of the object to find. Gets the caption of the . A String that contains the caption of the . Gets the description of the . A String that contains the description of the . Gets an instance of the class that contains the dimensions for the class. A that contains dimensions for the . Gets the Kpis associated with the . This member is not supported for versions of Analysis Services earlier than Microsoft SSQL Server 2005 Analysis Services (SSAS). A collection of Kpis. Gets the date and time on which the was last processed. A DateTime that contains the date on which the was last processed. Gets the date and time on which the was last updated. A DateTime that contains the date on which the was last updated. Gets an instance of the class that contains the measures for the . A that contains the measures for the . Gets the name of the . A String that contains the name of the . Gets an instance of the class that contains the named sets for the . A that contains the named sets for the . Gets an instance of a class that contains the properties associated with the . A that contains the properties associated with the cube. Returned by to determine if the represents a dimension or a cube. The represents a cube. The represents a dimension. It cannot be determined if the provider has specified that the represents a cube or a dimension. Represents a dimension within a cube. Releases all resources used by the . Releases all resources used by the . Gets the collection of attribute hierarchies. This member is not supported for versions of Analysis Services earlier than Microsoft SQL Server 2005 Analysis Services (SSAS). A collection containing the attribute hierarchies for this . Gets the caption of the . A String that contains the caption of the . Gets the description of the . A String that contains the description of the . Gets the dimension type of the . A enumeration value that represents the dimension type of the . Gets a that contains the dimension hierarchies for the . A that contains the dimension hierarchies for the . Gets the name of the . A String that contains the name of the . Gets a that contains the . A that represents the parent cube of the . Gets a that contains the properties associated with the . A that contains the properties associated with the dimension. Gets the unique name of the . A String that contains the unique name of the . Gets a value that indicates whether the is write-enabled. true if the is write-enabled; false if the is not write-enabled. Contains a read-only, on-demand collection of objects contained in a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. If the object is not found, the method returns null, whereas the property throws an exception. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Represents the dimension type of a . Describes a dimension that contains an accounts structure with parent-child relationships. Describes a dimension that represents a material/component breakdown. The parent-child relationship implies a parent composed of its children. Describes a dimension that contains information about a distribution channel. Describes a dimension that contains currency information. Describes a dimension that contains customer information. The lowest level represents individual customers. Describes a dimension that contains a geographic hierarchy. Describes a dimension that contains measures. Describes a dimension that represents the reporting structure of an organization. Describes a dimension of the default dimension type, which is used for dimensions that are not time dimensions or measure dimensions. Describes a dimension that contains product information. The lowest level represents individual products. Describes a dimension that contains information about marketing and advertising promotions. Describes a dimension that contains quantitative elements (for example, income level, or number of children). Describes a dimension that contains different types of rates (for example, buy, sell, or discounted). Describes a dimension that contains different business scenarios. Indicates that a dimension refers to time (for example, year, month, week, day, and so on). Describes a dimension with an unknown or unspecified type. Describes a dimension that contains only calculated members. This type of dimension is usually used for data visualization techniques. Provides the functionality to evaluate a Multidimensional Expressions (MDX) expression and return an . Initializes a new instance of the class. Initializes a new instance of the class with the Multidimensional Expressions (MDX) expression to be evaluated. An MDX expression. Releases all resources used by the . Evaluates the Multidimensional Expressions (MDX) expression under a specified tuple and returns the scalar result. An that contains the scalar result of the MDX expression. The tuple under which to evaluate the MDX expression. Evaluates the Multidimensional Expressions (MDX) expression under a specific tuple and returns the result. An that contains the result of the MDX expression. The tuple under which to evaluate the MDX expression. Releases all resources used by the . Gets or sets the Multidimensional Expressions (MDX) expression to be evaluated. A string that contains the MDX expression. Represents a dimension hierarchy contained by a dimension or set. Releases all resources used by the . Releases all resources used by the . Gets the caption of the . A String that contains the caption of the . Gets the current member for the hierarchy. A . Gets the unique name of the default member for the . A String that contains the unique name of the default member for the . Gets the description of the . A String that contains the description of the . Gets the hierarchy type of the . A enumeration value that represents the hierarchy type of the . Gets a that contains the levels of the . A that contains the levels of the . Gets the name of the . A String that contains the name of the . Gets a that contains the . A that contains the . Gets a that contains the properties associated with the . A that contains the properties associated with the . Gets the unique name of the . A String that contains the key of the . Contains a read-only, on-demand collection of objects contained in a or a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual . Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Describes the overall structure of a hierarchy. Specifies that the hierarchy is an attribute hierarchy. Specifies that the hierarchy is a parent-child hierarchy. Specifies that the hierarchy is a user-defined hierarchy. Defines an abstract class that provides the Name and UniqueName methods for metadata objects in . Key performance indicators (KPIs) are metadata wrappers around measures and MDX expressions. Releases all resources used by the . Releases all resources used by the . Gets the caption associated with the . A string containing the caption of the . Gets a human-readable description of the . A String containing the description of the . Gets a forward-slash-delimited categorization structure, used by client applications to determine the hierarchical presentation of the . A String containing the hierarchical presentation information of the . Gets the name of the . A String containing the name of the . Gets the representing the cube to which the Key performance indicator (KPI) belongs. A representing the cube to which the KPI belongs. Gets the parent of the current . Returns the parent of the current . Gets a collection containing the properties of the . Returns a containing the properties of the . Gets a String representing a graphic for displaying status. A String representing a graphic for displaying status. Gets a String representing a graphic for displaying trend information. A String representing a graphic for displaying trend information. Contains a read-only, on-demand list of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The . The name of the to find. Gets an Enumerator for iterating through the collection. A . Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always returns false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The specified . The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The specified . The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.Exception typeConditionThe collection has changed, invalidating the enumerator. For more information about this exception, see InvalidOperationException Classhttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsysteminvalidoperationexceptionclasstopic.asp. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Represents a level within a hierarchy. Releases all resources used by the . Releases all resources used by the . Returns a that contains a collection of members for the . Note   This method loads all members of the level. If there are a large number of members, this method may take a long time to execute. A that contains a collection of members for the . Gets the description of the . A String that contains the description of the . Gets the ordinal position of the within the parent hierarchy. An Integer that contains the ordinal position of the within the parent hierarchy. Gets a that contains a collection of member properties for the . A that contains a collection of level properties for the . Gets the level type of the . A enumeration value that represents the level type of the . Gets the number of members contained by the . A Long that contains the number of members contained by the . Gets the name of the . A String that contains the name of the . Gets a that contains the . A . Gets a that contains the properties associated with the . A that contains the properties associated with the level. Gets the unique name of the . A String that contains the unique name of the . Contains a read-only, on-demand collection of objects contained in a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional array in which to copy the elements of the collection. The array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The name of the to find. Gets the number of objects in the collection. Gets the number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Contains a read-only, on-demand collection of objects contained in a . Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Represents a member property available on members in the level. Releases all resources used by the . Releases all resources used by the . Gets the caption of the . A String that contains the caption of the . Gets the description of the . A String that contains the description of the . Gets the name of the . A String that contains the name of the . Gets a that contains the . A that contains the . Gets the fully-qualified name of the . A String that contains the fully-qualified name of the . Represents a read-only, on-demand collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Represents the level type of a . Indicates that a level exists within an account dimension. Indicates the top (All) level of a dimension (the one that precalculates all the members of all lower levels). Indicates that a level is part of a bill of materials dimension. Indicates that a level is calculated. Indicates that a level exists within a distribution channel dimension. Indicates that a level contains information about a company. Indicates that a level contains information about the resulting currency after a foreign exchange conversion. Indicates that a level contains information about the starting currency before a foreign exchange conversion. Indicates that a level contains information about an individual customer. Indicates that a level contains information about a customer group. Indicates that a level contains information about an entire household. Indicates that a level refers to a city name. Indicates that a level refers to a continent name. Indicates that a level refers to a country or region name. Indicates that a level refers to a county name. Indicates that a level refers to a location type that does not fit into the other geographic categories. Indicates that a level refers to a postal code. Indicates that a level refers to a custom-defined region. Indicates that a level refers to a state or province name. Indicates that a level refers to the name of a unit within a larger organization. Indicates that a level refers to an individual within a larger organization. Indicates that a level refers to an individual product. Indicates that a level refers to a product group. Indicates that a level refers to a promotion. Indicates that a level refers to a quantitative member within a quantitative dimension. Indicates that the level is not related to time. Indicates that a level refers to a sales representative. Reserved for future use. Indicates that a level refers to a scenario. Indicates that the level is related to time. Indicates that a level refers to days. It must be used in a dimension whose type is Time. Indicates that a level refers to half-years. It must be used in a dimension whose type is Time. Indicates that a level refers to hours. It must be used in a dimension whose type is Time. Indicates that a level refers to minutes. It must be used in a dimension whose type is Time. Indicates that a level refers to months. It must be used in a dimension whose type is Time. Indicates that a level refers to (calendar) quarters. It must be used in a dimension whose type is Time. Indicates that a level refers to seconds. It must be used in a dimension whose type is Time. Indicates that a level refers to an indeterminate or nonstandard measurement of time. It must be used in a dimension whose type is Time. Indicates that a level refers to weeks. It must be used in a dimension whose type is Time. Indicates that a level refers to years. It must be used in a dimension whose type is Time. Indicates that a level exists in a utility dimension. Provides static methods for executing Multidimensional Expressions (MDX) functions without constructing the full MDX syntax. Runs the Multidimensional Expressions (MDX) Aggregate function on a set and an expression. A System.ValueType that contains the results of the aggregation. The set to be aggregated. The expression to be aggregated on each member of the set. Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets. A set that contains the cross, or Cartesian, product of set1 and set2. The first set to be crossjoined. The second set to be crossjoined. Runs the Multidimensional Expressions (MDX) DrilldownMember function on two sets. A set that contains the child members, ordered by hierarchy, of the parents that are contained in both set1 and set2. The set that contains the members to be drilled down. The set that defines which members in set1 will be drilled down. null or Runs the Multidimensional Expressions (MDX) Filter function on a set. A set that contains the tuples that match the conditions that are defined by expression. The set that contains the members to be evaluated. The to be used to evaluate on the set. Runs the Multidimensional Expressions (MDX) Generate function on a set. A set or an optional delimited string. The set to be evaluated. The parameters to be used when performing the generation function. Runs the Multidimensional Expressions (MDX) ParallelPeriod function. A member that lies in a parallel period. An array that may contain the level, the lagging index, and the member from which to calculate the parallel period. Runs the Multidimensional Expressions (MDX) StrToSet function. The set specified by the MDX-formatted string. The string to be converted to a set. Determines how members will be evaluated in . Members will be drilled down recursively. Determines how to evaluate the method. All duplicates will be retained in the final set. Provides conversion capabilities between different and value objects. Releases all resources used by the . Releases all resources used by the . Creates a new object from a Boolean. An . A Boolean value. Creates a new object from an 8-bit unsigned integer. An . An 8-bit unsigned integer value. Creates a new object from a Unicode character. An . A Unicode character value. Creates a new object from a DateTime. An . A DateTime object. Creates a new object from a decimal. An . A decimal value. Creates a new object from a double-precision floating-point number. An . A double-precision floating-point number value. Creates a new object from a object. An . A object. Creates a new object from a 16-bit signed integer. An . A 16-bit signed integer value. Creates a new object from a 32-bit signed integer. An . A 32-bit signed integer value. Creates a new object from a 64-bit signed integer. An . A 64-bit signed integer value. Creates a new object from a object. An . A object. Creates a new object from a object. An . A object. Creates a new object from an 8-bit signed integer. An . An 8-bit signed integer. Creates a new object from a object. An . A object. Creates a new object from a single-precision floating-point number. An . A single-precision floating-point number value. Creates a new object from a string. An . A string value. Creates a new object from a object. An . A object. Creates a new object from a 16-bit unsigned integer. An . A 16-bit unsigned integer value. Creates a new object from a 32-bit unsigned integer. An . A 32-bit unsigned integer value. Creates a new object from a 64-bit unsigned integer. An . A 64-bit unsigned integer value. Explicitly converts a Boolean value to an object. An . A Boolean value. Explicitly converts an 8-bit unsigned integer value to an object. An . An 8-bit unsigned integer. Explicitly converts a Unicode character value to an object. An . A Unicode character. Explicitly converts a DateTime value to an object. An . A DateTime object. Explicitly converts a decimal value to an object. An . A decimal value. Explicitly converts a double-precision floating-point number value to an object. An . A double-precision floating-point number. Explicitly converts a to an object. An . A object. Explicitly converts a 16-bit signed integer value to an object. An . A 16-bit signed integer. Explicitly converts a 32-bit signed integer value to an object. An . A 32-bit signed integer. Explicitly converts a 64-bit signed integer value to an object. An . A 64-bit signed integer. Explicitly converts a object to an object. An . A object. Explicitly converts an object to a Boolean value. A Boolean value. An object. Explicitly converts an object to an 8-bit unsigned integer. An 8-bit unsigned integer. An object. Explicitly converts an object to a Unicode character. A Unicode character. An object. Explicitly converts an object to a DateTime. A DateTime. An object. Explicitly converts an object to a decimal. A decimal. An object. Explicitly converts an object to a double-precision floating-point number. A double-precision floating-point number. An object. Explicitly converts an object to a . A . An object. Explicitly converts an object to a 16-bit signed integer. A 16-bit signed integer. An object. Explicitly converts an object to a 32-bit signed integer. A 32-bit signed integer. An object. Explicitly converts an object to a 64-bit signed integer. A 64-bit signed integer. An object. Explicitly converts an object to a . A . An object. Explicitly converts an object to a object. A object. An object. Explicitly converts an object to an 8-bit signed integer. An 8-bit signed integer. An object. Explicitly converts an object to a . A . An object. Explicitly converts an object to a single-precision floating-point number. A single-precision floating-point number. An object. Explicitly converts an object to a string. A string. An object. Explicitly converts an object to a . A . An object. Explicitly converts an object to a 16-bit unsigned integer. A 16-bit unsigned integer. An object. Explicitly converts an object to a 32-bit unsigned integer. A 32-bit unsigned integer. An object. Explicitly converts an object to a 64-bit unsigned integer. A 64-bit unsigned integer. An object. Explicitly converts a to an object. An . A object. Explicitly converts an 8-bit signed integer value to an object. An . An 8-bit signed integer. Explicitly converts a to an object. An . A object. Explicitly converts a single-precision floating-point number to an object. An . A single-precision floating-point number. Explicitly converts a string to an object. An . A string. Explicitly converts a to an object. An . A . Explicitly converts a 16-bit unsigned integer to an object. An . A 16-bit unsigned integer. Explicitly converts a 32-bit unsigned integer to an object. An . A 32-bit unsigned integer. Explicitly converts a 64-bit unsigned integer to an object. An . A 64-bit unsigned integer. Implicitly converts a Boolean to an object. An . A Boolean. Implicitly converts an 8-bit unsigned integer to an object. An . An 8-bit unsigned integer. Implicitly converts a Unicode character to an object. An . A Unicode character. Implicitly converts a DateTime to an object. An . A DateTime. Implicitly converts a decimal to an object. An . A decimal. Implicitly converts a double-precision floating-point number to an object. An . A double-precision floating-point number. Implicitly converts a to an object. An . A . Implicitly converts a 16-bit signed integer to an object. An . A 16-bit signed integer. Implicitly converts a 32-bit signed integer to an object. An . A 32-bit signed integer. Implicitly converts a 64-bit signed integer to an object. An . A 64-bit signed integer. Implicitly converts a to an object. An . A . Implicitly converts a to an object. An . A . Implicitly converts an 8-bit signed integer to an object. An . An 8-bit signed integer. Implicitly converts a to an object. An . A object. Implicitly converts a single-precision floating-point number to an object. An . A single-precision floating-point number. Implicitly converts a string to an object. An . A string value. Implicitly converts a to an object. An . A object. Implicitly converts a 16-bit unsigned integer to an object. An . A 16-bit unsigned integer. Implicitly converts a 32-bit unsigned integer to an object. An . A 32-bit unsigned integer. Implicitly converts a 64-bit unsigned integer to an object. An . A 64-bit unsigned integer. Returns a Boolean representation of the object. A Boolean. Returns an 8-bit unsigned integer representation of the object. An 8-bit unsigned integer. Returns a Unicode character representation of the object. A Unicode character. Returns a DateTime representation of the object. A DateTime. Returns a decimal representation of the object. A decimal. Returns a double-precision floating-point number representation of the object. A double-precision floating-point number. Returns a representation of the object. A . Returns a 16-bit signed integer representation of the object. A 16-bit signed integer. Returns a 32-bit signed integer representation of the object. A 32-bit signed integer. Returns a 64-bit signed integer representation of the object. A 64-bit signed integer. Returns a representation of the object. A . Returns a representation of the object. A . Returns an 8-bit signed integer representation of the object. An 8-bit signed integer. Returns a representation of the object. A . Returns a single-precision floating-point number representation of the object. A single-precision floating-point number. Returns a string representation of the object. A string. Returns a representation of the object. A . Returns a 16-bit unsigned integer representation of the object. A 16-bit unsigned integer. Returns a 32-bit unsigned integer representation of the object. A 32-bit unsigned integer. Returns a 64-bit unsigned integer representation of the object. A 64-bit unsigned integer. Represents a measure within a cube or measure group. Releases all resources used by the . Releases all resources used by the . Gets the caption of the . A String that contains the caption of the . Gets the description of the . A String that contains the description of the . Gets the MDX expression that is used to aggregate the . A String containing the MDX expression that is used to aggregate values for a . Gets the name of the . A String that contains the member name of the . Gets the numeric precision value for the . An Integer that contains a value representing the numeric precision of the . Gets the numeric scale for the . A Short that contains a value representing the numeric scale of the .An Int16 that contains a value representing the numeric scale of the . Gets a that contains the . A that contains the . Gets a that contains the properties associated with the . A that contains the properties associated with the measure. Gets the unique name of the . A String that contains the unique name of the . Gets a description of the unit of measure for the . A String that contains a description of the unit of measure for the . Gets a read-only, on-demand collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Returns the specified from the collection. The name of the to find. Gets the number of objects in the collection. Gets the number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Represents a single member within a hierarchy, tuple, level, or member. Releases all resources used by the . Releases all resources used by the . Returns a that contains a collection of child members for the . A that contains a collection of members for the . Gets the caption of the . A String that contains the caption of the . Gets the estimated count of child members contained in the . A long that contains the estimated number of child members contained by the . Gets the descriptive text of the . A String that contains the description of the . Gets the ordinal position of the level that contains the . An int that contains the ordinal position within the parent hierarchy of the level that contains the . Gets the name of the level that contains the . A String that contains the name of the level that contains the . Gets the name of the . A String that contains the member name of the . Gets a reference to the parent , if applicable, that contains the . A that contains the parent member of the . This property gets a that contains the . A that contains the . Gets the member type of the . A enumeration value that represents the member type of the . Gets the unique name of the . A String that contains the member key of the . Gets a read-only, on-demand collection of objects contained by a , a , or a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the number of objects in the collection. Gets the number of objects in the collection. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Represents the member type of a . The member is an All member. The member is a calculated member or calculated measure. The member is a measure. The member is a regular member. The member type is unknown. Represents a mining attribute on a object and object. Releases all resources used by the . Releases all resources used by the . Returns the identifier of the attribute. Returns an integer identifying the attribute. Determines if the mining attribute is feature-selected. A value. Determines if this attribute is an input attribute. true if this is an input attribute; false otherwise. Determines if this attribute is predictable. true if this is a predictable attribute; false otherwise. Gets the key column for the attribute. A representing the key column for the attribute. Gets the fully qualified name of the attribute. A String containing the fully qualified name of the attribute. Gets a shortened name of the attribute. A String that contains the shortened name of the attribute. Gets the unique name of the mining attribute, A string containing the name of the attribute. Gets the that represents the value column for the attribute. A that represents the value column for the attribute. Represents a read-only, on-demand collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. A . The name of the to find. Gets an Enumerator for iterating through the collection. An Enumerator for iterating through the collection.       Gets an enumerator for iterating through the collection. An IEnumerator. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. A . The name of the to find. Gets an Object that can be used to synchronize access to the collection. An Object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the Enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Describes the distribution of the . Represents a custom distribution, defined by the provider. Represents a distribution in which the curve is elongated at the upper end and is skewed toward the lower end. Represents an unspecified distribution. Represents a distribution in which the curve has a normal (bell-curve) distribution. Represents a distribution in which all values are equally likely. Describes the type of the underlying data that a represents. Represents a Boolean data type (DBTYPE_BOOL). Represents a Custom data type. Represents a Date data type (DBTYPE_DATE). Represents a Double data type (DBTYPE_R8). Represents a Long data type (DBTYPE_I8). Represents an unspecified data type (DBTYPE_EMPTY). Represents a table data type (DBTYPE_HCHAPTER). Represents a string data type (DBTYPE_WSTR). Represents the learned content of a in a hierarchical node format. Releases all resources used by the . Releases all resources used by the . Gets a collection of all ancestor objects. A collection of all ancestor objects. Gets a object that applies to the . A object that applies to the . Gets the caption of the in the current locale. A string containing the caption of the in the current locale. Gets a containing the immediate children of the . A containing the immediate children of the . Gets a containing all descendants of the . A containing all descendants of the . Gets the description of the in the current locale. A string containing the description of the in the current locale. Gets a containing the objects that describe the distribution of the . A containing the objects that describe the distribution of the . Gets the probability of reaching the from the parent of the . A double representing the probability of reaching the from the parent of the . Gets an XML description of the rule used when moving from the to this . A String containing the XML description of the rule. Gets the name of the . A String containing the name of the . Gets the rule associated with this node. A String containing the rule associated with this node. Gets the of the . The of the . Gets the immediate parent of the . A representing the immediate parent of the . Gets the unique name identifying the parent of the . A string containing the unique name identifying the parent of the . Gets the probability of reaching the . A double containing the probability of reaching the . Gets a containing the properties of the . A containing the properties of the . Gets the score of the node. A double representing the score of the node. Gets a shortened caption for the . A String containing the shortened caption. Gets a collection containing the objects on the same hierarchical level as the current . A containing the sibling objects. Gets the number of cases that support the . A double containing the number of cases that support the . Gets the type of the . A representing the type of the . Gets the unique name of the . Returns a String representing the unique name of the . Represents a read-only, on-demand collection of objects contained by a or object. Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an Object that can be used to synchronize access to the collection. An Object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents the distribution of a value in a . Releases all resources used by the . Releases all resources used by the . Gets a object that applies to the . A object that applies to the . Gets the name of the . A string that contains the name of the . Gets the mining model of the . A representing the mining model of the . Gets the to which this applies. The to which this applies. Gets the probability of occurrence for the values represented by the . A double that contains the probability of occurrence for the values represented by the . Gets a collection of properties for the . A that contains the properties for the . Gets the number of cases that support the . A double that contains the number of cases that support the . Gets the value represented by the . Returns a that contains the value. Gets the type of the value represented by the . A representing the type of the value. Gets the variance of the value represented by the . A double that contains the variance of the value. Represents a read-only, on-demand collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets an Object that can be used to synchronize access to the collection. An Object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Describes the type of attribute to return when calling . Alternatively describes a . Return all attributes. Return input-selected attributes. Also represents an attribute that is input-selected. Return attributes that are both input-selected and output-selected. Also represents an attribute that is both input-selected and output-selected. Return attributes that are not feature selected. Also represents an attribute that is not feature selected. Return output-selected attributes. Also represents an attribute that is output-selected. Return attributes that are either input-selected or output-selected. Represents a mining model of an . Releases all resources used by the . Releases all resources used by the . Returns the specified by an attribute ID. A . The attribute ID associated with the to be returned. Returns the statistics for the specified attribute, including the statistics for each state of the attribute. An that contains the attribute statistics for the specified attribute. The attribute identifier for which to retrieve statistics. Returns a collection of attributes based on the specified . A that contains the attributes with the specified feature selection. The on which to filter. Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute. An that contains the attribute statistics for the specified attribute. The attribute identifier for which to retrieve statistics. Returns a from the collection, using the property of the . The requested if found; otherwise, null. The unique name of the to be retrieved. Gets a provider-specific name that describes the algorithm that is used to generate the model. A string that contains the provider-specific name. Gets a value that indicates whether the mining model allows drillthrough. true if the mining model allows drillthrough; otherwise, false. Gets the mining attributes associated with this mining model. A that contains the attributes associated with this mining model. Gets a collection of objects for the model. A that contains the columns of the mining model. Gets a collection of top-level objects for the model. A that contains the top-level content nodes for the model. Gets the date and time that the mining model was created. A DateTime of the date and time that the mining model was created. Gets the user-defined description of the mining model. A string that contains the description. Gets a value that indicates whether the mining model is populated. true if the mining model has been populated; otherwise, false. Gets the date and time that the mining model was last processed. A DateTime of the last date and time processed. Gets the date and time that the mining model was last updated. A DateTime of the last date and time updated. Gets the name of the mining model. A string that contains the name of the mining model. Gets a collection of objects that apply to the mining model. A that contains the objects that apply to the mining model. Gets the to which this mining model belongs. A . Gets a collection of objects that apply to the mining model. A . Represents a read-only, on-demand collection of objects that are contained by a or object. Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Returns the specified from the collection by the model's name. The name of the to be found. Returns an enumerator for iterating through the collection. A . Refreshes the collection of mining models. Gets the number of objects in the collection. The number of objects in the collection. Gets a value that indicates whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by using the model's index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to be found. Gets the specified from the collection by using the model's name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to be found. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents a column in a mining model. Releases all resources used by the . Releases all resources used by the . Gets a collection containing the nested objects. Returns a . Gets the name of the table column containing this column. A String containing the name of the table column containing this column, if this column is based on a table column; null otherwise. Gets the content type of the column. A String that contains the type of the column. Gets the user-description of the column. Returns a String containing the user-description of the column. Gets the for this column. A . Gets the modeling flag for the column. Returns a comma-delimited string containing the modeling flags for the column. Gets the fully qualified name of the column. A String containing the fully qualified name of the column. Determines whether the column is an input column. true if the column is an input column; false otherwise. Determines whether the column is predictable. true if the column is predictable; false otherwise. Determines whether the is processed. true if the is processed; false otherwise. Determines whether the is related to the key. true if the is related to the key; false otherwise. Determines whether the column is a table datatype. true if the column contains a table datatype; false otherwise. Gets the date and time the mining model column was last processed. Returns a DateTime of the last date and time processed. Gets the date and time the mining model column was last updated. Returns a DateTime of the last date and time updated. Gets the name of the column. Returns a string containing the name of the column. Gets the parent . A . Gets the to which this column belongs. Returns the to which this column belongs. Gets the prediction score for the . A Double containing the prediction score. Gets a containing the properties for the column. Returns a containing the properties for the column. Gets the name of the related column for the . A String containing the name of the related column for the . Gets the name of the structure column for the . A String containing the name of the structure column. Gets the of the column. Returns a object representing the type of the column. Gets a containing the possible values associated with the column. Returns a containing the possible values associated with the column. Represents a read-only, on-demand collection of objects contained by a object. Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always returns false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an Object that can be used to synchronize access to the collection. An Object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents the type of the . The node that contains the autoregressive coefficient for a single term in an ARIMA model. (29) The node that contains the moving average coefficient for a single term in an ARIMA model. (30) The node that represents a periodic structure in an ARIMA model. (28) The root node of an ARIMA model. (27) The node represents an association rule detected by the algorithm. (8) The node represents a cluster detected by the algorithm. (5) Represents the starting point for custom node types. Custom node types must be integers greater in value than this constant. This type is used by plug-in algorithms. The node represents the terminal node, or leaf node, of a classification tree. (4) The node corresponds to a predictable attribute. (10) The node contains statistics about the states of an input attribute. (11) The node represents an interior split node in a classification tree. (3) The node represents an itemset detected by the algorithm. (7) The root content node. This node applies to all algorithms. (1) The node containing marginal statistics about the training set, stored in a format used by the Naïve Bayes algorithm. (26) The node that groups together the nodes that describe the hidden layer. This type is used with neural network algorithms. (19) The node is a node of the hidden layer. This type is used with neural network algorithms. (22) The node that groups together the nodes of the input layer. This type is used with neural network algorithms. (18) The node is a node of the input layer. This node will usually match an input attribute and the corresponding states. This type is used with neural network algorithms. (21) The node containing marginal statistics about the training set, stored in a format used by the algorithm. This type is used with neural network algorithms. (24) The node that groups together the nodes of the output layer. This type is used with neural network algorithms. (21) The node is a node of the output layer. This node will usually match an output attribute and the corresponding states. This type is used with neural network algorithms. (23) The node contains one sub-network. This type is used with neural network algorithms. (17) The node corresponds to a predictable attribute. (9) The node is the root of a regression tree. (25) The top node for a Markov model component of a sequence cluster. This node will have a node of type Cluster as a parent, and children of type Transition. (13) The non-root node of a time series tree. (15) The node representing a row of a Markov transition matrix. This node will have a node of type Sequence as a parent, and no children. (14) The node is the root node of a classification tree. (2) The root node of a time series tree that corresponds to a predictable time series. (16) An unknown node type. (6) Represents an algorithm-specific parameter on the . Releases all resources used by the . Releases all resources used by the . Gets the name of the parameter. A string that contains the name of the parameter. Gets the properties for the mining parameter. A that contains the properties for the parameter. Gets the value of the mining parameter. A string that contains the value of the parameter. Represents a read-only, on-demand collection of objects contained by a object. Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. A . The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. A . The name of the to return. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents a mining algorithm available from the object. Releases all resources used by the . Releases all resources used by the . Determines whether the mining service allows cases to have duplicate keys. true if the mining service allows cases to have duplicate keys; false otherwise. Determines whether the mining service allows additional INSERT INTO statements after the initial training. true if the mining service allows additional INSERT INTO statements after the initial training; false otherwise. Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML. true if the mining service allows the creation of a data mining model (including the structure and the content) based on an XML; false otherwise. Gets the mining service parameters available to this service. A containing the mining service parameters available to this service. Gets the for the mining service model. A . Gets the description of this mining service. A String containing the description of this mining service. Gets the localizable display name for the mining service. A String containing the localizable display name. Gets a representing the expected quality of the model produced with this mining service. A . Gets the GUID for the mining service. A GUID uniquely identifying the mining service. Gets the name of the mining service. A String containing the name of the mining service. Gets the representing the expected time for predicting with the mining service. A representing the expected time for predicting with the mining service. Gets the maximum number of predictions the mining service can provide. An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit. Gets the properties of this mining service. A collection containing the properties of this mining service. Gets a representing the scalability of the mining service. A representing the scalability of the mining service. Gets the flags that are supported by the mining service. An array of flags. Gets the content types supported by the mining service. An array of String objects containing the types supported by the mining service. Possible values include:KEYKEY SEQUENCEKEY TIMEDISCRETECONTINUOUSDISCRETIZED([args])ORDEREDCYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEV Gets the modeling flags supported by the mining service. An array of String objects containing the modeling flags supported by the mining service. Possible values include:MODEL_EXISTENCE_ONLYNOT NULLREGRESSORAlgorithm-specific strings. Gets the supported prediction content types for the mining service. An array of String objects containing the supported prediction content types for the mining service. Possible strings include:DISCRETECONTINUOUSDISCRETIZED([args])ORDEREDCYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEV Determines whether the mining service supports data mining dimensions. true if the mining service supports data mining dimensions; false otherwise. Determines whether the mining service supports drillthrough. true if the mining service supports drillthrough; false otherwise. Gets the that represents the expected time to train a model using this mining service. A . Gets the viewer recommended to view the results of this mining service. A String containing the type name. Gets a read-only collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The with the index name. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the Enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents the level of control that the mining service algorithm exposes on the training operation . The training of the algorithm can be canceled while still preserving content learned. The training of the algorithm cannot be canceled without loosing content learned. The training operation can be resumed. The training operation can be suspended, and using the learned content will result in meaningful results. Describes the relative expected quality of the patterns found by the mining service algorithm. Represents a relatively high quality. Represents a relatively low quality. Represents a relatively medium quality. Represents an available parameter for the mining service. Releases all resources used by the . Releases all resources used by the . Gets the default value for this parameter. A String containing the default value for this parameter. Gets the description of the parameter. A String containing the description of this parameter. Gets a Boolean indicating if this parameter is required. true if this parameter is required; false otherwise. Gets the name of the parameter. A String containing the name of the parameter. Gets the type of the parameter value. A String containing the type of the parameter value, in DBTYPE format. Gets the properties for the mining service parameter. A containing the properties for the mining service parameter. Gets the service name for the mining service parameter. A String containing the service name. Gets a string that describes possible values for this parameter. A String that describes possible values for this parameter. Gets a read-only collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The with the index name. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Describes the relative expected complexity of executing a prediction with the mining service algorithm. Represents a relatively high complexity. Represents a relatively low complexity. Represents a relatively medium complexity. Describes the relative expected scalability of the mining service algorithm. Represents a relatively high scalability. Represents a relatively low scalability. Represents a relatively medium scalability. Describes the relative expected complexity of training the mining service algorithm. Represents a relatively high training complexity. Represents a relatively low training complexity. Represents a relatively medium training complexity. Represents a mining structure on the server. This class cannot be inherited. Releases all resources used by the . Releases all resources used by the . Gets the caption of the mining structure. A string that contains the caption of the mining structure. Gets the columns within the mining structure. A . Gets the date and time the mining structure was created. A DateTime. Gets the description of the mining structure. A string that contains the description of the mining structure. Gets a value that indicates whether the mining structure is processed. true if the mining structure is processed; otherwise, false. Gets the date and time the mining structure was last processed. A DateTime. Gets the date and time the mining structure was last updated. A DateTime. Gets the mining models in the mining structure. A . Gets the name of the mining structure. A string that contains the name of the mining structure. Gets the properties of the mining structure. A that contains the properties of the mining structure. Returns the unique name that is associated with the mining structure. A string that contains the name of the mining structure. Represents a read-only, on-demand collection of objects that are contained by an object. Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Returns the specified from the collection by the structure's name. The with the given name. The name of the to be found. Returns an enumerator for iterating through the collection. A . Refreshes the collection of mining structures. Gets the number of objects in the collection. The number of objects in the collection. Gets a value that indicates whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by using the structure's index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to be found. Gets the specified from the collection by using the structure's name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to be founnd. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents the structure of a mining column. Releases all resources used by the . Releases all resources used by the . Gets the nested columns for the mining structure column. A containing the nested columns. Gets the name of the table column containing this mining structure column. A String containing the name of the table column containing this mining structure column. Gets the content type of the mining structure column. A String representing the content type of the mining structure. Possible values include: KEYKEY SEQUENCEKEY TIMEDISCRETECONTINUOUSDISCRETIZED([args])ORDEREDSEQUENCE_TIMECYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEVORDERSEQUENCE Gets the description of the mining structure column. A String containing the description of the mining structure column. Gets the for this mining structure column. The for this mining structure column. Gets the modeling flags for the mining structure column. A comma-delimited string containing the modeling flags for the mining structure column. The possible value is NOT NULL. Gets the fully-qualified name for the mining structure column. A String containing the fully-qualified name for the mining structure column. Gets a Boolean indicating if this column is processed. true if this column is processed; false otherwise. Gets a Boolean indicating if this column is related to the key. true if this column is related to the key; false otherwise. Gets the date and time the mining structure column was last processed. Returns a DateTime of the last date and time processed. Gets the date and time the mining Structure column was last updated. Returns a DateTime of the last date and time updated. Gets the name of the mining structure column. A String containing the name of the mining structure column. Gets the parent . A . Gets the parent to which this mining structure column belongs. A representing the parent mining structure. Gets a containing properties for the mining structure column. A containing properties for the mining structure column. Gets the name of the target column that the current column either relates to, or is a special property of. A String containing the name of the target column. Gets a representing the type of the column. A representing the type of the column. Gets a read-only collection of objects contained by a . This class cannot be inherited. Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The with the index name. The name of the to find. Gets an Enumerator for iterating through the collection. An IEnumerator.       Gets an instance of the Enumerator class for iterating through the collection. An IEnumerator. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents a value in the mining distribution or mining column. This class cannot be inherited. Returns the value that this represents, converted to a double. A double that represents the value of this . Returns the value that this represents, converted to a string. A string that represents the value of this . Gets the maximum value of the discretized range. If the value is numeric, a numeric value that represents the maximum value of the range for the discretized value. If the value is a date, returns a DateTime object that represents the latest date in the range. Gets the midpoint of the discretized range. If the range contains numeric values, returns a numeric value that represents the sum of the minimum and maximum values for the range, divided by two: that is,(DiscretizedMin+DiscretizedMax)/2. If the range contains dates, returns a date at the midpoint of the range. Gets the minimum value of the discretized range. If the value is numeric, a numeric value that represents the minimum value of the range for the discretized value. If the value is a date, returns a DateTime object that represents the earliest date in the range. Gets the index of this mining value. An integer that represents the index of this mining value. Gets the value represented by this . An object that contains the value represented by this . Gets the of this . A that represents the type of this . Gets a read-only collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the Enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the Enumerator has not passed the end of the collection. Represents the type of the value of the object and the object. Represents a value of an inferred type, based on contextual information. Represents a value that contains the number of autoregressive series. Represents a Boolean type. Represents a coefficient that is applied to the value of the associated attribute. Represents a continuous value of the associated attribute. Represents a value that indicates how many times the series is differentiated. Represents a discrete value of the associated attribute. Represents a discretized value of the associated attribute. The value will be a formatted string that describes the respective discretization buckets. Represents a value that describes the existence of an attribute. Represents a value that contains the intercept in a regression formula. Represents the Missing state of any attribute. Represents a value that represents the number of moving averages in a series. Represents the unique identifier of another content node in a model. Represents a custom value that is defined by the algorithm. Represents a value that contains the number of periodic structures in a model. Represents a custom value that the algorithm renders as a string. No formatting was applied by the object model. Represents a value that contains the algorithm-specific statistics concerning a single regressor. Represents a value that contains a score gain for an attribute. Represents a named set for a given cube. Releases the unmanaged resources used by the . Releases the unmanaged resources used by the . Gets the description of the . A String that contains the description for the . Gets the MDX set expression that defines the . A String that contains the set expression that defines the . Gets the name of the . A String that contains the name of the . Gets a that contains the . A that contains the . Gets a that contains the properties associated with the . A that contains the properties associated with the named set. Gets a read-only, on-demand collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection. The name of the to find. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an that can be used to synchronize access to the collection. An that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Generates runtime information about the PlugInAttribute custom attribute. Initializes a new instance of the class. Finalizes an open instance of the class. Represents a property of various ADOMD.NET objects. Releases all resources used by the . Releases all resources used by the . Gets a String representing the name of the . A String representing the name of the . Gets a Type representing the type of the . A Type representing the type of the . Gets an Object representing the value of the . An Object representing the value of the . Gets a read-only collection of objects contained by a . Releases all resources used by the . Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Copies the elements of the collection to the specified array. An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing. The zero-based index at which to begin copying. Releases all resources used by the . Gets the specified from the collection by its name. The with the name name. The name of the to find. Gets an Enumerator for iterating through the collection. A PropertyCollection.Enumerator. Gets the number of objects in the collection. The number of objects in the collection. Gets a value indicating whether access to the collection is synchronized (thread safe). Always false. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Gets the specified from the collection by its name. In Microsoft Visual C#, this property is the indexer for the class. The name of the to find. Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. Supports iterating over a and reading its individual objects. Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection. Marks the methods in the assembly that are safe to run with the property set to true. Initializes a new instance of the class. A value that indicates whether the associated method is safe to run with the property set to true. Releases all resources used by the . Gets a value that indicates whether the associated method is safe to run with the property set to true. true if the associated method is safe to run with the property set to true; otherwise, false. Represents the object type of an object retrieved by the method of the . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Object is a . Represents the server object for the running instance of Analysis Services. Occurs when the session between the server that has the running instance of Analysis Services and the client starts to close, but before the session is finally closed. Occurs when the server that has the running instance of Analysis Services starts a session with the client. Gets the object for the server. A object that has the culture information for the server. Gets the name of the server that has the running instance of Analysis Services. A string value with the name of the server. Represents an ordered collection of zero or more tuples. Releases all resources used by the . Releases all resources used by the . Gets an instance of the Enumerator class for iterating through the collection. An IEnumerator used for iterating through the collection. Gets a reference to the collection referenced by the . A . Gets a reference to the collection referenced by the . A . Provides the functionality to create immutable sets. Initializes a new instance of the class. Initializes a new instance of the class, with a given . The on which to initially base the set. Releases all resources used by the . Adds a to the set. The to be appended to the set. Releases all resources used by the . Gets a based on the specified objects. A . Gets the number of objects in the set. The count of objects in the set. Gets the specified object. The specified . The index of the in the set. Represents the statistics for a single attribute state. Represents the adjusted probability for the attribute state. Represents the probability for the attribute state. Represents the probability variance for the attribute state. Represents the support for the attribute state. Represents the value for the attribute state. Represents the variance for the attribute state. Represents an ordered collection of members from different hierarchies. Releases all resources used by the . Releases all resources used by the . Gets an instance of the class from the . A that contains the members of the . Gets the ordinal position of the . An Integer that contains the ordinal position of the . Provides the functionality to create immutable tuples. Initializes a new instance of the class. Initializes a new instance of the class with a given . The on which to initially base the tuple. Releases all resources used by the . Adds a to the tuple. The to be appended to the tuple. Releases all resources used by the . Gets a based on the specified objects. A . Gets the number of objects in the tuple. The count of objects in the tuple. Gets the specified object. The specified . The index of the in the tuple. Gets a read-only collection of objects contained by a . Releases all resources used by the . Releases all resources used by the . Gets an Enumerator for iterating through the collection. A TupleEnumerator for iterating through the collection. Gets the number of objects in the collection. Gets the number of objects in the collection. Gets the specified from the collection by its index. In Microsoft Visual C#, this property is the indexer for the class. The zero-based index of the to find. Supports iterating over a and reading its individual objects. Releases all resources used by the . Releases all resources used by the . Moves to the next in the . true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current in the . The in the , if the enumerator has not passed the end of the collection.