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 네임스페이스