Partager via


Propriété MiningModel.Parent

Gets the MiningStructure to which this mining model belongs.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningStructure 
    Get
'Utilisation
Dim instance As MiningModel 
Dim value As MiningStructure 

value = instance.Parent
[BrowsableAttribute(false)]
public MiningStructure Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningStructure^ Parent {
    MiningStructure^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningStructure
function get Parent () : MiningStructure

Valeur de propriété

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

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices