Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the parent MiningModel of a MiningModelColumn object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'Usage
Dim instance As MiningModelColumn
Dim value As MiningModel
value = instance.ParentMiningModel
[BrowsableAttribute(false)]
public MiningModel ParentMiningModel { get; }
[BrowsableAttribute(false)]
public:
property MiningModel^ ParentMiningModel {
MiningModel^ get ();
}
[<BrowsableAttribute(false)>]
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel
Property Value
Type: Microsoft.AnalysisServices.MiningModel
A MiningModel object.