Share via


MiningDistribution 类

Represents the distribution of a value in a MiningContentNode.

继承层次结构

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningDistribution

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public NotInheritable Class MiningDistribution _
    Implements IDisposable, IMetadataObject
用法
Dim instance As MiningDistribution
public sealed class MiningDistribution : IDisposable, 
    IMetadataObject
public ref class MiningDistribution sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningDistribution =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class MiningDistribution implements IDisposable, IMetadataObject

MiningDistribution 类型公开以下成员。

属性

  名称 说明
公共属性 Attribute Gets a MiningAttribute object that applies to the MiningDistribution.
公共属性 Name Gets the name of the MiningDistribution.
公共属性 ParentMiningModel Gets the mining model of the MiningDistribution.
公共属性 ParentNode Gets the MiningContentNode to which this MiningDistribution applies.
公共属性 Probability Gets the probability of occurrence for the values represented by the MiningDistribution.
公共属性 Properties Gets a collection of properties for the MiningDistribution.
公共属性 Support Gets the number of cases that support the MiningDistribution.
公共属性 UniqueName
公共属性 Value Gets the value represented by the MiningDistribution.
公共属性 ValueType Gets the type of the value represented by the MiningDistribution.
公共属性 Variance Gets the variance of the value represented by the MiningDistribution.

页首

方法

  名称 说明
公共方法 {dtor} Releases all resources used by the MiningDistribution.
公共方法 Dispose Releases all resources used by the MiningDistribution.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。