Partager via


Propriété MiningContentNode.Distribution

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Distribution As MiningDistributionCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

This value is algorithm-specific.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer