Partager via


Propriété ParentMiningModel

Gets the MiningModel to which this column belongs.

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

Syntaxe

'Déclaration
Public ReadOnly Property ParentMiningModel As MiningModel
    Get
'Utilisation
Dim instance As MiningModelColumn
Dim value As MiningModel

value = instance.ParentMiningModel
public MiningModel ParentMiningModel { get; }
public:
virtual property MiningModel^ ParentMiningModel {
    MiningModel^ get () sealed;
}
abstract ParentMiningModel : MiningModel
override ParentMiningModel : MiningModel
final function get ParentMiningModel () : MiningModel

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer. . :: . .MiningModel
Returns the MiningModel to which this column belongs.