ScalarMiningStructureColumn.Distribution Property
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 (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
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.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ScalarMiningStructureColumn Class
ScalarMiningStructureColumn Members
Microsoft.AnalysisServices Namespace