MiningModelColumn.Parent Property

Gets the parent MiningModel.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Object 
    Get
'Usage
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

Property Value

Type: Object
The parent MiningModel.

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices.AdomdServer Namespace