Distribution propriété

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans 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 la 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.