MiningModels プロパティ

MiningStructure に関連付けられている MiningModel オブジェクトのコレクションを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModels As MiningModelCollection
    Get
'使用
Dim instance As MiningStructure
Dim value As MiningModelCollection

value = instance.MiningModels
[BrowsableAttribute(false)]
public MiningModelCollection MiningModels { get; }
[BrowsableAttribute(false)]
public:
property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MiningModels : MiningModelCollection
function get MiningModels () : MiningModelCollection

プロパティ値

型: Microsoft.AnalysisServices. . :: . .MiningModelCollection
MiningStructure に関連付けられている MiningModel オブジェクトのコレクションを示す MiningModelCollection です。