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