MiningModelColumn.ParentMiningModel プロパティ
MiningModelColumn オブジェクトの親 MiningModel を取得します。
名前空間: 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
MiningModel オブジェクトです。