Proprietà MiningModelColumn.Parent
Gets the parent MiningModel.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As Object
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Object
The parent MiningModel.