Parent 属性
Gets the parent MiningModel.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property Parent As Object
Get
用法
Dim instance As MiningModelColumn
Dim value As Object
value = instance.Parent
public Object Parent { get; }
public:
virtual property Object^ Parent {
Object^ get () sealed;
}
abstract Parent : Object
override Parent : Object
final function get Parent () : Object