ScalarMiningStructureColumn.Distribution Property
Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")> _
<XmlElementAttribute(IsNullable:=False)> _
Public Property Distribution As String
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable=false)]
public string Distribution { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable=false)]
public:
property String^ Distribution {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Distribution ()
/** @property */
public void set_Distribution (String value)
public function get Distribution () : String
public function set Distribution (value : String)
Property Value
A String that contains a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.
Remarks
The values available for the Distribution parameter, such as Normal or Uniform, are specific to each mining algorithm provider. For more information about valid Distribution values, see the mining algorithm provider documentation.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ScalarMiningStructureColumn Class
ScalarMiningStructureColumn Members
Microsoft.AnalysisServices Namespace