Condividi tramite


Proprietà IEdmDecimalTypeReference.Precision

Ottiene la precisione del tipo.

Spazio dei nomi  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
ReadOnly Property Precision As Nullable(Of Integer)
    Get
'Utilizzo
Dim instance As IEdmDecimalTypeReference
Dim value As Nullable(Of Integer)

value = instance.Precision
Nullable<int> Precision { get; }
property Nullable<int> Precision {
    Nullable<int> get ();
}
abstract Precision : Nullable<int>
function get Precision () : Nullable<int>

Valore proprietà

Tipo: System.Nullable<Int32>
Precisione del tipo.

Vedere anche

Riferimento

IEdmDecimalTypeReference Interfaccia

Spazio dei nomi Microsoft.Data.Edm