MiningModelColumn.ParentMiningModel 屬性
Gets the MiningModel to which this column belongs.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'用途
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
屬性值
型別:Microsoft.AnalysisServices.AdomdServer.MiningModel
The MiningModel to which this column belongs.