Compartilhar via


Propriedade do RDL MiningModelColumn.ParentMiningModel

Gets the MiningModel to which this column belongs.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property ParentMiningModel As MiningModel 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningModel
The MiningModel to which this column belongs.

Consulte também

Referência

MiningModelColumn Classe

Namespace Microsoft.AnalysisServices.AdomdServer