Partager via


Distribution propriété

Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Distribution As String
    Get
    Set
'Utilisation
Dim instance As ScalarMiningStructureColumn
Dim value As String

value = instance.Distribution

instance.Distribution = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")]
public string Distribution { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ Distribution {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDistributionTypeConverter, Microsoft.AnalysisServices.Design")>]
member Distribution : string with get, set
function get Distribution () : String
function set Distribution (value : String)

Valeur de la propriété

Type : System. . :: . .String
A String that contains a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.

Notes

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.