Proprietà MiningModel.Parent

Gets the MiningStructure to which this mining model belongs.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As MiningStructure 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningStructure
The mining structure to which the mining model belongs.

Vedere anche

Riferimento

MiningModel Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer