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.

请参阅

参考

MiningModelColumn 类

Microsoft.AnalysisServices 命名空间