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.