Partager via


Propriété MiningValue.DiscretizedMax

Gets the maximum value of the discretized range.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DiscretizedMax As Object 
    Get
'Utilisation
Dim instance As MiningValue 
Dim value As Object 

value = instance.DiscretizedMax
public Object DiscretizedMax { get; }
public:
property Object^ DiscretizedMax {
    Object^ get ();
}
member DiscretizedMax : Object
function get DiscretizedMax () : Object

Valeur de propriété

Type : System.Object
If the value is numeric, a numeric value that represents the maximum value of the range for the discretized value. If the value is a date, returns a DateTime object that represents the latest date in the range.

Notes

The numeric data type that is returned depends on the numeric data type of the source column.

Dates are stored as double internally. Therefore, the value for DiscretizedMax is calculated as a numeric value and represented as a date when retrieved.

Voir aussi

Référence

MiningValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer