ParentMiningModel 屬性
Gets the MiningModel to which this column belongs.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'用途
Dim instance As MiningModelColumn
Dim value As MiningModel
value = instance.ParentMiningModel
public MiningModel ParentMiningModel { get; }
public:
property MiningModel^ ParentMiningModel {
MiningModel^ get ();
}
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel
屬性值
型別:Microsoft.AnalysisServices.AdomdClient. . :: . .MiningModel
Returns the MiningModel to which this column belongs.