Compartir a través de


IEdmDecimalTypeReference.Scale Propiedad

Obtiene la escala de este tipo.

Espacio de nombres:  Microsoft.Data.Edm
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
ReadOnly Property Scale As Nullable(Of Integer)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Nullable<Int32>
La escala de este tipo.

Vea también

Referencia

IEdmDecimalTypeReference Interfaz

Espacio de nombres Microsoft.Data.Edm