MiningContentNode.Distribution 属性

Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property Distribution As MiningDistributionCollection 
    Get
用法
Dim instance As MiningContentNode 
Dim value As MiningDistributionCollection 

value = instance.Distribution
public MiningDistributionCollection Distribution { get; }
public:
property MiningDistributionCollection^ Distribution {
    MiningDistributionCollection^ get ();
}
member Distribution : MiningDistributionCollection
function get Distribution () : MiningDistributionCollection

属性值

类型:Microsoft.AnalysisServices.AdomdClient.MiningDistributionCollection
A MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.

注释

This value is algorithm specific.

请参阅

参考

MiningContentNode 类

Microsoft.AnalysisServices.AdomdClient 命名空间