Freigeben über


MiningModelColumn.ParentMiningModel-Eigenschaft

Gets the parent MiningModel of a MiningModelColumn object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMiningModel As MiningModel 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.MiningModel
A MiningModel object.

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices-Namespace