Propriedade 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
Returns the MiningModel to which this column belongs.
Consulte também