Propriété MiningModelColumn.ParentMiningModel
Gets the parent MiningModel of a MiningModelColumn object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'Utilisation
Dim instance As MiningModelColumn
Dim value As MiningModel
value = instance.ParentMiningModel
[BrowsableAttribute(false)]
public MiningModel ParentMiningModel { get; }
[BrowsableAttribute(false)]
public:
property MiningModel^ ParentMiningModel {
MiningModel^ get ();
}
[<BrowsableAttribute(false)>]
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel
Valeur de propriété
Type : Microsoft.AnalysisServices.MiningModel
A MiningModel object.