ScalarMiningStructureColumn.DiscretizationMethod Property
Gets or sets the method to be used for discretization.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<XmlElementAttribute(IsNullable:=False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDiscretizationMethodTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property DiscretizationMethod As String
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnDiscretizationMethodTypeConverter, Microsoft.AnalysisServices.Design")]
public string DiscretizationMethod { get; set; }
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnDiscretizationMethodTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ DiscretizationMethod {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DiscretizationMethod ()
/** @property */
public void set_DiscretizationMethod (String value)
public function get DiscretizationMethod () : String
public function set DiscretizationMethod (value : String)
Valeur de propriété
A String containing the method to be used for discretization.
Notes
The value of DiscretizationMethod determines how values for the ScalarMiningStructureColumn are discretized, or organized into a specific set of groups. For more information about discretization methods, see Méthodes de discrétisation.
The value of this property is limited to one of the strings in the following table.
Value |
Description |
Automatic |
Equivalent to the AUTOMATIC discretization method for mining structure columns. |
EqualAreas |
Equivalent to the EQUAL_AREAS discretization method for mining structure columns. |
Clusters |
Equivalent to the CLUSTERS discretization method for mining structure columns. |
Thresholds |
Equivalent to the THRESHOLDS discretization method for mining structure columns. |
EqualRanges |
Equivalent to the EQUAL_RANGES discretization method for mining structure columns. |
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