Freigeben über


MiningContentNode.Distribution-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningDistributionCollection
A MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.

Hinweise

This value is algorithm-specific.

Siehe auch

Verweis

MiningContentNode Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace