Compartir a través de


ParentMiningModel Propiedad

Gets the parent MiningModel of a MiningModelColumn object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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 de la propiedad

Tipo: Microsoft.AnalysisServices. . :: . .MiningModel
A MiningModel object.