Partager via


Propriété MiningModelColumn.ParentMiningModel

Gets the MiningModel to which this column belongs.

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

Syntaxe

'Déclaration
Public ReadOnly Property ParentMiningModel As MiningModel 
    Get
'Utilisation
Dim instance As MiningModelColumn 
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.AdomdClient.MiningModel
The MiningModel to which this column belongs.

Voir aussi

Référence

MiningModelColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient