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