共用方式為


MiningStructure.MiningModels 屬性

Gets the collection of MiningModel objects associated with a MiningStructure.

命名空間:  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
A MiningModelCollection that contains the collection of MiningModel objects associated with a MiningStructure.

請參閱

參考

MiningStructure 類別

Microsoft.AnalysisServices 命名空間