Compartilhar via


Propriedade do RDL MiningModelColumn.ParentMiningModel

Gets the parent MiningModel of a MiningModelColumn object.

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

Sintaxe

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.MiningModel
A MiningModel object.

Consulte também

Referência

MiningModelColumn Classe

Namespace Microsoft.AnalysisServices