Compartilhar via


Propriedade do RDL MiningContentNode.Distribution

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property Distribution As MiningDistributionCollection 
    Get
'Uso
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

Valor da propriedade

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

Comentários

This value is algorithm-specific.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdServer