Propriété ParentNode
Gets the MiningContentNode to which this MiningDistribution applies.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .MiningContentNode
The MiningContentNode to which this MiningDistribution applies.
Voir aussi