Класс 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.