Condividi tramite


Proprietà ISqlTypeSpecifier.Precision

Ottiene o imposta la precisione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property Precision As Integer
    Get
    Set
int Precision { get; set; }
property int Precision {
    int get ();
    void set (int value);
}
abstract Precision : int with get, set
function get Precision () : int
function set Precision (value : int)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlTypeSpecifier Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel