Compartilhar via


Propriedade do RDL MiningValue.DiscretizedMin

Gets the minimum value of the discretized range.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property DiscretizedMin As Object 
    Get
'Uso
Dim instance As MiningValue 
Dim value As Object 

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

Valor da propriedade

Tipo: System.Object
If the value is numeric, a numeric value that represents the minimum value of the range for the discretized value. If the value is a date, returns a DateTime object that represents the earliest date in the range.

Comentários

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 DiscretizedMin is calculated as a numeric value, and represented as a date when retrieved.

Consulte também

Referência

MiningValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer