msmgdsrv
表示在 Microsoft SQL Server 2005 Analysis Services (SSAS) 实例中运行的对象的 ADOMD.NET 数据提供程序。
表示要对分析数据源运行的命令。
使用默认值初始化 类的新实例。
使用命令文本初始化 类的新实例。
The command to be run by the .
释放 使用的所有资源。
尝试取消 当前正在运行的命令。
基于当前的 创建并返回 类的实例。
An object.
返回新创建的 。
An object.
释放 使用的所有资源。
运行 且不返回任何结果。
A value of one (1).
运行 并且返回 。
An .
使用指定的 CommandBehavior 枚举值运行 并且返回 。
An .
A CommandBehavior enumeration value that indicates the behavior of the during or after running the command.
验证 可以运行。
获取或设置要运行的命令。
A string that contains the command for the . The default value is an empty string.
获取或设置等待命令运行的时间,在此时间后, 将停止尝试运行该命令并且生成一个错误。
An integer that contains the time, in seconds, to wait for the command to run.
或者或设置 使用的 。
The used by the .
获取 类的实例,该类包含 用于运行命令的参数。
An that contains the parameters that the uses to run the command.
表示与正在运行的 Analysis Services 实例的连接对象。
在多维数据集开始关闭时、但在实际关闭多维数据集之前发生。
在多维数据集打开时发生。
获取当前 正在用于客户端的 对象。
A object that has the culture information that the current is using with the client.
获取当前 的会话标识符。
A string with the session identifier.
获取打开了当前 的用户的标识。
A object that has the information about the user who opened the current .
提供一种方法用于读取通过运行命令获得的只进结果集,并可用于访问多维数据源。
此方法仅供内部使用。
关闭 。
释放 使用的所有资源。
返回包含来自指定列的值的 Boolean。
A Boolean that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回包含来自指定列的值的 Byte。
A Byte that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
此成员留待将来使用。
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.
返回包含来自指定列的值的 Char。
A Char that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回包含来自指定列的值的流的 Char 对象的数组。
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.
返回在某一列指向更多远程结构数据时要使用的 System.Data.IDataReader 接口。
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.
从指定的列获取 对象。
An AdomdDataReader object from the specified column.
The zero-based ordinal position of the column to be retrieved.
返回一个字符串,该字符串包含指定列的数据类型的全名。
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.
返回包含来自指定列的值的 DateTime。
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.
返回包含来自指定列的值的 Decimal。
A Decimal that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回包含来自指定列的值的 Double。
A Double that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
获取用于遍历集合的 IEnumerator 接口。
An IEnumerator interface for iterating through the collection.
返回表示指定列的数据类型的 Type。
A Type that contains the type of the Object returned by the method.
The zero-based ordinal position of the column to find.
返回包含来自指定列的值的 Float。
A Single that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回包含来自指定列的值的 Guid。
A Guid that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回包含来自指定列的值的 Int16。
An Int16 that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回包含来自指定列的值的 Int32。
An Int32 that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回包含来自指定列的值的 Int64。
An Int64 that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
返回指定列的名称。
A String that contains the name of the specified column.
The zero-based ordinal position of the column to find.
返回指定列的序号位置。
An Integer that contains the ordinal position of the specified column.
The name of the column to find.
返回一个 DataTable,它描述 的列元数据。
A DataTable that contains the schema information for the current result of the .
返回包含来自指定列的值的 String。
A String that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
获取包含来自指定列的值的 TimeSpan。
A TimeSpan that contains the value from the specified column.
The zero-based ordinal position of the column to be retrieved.
返回以本机格式表示的指定列的值。
An Object that contains the value of the specified column.
The zero-based ordinal position of the column to be retrieved.
获取当前行中所有列的值的数组。
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.
返回一个布尔值,该值包含指示列是否设置为 Null 的值。
A Boolean containing true if the column is set to null; false otherwise.
The zero-based ordinal position of the column to find.
此成员留待将来使用。
Always false.
将 前移到下一行。
A Boolean that contains true if there are more rows; false otherwise.
获取一个值,该值指示当前行的嵌套深度。
An Integer that contains the depth of nesting for the current row.
获取一个值,该值指示当前行中的列数。
An Integer that contains the number of columns in the current row.
获取一个值,该值指示数据读取器是否关闭。
A Boolean that contains a value indicating whether the data reader is closed.
在给定列的序号位置的情况下,获取指定列的以本机格式表示的值。在 Microsoft Visual C# 中,此属性为 T:Microsoft.AnalysisServices.AdomdServer.AdomdDataReader 类的索引器。
An Object that contains the value of the specified column.
The zero-based index of the column to be retrieved.
在给定列的名称的情况下,获取指定列的以本机格式表示的值。在 Microsoft Visual C# 中,此属性为 类的索引器。
An Object that contains the value of the specified column.
The name of the column to be retrieved.
此成员留待将来使用。
An Integer that contains the value -1.
实现 IEnumerator 接口以便支持遍历 并读取其单独的记录。
移到 中的下一个 IDataRecord 接口。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
对于只进 ,不支持此方法。
获取 中的当前 IDataRecord 接口。
The IDataRecord interface in the , if the enumerator has not passed the end of the records.
表示 ADOMD.NET 引发的异常。
初始化 类的新实例。
使用给定的 HRESULT 初始化 类的新实例。
The HRESULT for the exception.
使用给定的消息初始化 类的新实例。
A string containing the message for the exception.
使用给定的消息和内部异常初始化 类的新实例。
A string containing the message for the exception.
An instance of the Exception that caused the current exception.
释放 使用的所有资源。
获取 HRESULT,这是分配给特定异常的编码的数值。
The HRESULT value.
表示 对象的参数。
初始化 类的新实例。
使用 的名称和值初始化 类的新实例。
The name of the parameter.
The value of the parameter.
创建是当前实例的副本的新 。
A new .
返回 。
A string containing the name of the parameter.
该类获取在 对象中包含的 对象的集合。
将 对象添加到 集合。
An instance of a object.
The object to be added.
使用指定的属性名称和值创建新的 对象,然后将该对象添加到集合中。
An instance of a object.
The name of the to add.
The value of the object to be created.
从 对象中删除所有参数。
确定某一参数是否位于 集合中。
An instance of a Boolean object that contains true if the object exists in the collection. Otherwise, it is false.
The object to find.
在给定某一属性名称的情况下,此方法确定某个参数是否位于 集合中。
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.
将 集合的元素复制到指定的数组。
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.
按照其名称从 集合中获取指定的 对象。
An instance of a object.
The name of the object to find.
返回 集合中参数的第一个匹配项的索引(索引从零开始)。
The index of value if found in the list. Otherwise, it returns -1.
The object to locate 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.
在指定的索引位置将参数插入到 集合中。
The zero-based index at which value should be inserted.
The object to insert into the object.
从 对象中删除特定参数的第一个匹配项。
The object to remove from the object.
删除 对象的指定索引处的参数。
The index of the object to remove from the object.
删除 对象中由名称指定的参数。
The name of the object to remove from the object.
获取 集合中 对象的数目。
The number of objects in the collection.
按照其索引从 集合中获取指定的 对象。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the object to find.
按照其名称从 集合中获取指定的 对象。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the object to find.
表示单个属性的统计信息。
表示关联属性的索引。
表示属性的现有的调整后概率。
表示属性的现有概率。
表示属性的现有支持。
表示属性的最大值。
表示属性的最小值。
表示属性的状态统计信息的数目。
表示属性的每个状态的状态统计信息的数组。
提供存储过程的执行上下文。
如果查询已超时或被用户取消,将引发异常。
引发具有指定的信息的跟踪事件。
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.
获取当前客户端的区域性。
The CultureInfo for the current client.
获取可用于当前数据库或上下文的多维数据集的集合。
A .
获取当前多维数据集。
A that represents the current cube; null if not applicable.
获取当前会话的当前数据库名称。
A string that contains the current database name.
获取当前挖掘模型。
A that represents the current mining model; null if not applicable.
获取当前会话的服务器标识符(服务器\实例)。
A string that contains the server identifier.
获取一个值,该值指示是否出于准备目的正在调用该存储过程。
true if the stored procedure is being called for preparation purposes; otherwise, false.
获取当前数据库中的挖掘模型。
A .
获取当前数据库中的挖掘服务。
A .
获取当前数据库中的挖掘结构。
A .
获取用户定义函数 (UDF) 或存储过程正在基于其运行的传递号。
An integer that represents the current pass.
包含由 包含的 对象的只读的、按需列表。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
执行与释放或重置非托管资源关联的任务。
按照其名称从集合中获取指定的 。
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.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
实现 IEnumerator 接口以便支持遍历 并读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the Enumerator was successfully advanced to the next element; false if the Enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
表示多维数据集的元数据。
释放 使用的所有资源。
释放 使用的所有资源。
从指定的架构行集返回与 关联的对象。
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.
获取 的标题。
A String that contains the caption of the .
获取 的说明。
A String that contains the description of the .
获取包含 类的维度的 类的实例。
A that contains dimensions for the .
获取与 关联的 Kpis。对于早于 Microsoft SQL Server 2005 Analysis Services (SSAS) 的 Analysis Services 版本,不支持此成员。
A collection of Kpis.
获取上次处理 的日期和时间。
A DateTime that contains the date on which the was last processed.
获取上次更新 的日期和时间。
A DateTime that contains the date on which the was last updated.
获取包含 的度量值的 类的实例。
A that contains the measures for the .
获取 的名称。
A String that contains the name of the .
获取包含 类的命名集的 类的实例。
A that contains the named sets for the .
获取 类的实例,该类包含与 相关联的属性。
A that contains the properties associated with the cube.
由 返回,用于确定 是否表示某一维度或多维数据集。
表示某一多维数据集。
表示某一维度。
如果提供程序指定了 表示某一多维数据集或维度,则无法确定它。
表示多维数据集内的一个维度。
释放 使用的所有资源。
释放 使用的所有资源。
获取属性层次结构的集合。对于早于 Microsoft SQL Server 2005 Analysis Services (SSAS) 的 Analysis Services 版本,不支持此成员。
A collection containing the attribute hierarchies for this .
获取 的标题。
A String that contains the caption of the .
获取 的说明。
A String that contains the description of the .
获取 的维度类型。
A enumeration value that represents the dimension type of the .
获取包含 的维度层次结构的 。
A that contains the dimension hierarchies for the .
获取 的名称。
A String that contains the name of the .
获取包含 的 。
A that represents the parent cube of the .
获取一个 ,它包含与 相关联的属性。
A that contains the properties associated with the dimension.
获取 的唯一名称。
A String that contains the unique name of the .
获取一个值,该值指示 是否已启用写操作。
true if the is write-enabled; false if the is not write-enabled.
包含 中包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
If the object is not found, the method returns null, whereas the property throws an exception.
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
表示 的维度类型。
描述包含具有父-子关系的帐户结构的维度。
描述表示材料/组件细分的维度。父-子关系意味着一个由其子级构成的父级。
描述包含有关分发渠道的信息的维度。
描述包含货币信息的维度。
描述包含客户信息的维度。最低级别表示各个客户。
描述包含地理层次结构的维度。
描述包含度量值的维度。
描述表示组织的报告结构的维度。
描述默认维度类型的维度,默认维度类型用于不是时间维度或度量值维度的维度。
描述包含产品信息的维度。最低级别表示各个产品。
描述包含有关市场营销和广告促销的信息的维度。
描述包含定量元素(例如收入水平或子女数目)的维度。
描述包含不同类型的比率的维度(例如,买、卖或打折)。
描述包含不同的业务方案的维度。
指示维度表示时间(例如,年、月、周、天等)。
描述具有未知或未指定类型的维度。
描述仅包含计算成员的维度。此类型的维度通常用于数据可视化技术。
提供计算多维表达式 (MDX) 表达式并返回 的功能。
初始化 类的新实例。
使用要计算的多维表达式 (MDX) 表达式初始化 类的新实例。
An MDX expression.
释放 使用的所有资源。
基于指定的元组计算多维表达式 (MDX) 表达式并返回标量结果。
An that contains the scalar result of the MDX expression.
The tuple under which to evaluate the MDX expression.
基于特定元组计算多维表达式 (MDX) 表达式并返回结果。
An that contains the result of the MDX expression.
The tuple under which to evaluate the MDX expression.
释放 使用的所有资源。
获取或设置要计算的多维表达式 (MDX) 表达式。
A string that contains the MDX expression.
表示维度或维度集所包含的维度层次结构。
释放 使用的所有资源。
释放 使用的所有资源。
获取 的标题。
A String that contains the caption of the .
获取层次结构的当前成员。
A .
获取 的默认成员的唯一名称。
A String that contains the unique name of the default member for the .
获取 的说明。
A String that contains the description of the .
获取 的层次结构类型。
A enumeration value that represents the hierarchy type of the .
获取包含 的级别的 。
A that contains the levels of the .
获取 的名称。
A String that contains the name of the .
获取包含 的 。
A that contains the .
获取一个 ,它包含与 相关联的属性。
A that contains the properties associated with the .
获取 的唯一名称。
A String that contains the key of the .
包含 或 中包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
描述层次结构的总体结构。
指定该层次结构是一个属性层次结构。
指定该层次结构是一个父子层次结构。
指定该层次结构是一个用户定义层次结构。
定义一个抽象类,该类为 中的元数据对象提供 Name 和 UniqueName 方法。
关键绩效指标 (KPI) 是围绕度量值和 MDX 表达式的元数据包装。
释放 使用的所有资源。
释放 使用的所有资源。
获取与 关联的标题。
A string containing the caption of the .
获取 的可读的说明。
A String containing the description of the .
获取一个正斜杠分隔的分类结构,客户端应用程序使用该结构确定 的分层演示。
A String containing the hierarchical presentation information of the .
获取 的名称。
A String containing the name of the .
获取 ,它表示关键绩效指标 (KPI) 属于的多维数据集。
A representing the cube to which the KPI belongs.
获取当前 的父 。
Returns the parent of the current .
获取包含 的属性的集合。
Returns a containing the properties of the .
获取一个字符串,该字符串表示用于显示 状态的图形。
A String representing a graphic for displaying status.
获取一个字符串,该字符串表示用于显示 趋势信息的图形。
A String representing a graphic for displaying trend information.
包含由 包含的 对象的只读的、按需列表。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
The .
The name of the to find.
获取用于遍历集合的枚举器。
A .
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always returns false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The specified .
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The specified .
The name of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
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 InvalidOperationExceptionhttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsysteminvalidoperationexceptionclasstopic.asp.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
表示层次结构中的级别。
释放 使用的所有资源。
释放 使用的所有资源。
返回一个 ,它包含 的成员的集合。注意 此方法将加载该级别的所有成员。如果有大量的成员,此方法可能需要较长的时间来执行。
A that contains a collection of members for the .
获取 的说明。
A String that contains the description of the .
获取父层次结构内的 的序号位置。
An Integer that contains the ordinal position of the within the parent hierarchy.
获取一个 ,它包含 的成员属性的集合。
A that contains a collection of level properties for the .
获取 的级别类型。
A enumeration value that represents the level type of the .
获取 包含的成员的数目。
A Long that contains the number of members contained by the .
获取 的名称。
A String that contains the name of the .
获取包含 的 。
A .
获取一个 ,它包含与 相关联的属性。
A that contains the properties associated with the level.
获取 的唯一名称。
A String that contains the unique name of the .
包含 中包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
The name of the to find.
获取集合中的 对象的数目。
Gets the number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
包含 中包含的 对象的只读的、按需集合。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
表示可用于级别中的成员的成员属性。
释放 使用的所有资源。
释放 使用的所有资源。
获取 的标题。
A String that contains the caption of the .
获取 的说明。
A String that contains the description of the .
获取 的名称。
A String that contains the name of the .
获取包含 的 。
A that contains the .
获取 的完全限定名称。
A String that contains the fully-qualified name of the .
表示 包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
表示 的级别类型。
指示在帐户维度中存在某一级别。
指示维度的顶级 (All)(预先计算所有更低级别的所有成员的级别)。
指示属于物料清单维度的一部分的级别。
指示计算某一级别。
指示在分发渠道维度内存在一个级别。
指示一个级别包含有关公司的信息。
指示一个级别包含有关外汇换算后生成的货币的信息。
指示一个级别包含有关外汇换算前的开始货币的信息。
指示一个级别包含有关单独客户的信息。
指示一个级别包含有关客户组的信息。
指示一个级别包含有关全体客户的信息。
指示一个级别表示某一城市名称。
指示一个级别表示某一洲名称。
指示一个级别表示某一国家或地区名称。
指示一个级别表示某一县名称。
指示一个级别表示不适合其他地理类别的位置类型。
指示一个级别表示某一邮政编码。
指示一个级别表示某一自定义地区。
指示一个级别表示某一州或省名称。
指示一个级别表示较大组织内的某一单位的名称。
指示一个级别表示较大组织内的某一个体的名称。
指示一个级别表示某一单独的产品。
指示一个级别表示某一产品组。
指示一个级别表示某一促销。
指示一个级别表示定量维度内的某一定量成员。
指示该级别与时间无关。
指示一个级别表示某一销售代表。
保留供将来使用。
指示一个级别表示某一方案。
指示该级别与时间相关。
指示一个级别表示某一天。它必须用于其类型为 Time 的维度中。
指示一个级别表示某半年。它必须用于其类型为 Time 的维度中。
指示一个级别表示小时。它必须用于其类型为 Time 的维度中。
指示一个级别表示分钟。它必须用于其类型为 Time 的维度中。
指示一个级别表示月份。它必须用于其类型为 Time 的维度中。
指示一个级别表示(日历)季度。它必须用于其类型为 Time 的维度中。
指示一个级别表示秒钟。它必须用于其类型为 Time 的维度中。
指示一个级别表示某一不确定或非标准的时间度量。它必须用于其类型为 Time 的维度中。
指示一个级别表示周。它必须用于其类型为 Time 的维度中。
指示一个级别表示年份。它必须用于其类型为 Time 的维度中。
指示在效用维度中存在某一级别。
提供用于在不建立完整的 MDX 语法结构的情况下执行多维表达式 (MDX) 函数的静态方法。
对一个集和一个表达式运行多维表达式 (MDX) Aggregate 函数。
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.
对两个集运行多维表达式 (MDX) Crossjoin 函数。
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.
对两个集运行多维表达式 (MDX) DrilldownMember 函数。
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
对一个集运行多维表达式 (MDX) Filter 函数。
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.
对一个集运行多维表达式 (MDX) Generate 函数。
A set or an optional delimited string.
The set to be evaluated.
The parameters to be used when performing the generation function.
运行多维表达式 (MDX) ParallelPeriod 函数。
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.
运行多维表达式 (MDX) StrToSet 函数。
The set specified by the MDX-formatted string.
The string to be converted to a set.
确定如何在 中计算成员。
将以递归方式对成员进行深化。
确定如何计算 方法。
所有重复项都将保留在最终的集合中。
提供不同 和值对象之间的转换功能。
释放 使用的所有资源。
释放 使用的所有资源。
从某一布尔值创建一个新的 对象。
An .
A Boolean value.
从某一 8 位无符号整数创建一个新的 对象。
An .
An 8-bit unsigned integer value.
从某一 Unicode 字符创建一个新的 对象。
An .
A Unicode character value.
从某一 DateTime 创建一个新的 对象。
An .
A DateTime object.
从某一小数创建一个新的 对象。
An .
A decimal value.
从某一双精度浮点数创建一个新的 对象。
An .
A double-precision floating-point number value.
从某一 对象创建一个新的 对象。
An .
A object.
从某一 16 位有符号整数创建一个新的 对象。
An .
A 16-bit signed integer value.
从某一 32 位有符号整数创建一个新的 对象。
An .
A 32-bit signed integer value.
从某一 64 位有符号整数创建一个新的 对象。
An .
A 64-bit signed integer value.
从某一 对象创建一个新的 对象。
An .
A object.
从某一 对象创建一个新的 对象。
An .
A object.
从某一 8 位有符号整数创建一个新的 对象。
An .
An 8-bit signed integer.
从某一 对象创建一个新的 对象。
An .
A object.
从某一单精度浮点数创建一个新的 对象。
An .
A single-precision floating-point number value.
从某一字符串创建一个新的 对象。
An .
A string value.
从某一 对象创建一个新的 对象。
An .
A object.
从某一 16 位无符号整数创建一个新的 对象。
An .
A 16-bit unsigned integer value.
从某一 32 位无符号整数创建一个新的 对象。
An .
A 32-bit unsigned integer value.
从某一 64 位无符号整数创建一个新的 对象。
An .
A 64-bit unsigned integer value.
显式将一个布尔值转换为一个 对象。
An .
A Boolean value.
显式将一个 8 位无符号整数值转换为一个 对象。
An .
An 8-bit unsigned integer.
显式将一个 Unicode 字符值转换为一个 对象。
An .
A Unicode character.
显式将一个 DateTime 值转换为一个 对象。
An .
A DateTime object.
显式将一个 decimal 值转换为一个 对象。
An .
A decimal value.
显式将一个双精度浮点数值转换为一个 对象。
An .
A double-precision floating-point number.
显式将一个 转换为一个 对象。
An .
A object.
显式将一个 16 位有符号整数值转换为一个 对象。
An .
A 16-bit signed integer.
显式将一个 32 位有符号整数值转换为一个 对象。
An .
A 32-bit signed integer.
显式将一个 64 位有符号整数值转换为一个 对象。
An .
A 64-bit signed integer.
显式将一个 对象转换为一个 对象。
An .
A object.
显式将一个 对象转换为一个布尔值。
A Boolean value.
An object.
显式将一个 对象转换为一个 8 位无符号整数。
An 8-bit unsigned integer.
An object.
显式将一个 对象转换为一个 Unicode 字符。
A Unicode character.
An object.
显式将一个 对象转换为一个 DateTime。
A DateTime.
An object.
显式将一个 对象转换为一个小数。
A decimal.
An object.
显式将一个 对象转换为一个双精度浮点数。
A double-precision floating-point number.
An object.
显式将一个 对象转换为一个 。
A .
An object.
显式将一个 对象转换为一个 16 位有符号整数。
A 16-bit signed integer.
An object.
显式将一个 对象转换为一个 32 位有符号整数。
A 32-bit signed integer.
An object.
显式将一个 对象转换为一个 64 位有符号整数。
A 64-bit signed integer.
An object.
显式将一个 对象转换为一个 。
A .
An object.
显式将一个 对象转换为一个 对象。
A object.
An object.
显式将一个 对象转换为一个 8 位有符号整数。
An 8-bit signed integer.
An object.
显式将一个 对象转换为一个 。
A .
An object.
显式将一个 对象转换为一个单精度浮点数。
A single-precision floating-point number.
An object.
显式将一个 对象转换为一个字符串。
A string.
An object.
显式将一个 对象转换为一个 。
A .
An object.
显式将一个 对象转换为一个 16 位无符号整数。
A 16-bit unsigned integer.
An object.
显式将一个 对象转换为一个 32 位无符号整数。
A 32-bit unsigned integer.
An object.
显式将一个 对象转换为一个 64 位无符号整数。
A 64-bit unsigned integer.
An object.
显式将一个 转换为一个 对象。
An .
A object.
显式将一个 8 位有符号整数值转换为一个 对象。
An .
An 8-bit signed integer.
显式将一个 转换为一个 对象。
An .
A object.
显式将一个单精度浮点数转换为一个 对象。
An .
A single-precision floating-point number.
显式将一个字符串转换为一个 对象。
An .
A string.
显式将一个 转换为一个 对象。
An .
A .
显式将一个 16 位无符号整数转换为一个 对象。
An .
A 16-bit unsigned integer.
显式将一个 32 位无符号整数转换为一个 对象。
An .
A 32-bit unsigned integer.
显式将一个 64 位无符号整数转换为一个 对象。
An .
A 64-bit unsigned integer.
隐式将一个布尔值转换为一个 对象。
An .
A Boolean.
隐式将一个 8 位无符号整数转换为一个 对象。
An .
An 8-bit unsigned integer.
隐式将一个 Unicode 字符转换为一个 对象。
An .
A Unicode character.
隐式将一个 DateTime 转换为一个 对象。
An .
A DateTime.
隐式将一个 decimal 转换为一个 对象。
An .
A decimal.
隐式将一个双精度浮点数转换为一个 对象。
An .
A double-precision floating-point number.
隐式将一个 转换为一个 对象。
An .
A .
隐式将一个 16 位有符号整数转换为一个 对象。
An .
A 16-bit signed integer.
隐式将一个 32 位有符号整数转换为一个 对象。
An .
A 32-bit signed integer.
隐式将一个 64 位有符号整数转换为一个 对象。
An .
A 64-bit signed integer.
隐式将一个 转换为一个 对象。
An .
A .
隐式将一个 转换为一个 对象。
An .
A .
隐式将一个 8 位有符号整数转换为一个 对象。
An .
An 8-bit signed integer.
隐式将一个 转换为一个 对象。
An .
A object.
隐式将一个单精度浮点数转换为一个 对象。
An .
A single-precision floating-point number.
隐式将一个字符串转换为一个 对象。
An .
A string value.
隐式将一个 转换为一个 对象。
An .
A object.
隐式将一个 16 位无符号整数转换为一个 对象。
An .
A 16-bit unsigned integer.
隐式将一个 32 位无符号整数转换为一个 对象。
An .
A 32-bit unsigned integer.
隐式将一个 64 位无符号整数转换为一个 对象。
An .
A 64-bit unsigned integer.
返回 对象的布尔值表示形式。
A Boolean.
返回 对象的 8 位无符号整数表示形式。
An 8-bit unsigned integer.
返回 对象的 Unicode 字符表示形式。
A Unicode character.
返回 对象的 DateTime 表示形式。
A DateTime.
返回 对象的小数表示形式。
A decimal.
返回 对象的双精度浮点数表示形式。
A double-precision floating-point number.
返回 对象的 表示形式。
A .
返回 对象的 16 位有符号整数表示形式。
A 16-bit signed integer.
返回 对象的 32 位有符号整数表示形式。
A 32-bit signed integer.
返回 对象的 64 位有符号整数表示形式。
A 64-bit signed integer.
返回 对象的 表示形式。
A .
返回 对象的 表示形式。
A .
返回 对象的 8 位有符号整数表示形式。
An 8-bit signed integer.
返回 对象的 表示形式。
A .
返回 对象的单精度浮点数表示形式。
A single-precision floating-point number.
返回 对象的字符串表示形式。
A string.
返回 对象的 表示形式。
A .
返回 对象的 16 位无符号整数表示形式。
A 16-bit unsigned integer.
返回 对象的 32 位无符号整数表示形式。
A 32-bit unsigned integer.
返回 对象的 64 位无符号整数表示形式。
A 64-bit unsigned integer.
表示多维数据集或度量值组内的一个度量值。
释放 使用的所有资源。
释放 使用的所有资源。
获取 的标题。
A String that contains the caption of the .
获取 的说明。
A String that contains the description of the .
获取用于聚合 的 MDX 表达式。
A String containing the MDX expression that is used to aggregate values for a .
获取 的名称。
A String that contains the member name of the .
获取 的数值精度值。
An Integer that contains a value representing the numeric precision of 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 .
获取包含 的 。
A that contains the .
获取一个 ,它包含与 相关联的属性。
A that contains the properties associated with the measure.
获取 的唯一名称。
A String that contains the unique name of the .
获取 的度量单位的说明。
A String that contains a description of the unit of measure for the .
获取 包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
从集合中返回指定的 。
The name of the to find.
获取集合中的 对象的数目。
Gets the number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
表示层次结构、元组、级别或成员内的单个成员。
释放 使用的所有资源。
释放 使用的所有资源。
返回一个 ,它包含 的子成员的集合。
A that contains a collection of members for the .
获取 的标题。
A String that contains the caption of the .
获取包含在 中的子成员的估计计数。
A long that contains the estimated number of child members contained by the .
获取 的说明性文本。
A String that contains the description of the .
获取包含 的级别的序号位置。
An int that contains the ordinal position within the parent hierarchy of the level that contains the .
获取包含 的级别的名称。
A String that contains the name of the level that contains the .
获取 的名称。
A String that contains the member name of the .
获取对包含 的父 (如果适用)的引用。
A that contains the parent member of the .
此属性获取包含 的 。
A that contains the .
获取 的成员类型。
A enumeration value that represents the member type of the .
获取 的唯一名称。
A String that contains the member key of the .
获取 、 或 包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
获取集合中的 对象的数目。
Gets the number of objects in the collection.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
表示 的成员类型。
该成员是 All 成员。
该成员是计算成员或计算度量值。
该成员是度量值。
该成员是常规成员。
成员类型未知。
表示针对 对象和 对象的挖掘属性。
释放 使用的所有资源。
释放 使用的所有资源。
返回属性的标识符。
Returns an integer identifying the attribute.
确定该挖掘属性是否是所选功能。
A value.
确定此属性是否为输入属性。
true if this is an input attribute; false otherwise.
确定此属性是否可预测。
true if this is a predictable attribute; false otherwise.
获取属性的键列。
A representing the key column for the attribute.
获取属性的完全限定名称。
A String containing the fully qualified name of the attribute.
获取属性的缩短的名称。
A String that contains the shortened name of the attribute.
获取挖掘属性的唯一名称。
A string containing the name of the attribute.
获取 ,它表示属性的值列。
A that represents the value column for the attribute.
表示 包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
A .
The name of the to find.
获取用于遍历集合的枚举器。
An Enumerator for iterating through the collection.
获取用于遍历集合的枚举器。
An IEnumerator.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
A .
The name of the to find.
获取用于同步对集合的访问的对象。
An Object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the Enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
描述 的分布。
表示由提供程序定义的自定义分布。
表示一个分布,其曲线在较高端延长并向较低端倾斜。
表示未指定的分布。
表示一个分布,其曲线具有正态(钟形曲线)分布。
表示一个曲线,曲线中的所有值都具有相同概率。
描述 表示的基础数据的类型。
表示 Boolean 数据类型 (DBTYPE_BOOL)。
表示 Custom 数据类型。
表示 Date 数据类型 (DBTYPE_DATE)。
表示 Double 数据类型 (DBTYPE_R8)。
表示 Long 数据类型 (DBTYPE_I8)。
表示未指定的数据类型 (DBTYPE_EMPTY)。
表示表数据类型 (DBTYPE_HCHAPTER)。
表示 string 数据类型 (DBTYPE_WSTR)。
以层次结构节点格式表示 的学会的内容。
释放 使用的所有资源。
释放 使用的所有资源。
获取所有祖先 对象的集合。
A collection of all ancestor objects.
获取应用于 的 对象。
A object that applies to the .
获取当前区域性中 的标题。
A string containing the caption of the in the current locale.
获取包含 的直接子级的 。
A containing the immediate children of the .
获取包含 的所有后代的 。
A containing all descendants of the .
获取当前区域性中 的说明。
A string containing the description of the in the current locale.
获取一个 ,它包含描述 的分布的 对象。
A containing the objects that describe the distribution of the .
获取从 的父节点到达 的概率。
A double representing the probability of reaching the from the parent of the .
获取在从 移到此 时使用的规则的 XML 说明。
A String containing the XML description of the rule.
获取 的名称。
A String containing the name of the .
获取与此节点关联的规则。
A String containing the rule associated with this node.
获取 的 。
The of the .
获取 的直接父对象。
A representing the immediate parent of the .
获取用于标识 的父节点的唯一名称。
A string containing the unique name identifying the parent of the .
获取到达 的概率。
A double containing the probability of reaching the .
获取包含 的属性的 。
A containing the properties of the .
获取节点的分数。
A double representing the score of the node.
获取 的缩短的标题。
A String containing the shortened caption.
获取一个集合,该集合包含与当前 处于同一层次结构级别的 对象。
A containing the sibling objects.
获取支持 的事例的数目。
A double containing the number of cases that support the .
获取 的类型。
A representing the type of the .
获取 的唯一名称。
Returns a String representing the unique name of the .
表示 或 对象包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An Object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示 中值的分布。
释放 使用的所有资源。
释放 使用的所有资源。
获取应用于 的 对象。
A object that applies to the .
获取 的名称。
A string that contains the name of the .
获取 的挖掘模型。
A representing the mining model of the .
获取此 应用于的 。
The to which this applies.
获取 表示的值的出现概率。
A double that contains the probability of occurrence for the values represented by the .
获取 的属性集合。
A that contains the properties for the .
获取支持 的事例的数目。
A double that contains the number of cases that support the .
获取 表示的值。
Returns a that contains the value.
获取 表示的值的类型。
A representing the type of the value.
获取 表示的值的方差。
A double that contains the variance of the value.
表示 包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
获取用于同步对集合的访问的对象。
An Object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
描述调用 时返回的属性的类型。也可以描述 。
返回所有属性。
返回输入选择的多个属性。还表示作为输入选择的一个属性。
返回既是输入选择、又是输出选择的多个属性。还表示既是输入选择、又是输出选择的一个属性。
返回未选择任何功能的多个属性。还表示未选择任何功能的一个属性。
返回输出选择的多个属性。还表示作为输出选择的一个属性。
返回是输入选择或是输出选择的多个属性。
表示 的挖掘模型。
释放 使用的所有资源。
释放 使用的所有资源。
返回某一属性 ID 指定的 。
A .
The attribute ID associated with the to be returned.
返回指定的属性的统计信息,包括每个属性状态的统计信息。
An that contains the attribute statistics for the specified attribute.
The attribute identifier for which to retrieve statistics.
基于指定的 返回属性的集合。
A that contains the attributes with the specified feature selection.
The on which to filter.
返回指定的属性的统计信息,不包括每个属性状态的统计信息。
An that contains the attribute statistics for the specified attribute.
The attribute identifier for which to retrieve statistics.
使用 的 属性,从 集合返回 。
The requested if found; otherwise, null.
The unique name of the to be retrieved.
获取描述用于生成模型的算法的特定于访问接口的名称。
A string that contains the provider-specific name.
获取一个值,该值指示挖掘模型是否允许钻取。
true if the mining model allows drillthrough; otherwise, false.
获取与此挖掘模型相关联的挖掘属性。
A that contains the attributes associated with this mining model.
获取模型的 对象的集合。
A that contains the columns of the mining model.
获取模型的顶级 对象的集合。
A that contains the top-level content nodes for the model.
获取挖掘模型的创建日期和时间。
A DateTime of the date and time that the mining model was created.
获取挖掘模型的用户定义的说明。
A string that contains the description.
获取一个值,该值指示是否填充挖掘模型。
true if the mining model has been populated; otherwise, false.
获取上次处理挖掘模型的日期和时间。
A DateTime of the last date and time processed.
获取上次更新挖掘模型的日期和时间。
A DateTime of the last date and time updated.
获取挖掘模型的名称。
A string that contains the name of the mining model.
获取应用于挖掘模型的 对象的集合。
A that contains the objects that apply to the mining model.
获取此挖掘模型属于的 。
A .
获取应用于挖掘模型的 对象的集合。
A .
表示 或 对象包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照该模型的名称从集合中返回指定的 。
The name of the to be found.
返回用于遍历集合的枚举器。
A .
刷新挖掘模型的集合。
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
使用该模型的索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to be found.
使用该模型的名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to be found.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示挖掘模型中的列。
释放 使用的所有资源。
释放 使用的所有资源。
获取包含嵌套的 对象的集合。
Returns a .
获取包含该列的表列的名称。
A String containing the name of the table column containing this column, if this column is based on a table column; null otherwise.
获取列的内容类型。
A String that contains the type of the column.
获取列的用户说明。
Returns a String containing the user-description of the column.
获取此列的 。
A .
获取列的建模标志。
Returns a comma-delimited string containing the modeling flags for the column.
获取列的完全限定名称。
A String containing the fully qualified name of the column.
确定列是否为输入列。
true if the column is an input column; false otherwise.
确定列是否可预测。
true if the column is predictable; false otherwise.
确定是否处理 。
true if the is processed; false otherwise.
确定 是否与键相关。
true if the is related to the key; false otherwise.
确定列是否为表数据类型。
true if the column contains a table datatype; false otherwise.
获取上次处理挖掘模型列的日期和时间。
Returns a DateTime of the last date and time processed.
获取上次更新挖掘模型列的日期和时间。
Returns a DateTime of the last date and time updated.
获取列的名称。
Returns a string containing the name of the column.
获取父 。
A .
获取此列属于的 。
Returns the to which this column belongs.
获取 的预测得分。
A Double containing the prediction score.
获取包含列的属性的 。
Returns a containing the properties for the column.
获取 的相关列的名称。
A String containing the name of the related column for the .
获取 的结构列的名称。
A String containing the name of the structure column.
获取列的 。
Returns a object representing the type of the column.
获取包含与列相关联的可能值的 。
Returns a containing the possible values associated with the column.
表示 对象包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always returns false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对集合的访问的对象。
An Object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示 的类型。
包含 ARIMA 模型中单个字词的自动回归系数的节点。(29)
包含 ARIMA 模型中单个字词的移动平均系数的节点。(30)
表示 ARIMA 模型中的周期性结构的节点。(28)
ARIMA 模型的根节点。(27)
该节点表示算法检测到的关联规则。(8)
该节点表示算法检测到的群集。(5)
表示自定义节点类型的起始点。自定义节点类型必须是值大于此常量的整数。此类型由插入算法使用。
该节点表示分类树的终端节点或叶节点。(4)
该节点与可预测属性相对应。(10)
该节点包含有关输入属性状态的统计信息。(11)
该节点表示分类树中的某一内部拆分节点。(3)
该节点表示算法检测到的项集。(7)
根内容节点。该节点将应用于所有算法。(1)
包含关于定型集的边际统计信息的节点,此信息以 Naïve Bayes 算法使用的格式存储。(26)
将描述隐藏层的节点组合在一起的节点。此类型用于神经网络算法。(19)
该节点是隐藏层的节点。此类型用于神经网络算法。(22)
将输入层的节点组合在一起的节点。此类型用于神经网络算法。(18)
该节点是输入层的节点。此节点通常将输入属性与对应的状态相匹配。此类型用于神经网络算法。(21)
包含关于定型集的边际统计信息的节点,此信息以该算法使用的格式存储。此类型用于神经网络算法。(24)
将输出层的节点组合在一起的节点。此类型用于神经网络算法。(21)
该节点是输出层的节点。此节点通常将输出属性与对应的状态相匹配。此类型用于神经网络算法。(23)
该节点包含一个子网络。此类型用于神经网络算法。(17)
该节点与可预测属性相对应。(9)
该节点是回归树的根。(25)
序列分类的 Markov 模型组件的顶端节点。该节点将具有一个作为父节点的群集类型的节点以及转换类型的子节点。(13)
时序树的非根节点。(15)
表示 Markov 转换矩阵的某一行的节点。该节点将具有一个作为父节点的序列类型的节点并且没有子节点。(14)
该节点是分类树的根节点。(2)
对应于可预测时序的时序树的根节点。(16)
未知节点类型。(6)
表示针对 的特定于算法的参数。
释放 使用的所有资源。
释放 使用的所有资源。
获取参数的名称。
A string that contains the name of the parameter.
获取挖掘参数的属性。
A that contains the properties for the parameter.
获取挖掘参数的值。
A string that contains the value of the parameter.
表示 对象包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从集合中获取指定的 。
A .
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。
A .
The name of the to return.
获取用于同步对集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示可从 对象获得的挖掘算法。
释放 使用的所有资源。
释放 使用的所有资源。
确定挖掘服务是否允许事例具有重复的键。
true if the mining service allows cases to have duplicate keys; false otherwise.
确定挖掘服务是否允许在初始定型后具有附加的 INSERT INTO 语句。
true if the mining service allows additional INSERT INTO statements after the initial training; false otherwise.
确定挖掘服务是否允许基于某一 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.
获取可用于此服务的挖掘服务参数。
A containing the mining service parameters available to this service.
获取挖掘服务模型的 。
A .
获取此挖掘服务的说明。
A String containing the description of this mining service.
获取挖掘服务的可本地化显示名称。
A String containing the localizable display name.
获取一个 ,它表示与此挖掘服务一起生成的模型的预期质量。
A .
获取挖掘服务的 GUID。
A GUID uniquely identifying the mining service.
获取挖掘服务的名称。
A String containing the name of the mining service.
获取 ,它表示用于使用挖掘服务进行预测的预期时间。
A representing the expected time for predicting with the mining service.
获取挖掘服务可提供的最大预测数。
An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit.
获取此挖掘服务的属性。
A collection containing the properties of this mining service.
获取一个 ,它表示挖掘服务的可伸缩性。
A representing the scalability of the mining service.
获取挖掘服务支持的 标志。
An array of flags.
获取挖掘服务支持的内容类型。
An array of String objects containing the types supported by the mining service. Possible values include:KEYKEY SEQUENCEKEY TIMEDISCRETECONTINUOUSDISCRETIZED([args])ORDEREDCYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEV
获取挖掘服务支持的建模标志。
An array of String objects containing the modeling flags supported by the mining service. Possible values include:MODEL_EXISTENCE_ONLYNOT NULLREGRESSORAlgorithm-specific strings.
获取挖掘服务的支持的预测内容类型。
An array of String objects containing the supported prediction content types for the mining service. Possible strings include:DISCRETECONTINUOUSDISCRETIZED([args])ORDEREDCYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEV
确定挖掘服务是否支持数据挖掘维度。
true if the mining service supports data mining dimensions; false otherwise.
确定挖掘服务是否支持钻取。
true if the mining service supports drillthrough; false otherwise.
获取 ,它表示用于使用此挖掘服务对模型定型的预期时间。
A .
获取建议用于查看此挖掘服务的结果的查看器。
A String containing the type name.
获取由 包含的 对象的只读集合。
释放 使用的所有资源。
将 集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从 集合中获取指定的 。
The with the index name.
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对 集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the Enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示挖掘服务算法在定型运算上公开的控制级别。
可以取消算法的定型,同时仍然保留学会的内容。
无法在不失去学会的内容的情况下取消算法的定型。
定型运算可恢复。
定型运算可以挂起,并且使用学会的内容将导致有意义的结果。
描述挖掘服务算法发现的模式的相对的预期质量。
表示相对较高的质量。
表示相对较低的质量。
表示相对中等的质量。
表示挖掘服务可用参数。
释放 使用的所有资源。
释放 使用的所有资源。
获取该参数的默认值。
A String containing the default value for this parameter.
获取参数的说明。
A String containing the description of this parameter.
获取一个布尔值,该值指示是否此参数是否是必需的。
true if this parameter is required; false otherwise.
获取参数的名称。
A String containing the name of the parameter.
获取参数值的类型。
A String containing the type of the parameter value, in DBTYPE format.
获取挖掘服务参数的属性。
A containing the properties for the mining service parameter.
获取挖掘服务参数的服务名称。
A String containing the service name.
获取描述此参数的可能值的字符串。
A String that describes possible values for this parameter.
获取由 包含的 对象的只读集合。
释放 使用的所有资源。
将 集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从 集合中获取指定的 。
The with the index name.
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对 集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
描述使用挖掘服务算法执行预测的相对的预期复杂性。
表示相对较高的复杂性。
表示相对较低的复杂性。
表示相对中等的复杂性。
描述挖掘服务算法的相对的预期可伸缩性。
表示相对较高的可伸缩性。
表示相对较低的可伸缩性。
表示相对中等的可伸缩性。
描述定型挖掘服务算法的相对的预期复杂性。
表示相对较高的定型复杂性。
表示相对较低的定型复杂性。
表示相对中等的定型复杂性。
表示服务器上的挖掘结构。无法继承此类。
释放 使用的所有资源。
释放 使用的所有资源。
获取挖掘结构的标题。
A string that contains the caption of the mining structure.
获取挖掘结构内的列。
A .
获取挖掘结构的创建日期和时间。
A DateTime.
获取挖掘结构的说明。
A string that contains the description of the mining structure.
获取一个值,该值指示是否处理挖掘结构。
true if the mining structure is processed; otherwise, false.
获取上次处理挖掘结构的日期和时间。
A DateTime.
获取上次更新挖掘结构的日期和时间。
A DateTime.
获取挖掘结构中的挖掘模型。
A .
获取挖掘结构的名称。
A string that contains the name of the mining structure.
获取挖掘结构的属性。
A that contains the properties of the mining structure.
返回与挖掘结构关联的唯一名称。
A string that contains the name of the mining structure.
表示 对象包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将 集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照该结构的名称从 集合中返回指定的 。
The with the given name.
The name of the to be found.
返回用于遍历 集合的枚举器。
A .
刷新挖掘结构的集合。
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
使用该结构的索引从 集合中获取指定的 对象。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to be found.
使用该结构的名称从 集合中获取指定的 对象。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to be founnd.
获取用于同步对 集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示某一挖掘列的结构。
释放 使用的所有资源。
释放 使用的所有资源。
获取该挖掘结构列的嵌套列。
A containing the nested columns.
获取包含该挖掘结构列的表列的名称。
A String containing the name of the table column containing this mining structure column.
获取该挖掘结构列的内容类型。
A String representing the content type of the mining structure. Possible values include: KEYKEY SEQUENCEKEY TIMEDISCRETECONTINUOUSDISCRETIZED([args])ORDEREDSEQUENCE_TIMECYCLICALPROBABILITYVARIANCESTDEVSUPPORTPROBABILITY_VARIANCEPROBABILITY_STDEVORDERSEQUENCE
获取该挖掘结构列的说明。
A String containing the description of the mining structure column.
获取该挖掘结构列的 。
The for this mining structure column.
获取该挖掘结构列的建模标志。
A comma-delimited string containing the modeling flags for the mining structure column. The possible value is NOT NULL.
获取该挖掘结构列的完全限定名称。
A String containing the fully-qualified name for the mining structure column.
获取一个布尔值,该值指示是否处理此列。
true if this column is processed; false otherwise.
获取一个布尔值,该值指示此列是否与该键相关。
true if this column is related to the key; false otherwise.
获取上次处理该挖掘结构列的日期和时间。
Returns a DateTime of the last date and time processed.
获取上次更新该挖掘结构列的日期和时间。
Returns a DateTime of the last date and time updated.
获取该挖掘结构列的名称。
A String containing the name of the mining structure column.
获取父 。
A .
获取该挖掘结构列属于的父 。
A representing the parent mining structure.
获取一个 ,它包含挖掘结构列的属性。
A containing properties for the mining structure column.
获取与当前列相关或为其特殊属性的目标列的名称。
A String containing the name of the target column.
获取表示列的类型的 。
A representing the type of the column.
获取由 包含的 对象的只读集合。无法继承此类。
释放 使用的所有资源。
将 集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从 集合中获取指定的 。
The with the index name.
The name of the to find.
获取用于遍历 集合的枚举器。
An IEnumerator.
获取用于遍历集合的 Enumerator 类的一个实例。
An IEnumerator.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对 集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示挖掘分布或挖掘列中的值。无法继承此类。
返回此 表示的值,并且转换为 double。
A double that represents the value of this .
返回此 表示的值,并且转换为 string。
A string that represents the value of this .
获取离散化范围的最大值。
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.
获取离散化范围的中点。
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.
获取离散化范围的最小值。
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.
获取此挖掘值的索引。
An integer that represents the index of this mining value.
获取此 表示的值。
An object that contains the value represented by this .
获取此 的 。
A that represents the type of this .
获取由 包含的 对象的只读集合。
释放 使用的所有资源。
将 集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
获取用于同步对 集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the Enumerator has not passed the end of the collection.
表示 对象和 对象的值的类型。
基于上下文信息表示推断类型的值。
表示包含回归序列的数目的值。
表示布尔型。
表示应用于关联属性的值的系数。
表示关联属性的连续值。
表示一个值,该值指示差分时序的次数。
表示关联属性的离散值。
表示关联属性的离散化值。该值将是一个带格式的字符串,描述相应的离散化存储桶。
表示描述属性存在的值。
表示包含回归公式中的截距的值。
表示任何属性的 Missing 状态。
表示一个值,该值表示一个序列中的移动平均值数。
表示模型中其他内容节点的唯一标识符。
表示一个由该算法定义的自定义值。
表示一个值,该值包含模型中的周期性结构数。
表示一个由算法作为字符串呈现的自定义值。对象模型不应用格式。
表示一个值,该值包含关于单个回归量的特定于算法的统计信息。
表示包含某个属性的得分的值。
表示给定多维数据集的命名集。
释放 使用的非托管资源。
释放 使用的非托管资源。
获取 的说明。
A String that contains the description for the .
获取定义 的 MDX 集表达式。
A String that contains the set expression that defines the .
获取 的名称。
A String that contains the name of the .
获取包含 的 。
A that contains the .
获取一个 ,它包含与 相关联的属性。
A that contains the properties associated with the named set.
获取 包含的 对象的只读的、按需集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
从集合中获取指定的 。
The name of the to find.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取可用于同步对集合的访问的 。
An that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
生成有关 PlugInAttribute 自定义属性的运行时信息。
初始化 类的新实例。
确定 类的打开的实例。
表示不同 ADOMD.NET 对象的属性。
释放 使用的所有资源。
释放 使用的所有资源。
获取表示 的名称的字符串。
A String representing the name of the .
获取表示 的类型的类型。
A Type representing the type of the .
获取表示 的值的对象。
An Object representing the value of the .
获取由 包含的 对象的只读集合。
释放 使用的所有资源。
将集合的元素复制到指定的数组。
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.
将 集合的元素复制到指定的数组。
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.
释放 使用的所有资源。
按照其名称从 集合中获取指定的 。
The with the name name.
The name of the to find.
获取用于遍历 集合的枚举器。
A PropertyCollection.Enumerator.
获取集合中的 对象的数目。
The number of objects in the collection.
获取一个值,该值指示是否同步对集合的访问(确保线程安全)。
Always false.
按照其索引从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
按照其名称从 集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The name of the to find.
获取用于同步对 集合的访问的对象。
An object that can be used to synchronize access to the collection.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.
通过将 属性设置为 true,标记程序集中可以安全运行的方法。
初始化 类的新实例。
A value that indicates whether the associated method is safe to run with the property set to true.
释放 使用的所有资源。
获取一个值,该值指示是否通过将 属性设置为 true,关联的方法可以安全地运行。
true if the associated method is safe to run with the property set to true; otherwise, false.
表示由 的 方法检索的对象的对象类型。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
对象为 。
表示 Analysis Services 的正在运行的实例的服务器对象。
在具有正在运行的 Analysis Services 实例的服务器和客户端之间的会话开始关闭时、但在最终结束该会话前发生。
在具有正在运行的 Analysis Services 实例的服务器开始与客户端的会话时发生。
获取服务器的 对象。
A object that has the culture information for the server.
获取具有正在运行的 Analysis Services 实例的服务器的名称。
A string value with the name of the server.
表示由零个或多个元组构成的有序集合。
释放 使用的所有资源。
释放 使用的所有资源。
获取用于遍历集合的 Enumerator 类的一个实例。
An IEnumerator used for iterating through the collection.
获取对 引用的 集合的引用。
A .
获取对 引用的 集合的引用。
A .
提供用于创建不可变集的功能。
初始化 类的新实例。
使用给定的 初始化 类的新实例。
The on which to initially base the set.
释放 使用的所有资源。
将 添加到集。
The to be appended to the set.
释放 使用的所有资源。
基于指定的 对象获取 。
A .
获取集中 对象的数目。
The count of objects in the set.
获取指定的 对象。
The specified .
The index of the in the set.
表示单个属性状态的统计信息。
表示属性状态的调整后概率。
表示属性状态的概率。
表示属性状态的概率方差。
表示对属性状态的支持。
表示属性状态的值。
表示属性状态的方差。
表示来自不同层次结构的成员的有序集合。
释放 使用的所有资源。
释放 使用的所有资源。
从 获取 类的实例。
A that contains the members of the .
获取 的序号位置。
An Integer that contains the ordinal position of the .
提供用于创建不可变元组的功能。
初始化 类的新实例。
使用给定的 初始化 类的新实例。
The on which to initially base the tuple.
释放 使用的所有资源。
将 添加到元组。
The to be appended to the tuple.
释放 使用的所有资源。
基于指定的 对象获取 。
A .
获取元组中 对象的数目。
The count of objects in the tuple.
获取指定的 对象。
The specified .
The index of the in the tuple.
获取由 包含的 对象的只读集合。
释放 使用的所有资源。
释放 使用的所有资源。
获取用于遍历集合的枚举器。
A TupleEnumerator for iterating through the collection.
获取集合中的 对象的数目。
Gets the number of objects in the collection.
按照其索引从集合中获取指定的 。在 Microsoft Visual C# 中,此属性为 类的索引器。
The zero-based index of the to find.
支持遍历 和读取其单独的 对象。
释放 使用的所有资源。
释放 使用的所有资源。
移到 中的下一个 。
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
将枚举器设置为其初始位置(在集合中第一个元素之前)。
获取 中的当前 。
The in the , if the enumerator has not passed the end of the collection.