Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the mining model of the MiningDistribution.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'Usage
Dim instance As MiningDistribution
Dim value As MiningModel
value = instance.ParentMiningModel
public MiningModel ParentMiningModel { get; }
public:
property MiningModel^ ParentMiningModel {
MiningModel^ get ();
}
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningModel
A MiningModel representing the mining model of the MiningDistribution.