Propriété MiningModel.Parent
Obtient le MiningStructure auquel ce modèle d'exploration de données appartient.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.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.AdomdServer.MiningStructure
Structure d'exploration de données à laquelle le modèle d'exploration de données appartient.