Condividi tramite


Proprietà IEdmDecimalTypeReference.Scale

Ottiene la scala del tipo.

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

Sintassi

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

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

Valore proprietà

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

Vedere anche

Riferimento

IEdmDecimalTypeReference Interfaccia

Spazio dei nomi Microsoft.Data.Edm