Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the MiningModel to which this column belongs.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningModel
The MiningModel to which this column belongs.