Proprietà Distribution
Gets a MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Distribution As MiningDistributionCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningDistributionCollection
A MiningDistributionCollection containing the MiningDistribution objects that describe the distribution of the MiningContentNode.
Osservazioni
This value is algorithm specific.
Vedere anche