MiningModelColumn.ParentMiningModel 屬性
Gets the parent MiningModel of a MiningModelColumn object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'用途
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
屬性值
型別:Microsoft.AnalysisServices.MiningModel
A MiningModel object.