다음을 통해 공유


MiningStructure.MiningModels 속성

Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property MiningModels As MiningModelCollection 
    Get
‘사용 방법
Dim instance As MiningStructure 
Dim value As MiningModelCollection 

value = instance.MiningModels
public MiningModelCollection MiningModels { get; }
public:
property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get ();
}
member MiningModels : MiningModelCollection
function get MiningModels () : MiningModelCollection

속성 값

유형: Microsoft.AnalysisServices.AdomdClient.MiningModelCollection
A collection of mining models for the mining structure.

참고 항목

참조

MiningStructure 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스