Partager via


Propriété MiningContentNode.ParentMiningModel

Gets the MiningModel of the MiningContentNode.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentMiningModel As MiningModel 
    Get
'Utilisation
Dim instance As MiningContentNode 
Dim value As MiningModel 

value = instance.ParentMiningModel
public MiningModel ParentMiningModel { get; }
public:
property MiningModel^ ParentMiningModel {
    MiningModel^ get ();
}
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningModel
The MiningModel of the MiningContentNode.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer