MiningContentNode.Distribution Property
Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Distribution As MiningDistributionCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningDistributionCollection
A MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Remarks
This value is algorithm-specific.