Condividi tramite


Proprietà EdmProperty.Scale

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene o imposta la scala di questa proprietà.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Property Scale As Nullable(Of Byte)
    Get 
    Set
'Utilizzo
Dim instance As EdmProperty 
Dim value As Nullable(Of Byte)

value = instance.Scale

instance.Scale = value
public Nullable<byte> Scale { get; set; }
public:
property Nullable<unsigned char> Scale {
    Nullable<unsigned char> get ();
    void set (Nullable<unsigned char> value);
}
member Scale : Nullable<byte> with get, set
function get Scale () : Nullable<byte>
function set Scale (value : Nullable<byte>)

Valore proprietà

Tipo: System.Nullable<Byte>
Scala della proprietà.

Vedere anche

Riferimento

EdmProperty Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm