共用方式為


AdomdConnection.MiningModels 屬性

Gets an instance of a MiningModelCollection that represents the collection of mining models that an analytical data source contains.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModels As MiningModelCollection 
    Get
'用途
Dim instance As AdomdConnection 
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.AdomdClient.MiningModelCollection
A MiningModelCollection that represents the collection of mining models that an analytical data source contains.

請參閱

參考

AdomdConnection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間