次の方法で共有


MiningModel.Parent プロパティ

このマイニング モデルが属する MiningStructure を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningStructure 
    Get
'使用
Dim instance As MiningModel 
Dim value As MiningStructure 

value = instance.Parent
[BrowsableAttribute(false)]
public MiningStructure Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningStructure^ Parent {
    MiningStructure^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningStructure
function get Parent () : MiningStructure

プロパティ値

型: Microsoft.AnalysisServices.MiningStructure
このマイニング モデルが属するマイニング構造です。

関連項目

参照

MiningModel クラス

Microsoft.AnalysisServices 名前空間