Compartilhar via


Propriedade do RDL MiningContentNode.ParentMiningModel

Gets the MiningModel of the MiningContentNode.

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

Sintaxe

'Declaração
Public ReadOnly Property ParentMiningModel As MiningModel 
    Get
'Uso
Dim instance As MiningContentNode 
Dim value As MiningModel 

value = instance.ParentMiningModel
public MiningModel ParentMiningModel { get; }
public:
property MiningModel^ ParentMiningModel {
    MiningModel^ get ();
}
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningModel
The MiningModel of the MiningContentNode.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient