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.