MiningModel.Parent 属性

Gets the MiningStructure to which this mining model belongs.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property Parent As MiningStructure 
    Get
用法
Dim instance As MiningModel 
Dim value As MiningStructure 

value = instance.Parent
public MiningStructure Parent { get; }
public:
property MiningStructure^ Parent {
    MiningStructure^ get ();
}
member Parent : MiningStructure
function get Parent () : MiningStructure

属性值

类型:Microsoft.AnalysisServices.AdomdClient.MiningStructure
The mining structure to which this mining model belongs.

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices.AdomdClient 命名空间