Compartir a través de


ParentMiningModel Propiedad

Gets the MiningModel of the MiningContentNode.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParentMiningModel As MiningModel
    Get
'Uso
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