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.dll의 Microsoft.AnalysisServices.AdomdClient
구문
‘선언
<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.