MiningModel.Parent 属性

Gets the MiningStructure to which this mining model belongs.

命名空间:  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
The mining structure to which this mining model belongs.

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices 命名空间