MiningDistribution.ParentNode 属性
Gets the MiningContentNode to which this MiningDistribution applies.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public ReadOnly Property ParentNode As MiningContentNode
Get
用法
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
属性值
类型:Microsoft.AnalysisServices.AdomdClient.MiningContentNode
The MiningContentNode to which this MiningDistribution applies.