EdmProperty.Scale-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft die Skalierbarkeit dieser Eigenschaft ab oder legt sie fest.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property Scale As Nullable(Of Byte)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Nullable<Byte>
Die Skalierung dieser Eigenschaft.