次の方法で共有


MiningDistribution クラス

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 MiningDistribution に適用される MiningAttribute オブジェクトを取得します。
パブリック プロパティ Name MiningDistribution の名前を取得します。
パブリック プロパティ ParentMiningModel MiningDistribution のマイニング モデルを取得します。
パブリック プロパティ ParentNode この MiningDistribution を適用する MiningContentNode を取得します。
パブリック プロパティ Probability MiningDistribution によって表された値の発生の確率を取得します。
パブリック プロパティ Properties MiningDistribution のプロパティのコレクションを取得します。
パブリック プロパティ Support MiningDistribution をサポートするケースの数を取得します。
パブリック プロパティ UniqueName
パブリック プロパティ Value MiningDistribution が表す値を取得します。
パブリック プロパティ ValueType MiningDistribution が表す値の型を取得します。
パブリック プロパティ Variance MiningDistribution が表す値の分散を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド {dtor} MiningDistribution で使用されるすべてのリソースを解放します。
パブリック メソッド Dispose MiningDistribution で使用されるすべてのリソースを解放します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。