MiningModel クラス
個々のマイニング モデルの詳細を定義します。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices. . :: . .ProcessableMajorObject
Microsoft.AnalysisServices..::..MiningModel
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("AB0A80A1-D3FB-45f0-8D3A-37455E7BF4DB")> _
Public NotInheritable Class MiningModel _
Inherits ProcessableMajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
'使用
Dim instance As MiningModel
[GuidAttribute("AB0A80A1-D3FB-45f0-8D3A-37455E7BF4DB")]
public sealed class MiningModel : ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[GuidAttribute(L"AB0A80A1-D3FB-45f0-8D3A-37455E7BF4DB")]
public ref class MiningModel sealed : public ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("AB0A80A1-D3FB-45f0-8D3A-37455E7BF4DB")>]
type MiningModel =
class
inherit ProcessableMajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
end
public final class MiningModel extends ProcessableMajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
MiningModel 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
MiningModel() () () () | MiningModel の新しいインスタンスを既定値で初期化します。 | |
MiningModel(String) | 名前を使用して、MiningModel の新しいインスタンスを初期化します。 | |
MiningModel(String, String) | 名前と識別子を使用して MiningModel クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Algorithm | MiningModel に関連付けられているアルゴリズムを取得します。値の設定も可能です。これは Microsoft から提供されますが、独自にカスタム アルゴリズムを指定することもできます。 | |
AlgorithmParameters | 割り当てられているアルゴリズムとは無関係に、適用可能な一連の AlgorithmParameters を取得します。 | |
AllowDrillThrough | マイニング モデルでドリルスルーが許可されているかどうかを示す値を取得します。値の設定も可能です。 | |
Annotations | 現在のオブジェクトに対するすべての注釈のコレクション オブジェクトを取得します。 (MajorObject から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Collation | MiningModel オブジェクトにより使用される照合順序を取得します。値の設定も可能です。 | |
Columns | MiningModel オブジェクトに関連付けられた列のコレクションを取得します。 | |
Container | (Component から継承されています。) | |
CreatedTimestamp | オブジェクトの作成日時を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
Description | 現在のオブジェクトの説明文字列を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
Filter | マイニング モデルに関連付けられているフィルタ式を取得します。値の設定も可能です。 | |
FoldingParameters | ||
FriendlyName | (NamedComponent から継承されています。) | |
ID | (NamedComponent から継承されています。) | |
IsLoaded | インフラストラクチャです。 (MajorObject から継承されています。) | |
KeyForCollection | (NamedComponent から継承されています。) | |
Language | 既定で使用する言語を取得します。値の設定も可能です。 | |
LastProcessed | (ProcessableMajorObject から継承されています。) | |
LastSchemaUpdate | 現在のオブジェクト スキーマの最終更新日時を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
MiningModelPermissions | MiningModel オブジェクトに対する権限のコレクションが含まれます。 | |
Name | (NamedComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | このマイニング モデルが属する MiningStructure を取得します。 | |
ParentDatabase | MiningModel オブジェクトの親である Database オブジェクトを取得します。 | |
ParentServer | MiningModel オブジェクトの親である Server オブジェクトを取得します。 | |
Site | (NamedComponent から継承されています。) | |
SiteID | (NamedComponent から継承されています。) | |
State | (ProcessableMajorObject から継承されています。) | |
Translations | MiningModel オブジェクトに関連付けらた Translation オブジェクトのコレクションが含まれます。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
説明
同じ構造を多数のマイニング モデルで共有できますが、アルゴリズムを変更したり、予測される値が含まれる列を変更したりすると、構造が変更されます。MiningModel 内の一連の列は、親に当たる構造の列のサブセットである必要があり、入れ子になっているテーブル構造を共有している必要があります。列を除外するには、列を省略するか、使用値を none に設定します。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。