Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property MiningModels As MiningModelCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningModelCollection
A collection of mining models for the mining structure.