MiningModelColumn.Distribution Property

 

Gets the MiningColumnDistribution for this column.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public MiningColumnDistribution Distribution { get; }
public:
property MiningColumnDistribution Distribution {
    MiningColumnDistribution get();
}
member Distribution : MiningColumnDistribution with get
Public ReadOnly Property Distribution As MiningColumnDistribution

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningColumnDistribution

The distribution for the mining model column.

See Also

MiningModelColumn Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top