Partager via


Propriété MiningModel.Parent

Gets the MiningStructure to which this mining model belongs.

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

Syntaxe

'Déclaration
Public ReadOnly Property Parent As MiningStructure 
    Get
'Utilisation
Dim instance As MiningModel 
Dim value As MiningStructure 

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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.MiningStructure
The mining structure to which this mining model belongs.

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient