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.