Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the precision for the column if the data type is numeric.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property Precision As Integer
Get
Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Integer
value = instance.Precision
instance.Precision = value
public int Precision { get; set; }
public:
property int Precision {
int get ();
void set (int value);
}
member Precision : int with get, set
function get Precision () : int
function set Precision (value : int)
Property Value
Type: System.Int32
The precision for the column if it is specified; otherwise -1.