Proprietà MiningContentNode.ParentMiningModel
Gets the MiningModel of the MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'Utilizzo
Dim instance As MiningContentNode
Dim value As MiningModel
value = instance.ParentMiningModel
public MiningModel ParentMiningModel { get; }
public:
property MiningModel^ ParentMiningModel {
MiningModel^ get ();
}
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningModel
The MiningModel of the MiningContentNode.