Propriété MiningDistribution.ParentNode
Obtient le MiningContentNode auquel ce MiningDistribution s'applique.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentNode As MiningContentNode
Get
'Utilisation
Dim instance As MiningDistribution
Dim value As MiningContentNode
value = instance.ParentNode
public MiningContentNode ParentNode { get; }
public:
property MiningContentNode^ ParentNode {
MiningContentNode^ get ();
}
member ParentNode : MiningContentNode
function get ParentNode () : MiningContentNode
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.MiningContentNode
MiningContentNode auquel ce MiningDistribution s'applique.