共用方式為


MiningDistribution.Support 屬性

Gets the number of cases that support the MiningDistribution.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Support As Double 
    Get
'用途
Dim instance As MiningDistribution 
Dim value As Double 

value = instance.Support
public double Support { get; }
public:
property double Support {
    double get ();
}
member Support : float
function get Support () : double

屬性值

型別:System.Double
A double that contains the number of cases that support the MiningDistribution.

備註

This value is algorithm-specific.

請參閱

參考

MiningDistribution 類別

Microsoft.AnalysisServices.AdomdServer 命名空間