MiningStructure クラス
1 つ以上のマイニング モデルの構造を定義します。構造には、列、バインド、およびオプションの提示パーティションが含まれます。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices. . :: . .ProcessableMajorObject
Microsoft.AnalysisServices..::..MiningStructure
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("EEF145A8-5946-492d-9422-032C1178B04F")> _
Public NotInheritable Class MiningStructure _
Inherits ProcessableMajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
'使用
Dim instance As MiningStructure
[GuidAttribute("EEF145A8-5946-492d-9422-032C1178B04F")]
public sealed class MiningStructure : ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[GuidAttribute(L"EEF145A8-5946-492d-9422-032C1178B04F")]
public ref class MiningStructure sealed : public ProcessableMajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("EEF145A8-5946-492d-9422-032C1178B04F")>]
type MiningStructure =
class
inherit ProcessableMajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
end
public final class MiningStructure extends ProcessableMajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
MiningStructure 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
MiningStructure() () () () | MiningStructure の新しいインスタンスを既定値で初期化します。 | |
MiningStructure(String) | 名前を使用して、MiningStructure の新しいインスタンスを初期化します。 | |
MiningStructure(String, String) | 名前および識別子を使用して、MiningStructure の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | 現在のオブジェクトに対するすべての注釈のコレクション オブジェクトを取得します。 (MajorObject から継承されています。) | |
CacheMode | マイニング構造の処理中に取得されたトレーニング データに使用されているキャッシュ メカニズムを取得します。値の設定も可能です。 | |
CanRaiseEvents | (Component から継承されています。) | |
CaseTableName | MiningStructure オブジェクトに関連付けられたケース テーブルの名前を取得します。値の設定も可能です。 | |
Collation | MiningStructure により使用される照合順序を取得します。値の設定も可能です。 | |
Columns | MiningStructure に関連付けられている列のコレクションを取得します。 | |
Container | (Component から継承されています。) | |
CreatedTimestamp | オブジェクトの作成日時を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
DataSource | MiningStructure に関連付けられている DataSource オブジェクトを取得します。 | |
DataSourceView | MiningStructure に関連付けられている DataSourceView オブジェクトを取得します。 | |
Description | 現在のオブジェクトの説明文字列を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
DesignMode | (Component から継承されています。) | |
ErrorConfiguration | MiningStructure の処理中に発生するエラーの処理の設定を取得します。値の設定も可能です。 | |
Events | (Component から継承されています。) | |
FilterComponent | マイニング構造に使用されるソース キューブのスライスを定義する MDX 式を取得します。値の設定も可能です。 | |
FriendlyName | (NamedComponent から継承されています。) | |
HoldoutActualSize | MiningStructure に関連付けられている、提示されたパーティションのサイズを返します。この値は読み取り専用であり、MiningStructure が処理されるまで使用できません。 | |
HoldoutMaxCases | テスト データを含む MiningStructure のパーティション内のケースの最大数を取得します。値の設定も可能です。 | |
HoldoutMaxPercent | テストに使用する MiningStructure のソース データ内のケースの割合を取得します。値の設定も可能です。 | |
HoldoutSeed | MiningStructure の、トレーニング データ セットとテスト データ セットへのパーティション分割を初期化するために使用するシードを取得します。値の設定も可能です。 | |
ID | (NamedComponent から継承されています。) | |
IsLoaded | インフラストラクチャです。 (MajorObject から継承されています。) | |
KeyForCollection | (NamedComponent から継承されています。) | |
Language | MiningStructure の言語識別子を取得します。値の設定も可能です。 | |
LastProcessed | (ProcessableMajorObject から継承されています。) | |
LastSchemaUpdate | 現在のオブジェクト スキーマの最終更新日時を取得します。値の設定も可能です。 (MajorObject から継承されています。) | |
MiningModels | MiningStructure に関連付けられている MiningModel オブジェクトのコレクションを取得します。 | |
MiningStructurePermissions | MiningStructure オブジェクトに対する権限のコレクションを取得します。値の設定も可能です。 | |
Name | (NamedComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | MiningStructure の親である Database オブジェクトを取得します。 | |
ParentServer | MiningStructure の親である Server オブジェクトを取得します。 | |
Site | (NamedComponent から継承されています。) | |
SiteID | (NamedComponent から継承されています。) | |
Source | MiningStructure がバインドされているデータのソースを取得します。値の設定も可能です。 | |
State | (ProcessableMajorObject から継承されています。) | |
Translations | MiningStructure に関連付けられている Translation オブジェクトのコレクションを取得します。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
説明
同じ構造を使用するマイニング モデルを多数定義できます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。