Właściwość MiningContentNode.ParentMiningModel
Pobiera MiningModel z MiningContentNode.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public ReadOnly Property ParentMiningModel As MiningModel
Get
'Użycie
Dim instance As MiningContentNode
Dim value As MiningModel
value = instance.ParentMiningModel
public MiningModel ParentMiningModel { get; }
public:
property MiningModel^ ParentMiningModel {
MiningModel^ get ();
}
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel
Wartość właściwości
Typ: Microsoft.AnalysisServices.AdomdServer.MiningModel
The MiningModel of the MiningContentNode.
Zobacz także