Compartir a través de


EdmDecimalTypeReference.Scale Propiedad

Obtiene la escala de este tipo.

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

Sintaxis

'Declaración
Public ReadOnly Property Scale As Nullable(Of Integer)
    Get
'Uso
Dim instance As EdmDecimalTypeReference
Dim value As Nullable(Of Integer)

value = instance.Scale
public Nullable<int> Scale { get; }
public:
virtual property Nullable<int> Scale {
    Nullable<int> get () sealed;
}
abstract Scale : Nullable<int>
override Scale : Nullable<int>
final function get Scale () : Nullable<int>

Valor de la propiedad

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

Implementa

IEdmDecimalTypeReference.Scale

Vea también

Referencia

EdmDecimalTypeReference Clase

Espacio de nombres Microsoft.Data.Edm.Library