Propriedade do RDL MiningDistribution.ParentMiningModel
Gets the mining model of the MiningDistribution.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer.MiningModel
A MiningModel representing the mining model of the MiningDistribution.