Propriedade do RDL ParentNode
Gets the MiningContentNode to which this MiningDistribution applies.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentNode As MiningContentNode
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningContentNode
The MiningContentNode to which this MiningDistribution applies.
Consulte também