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 scale for the column if the data type is numeric and has a decimal component.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property Scale As Integer
Get
Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Integer
value = instance.Scale
instance.Scale = value
public int Scale { get; set; }
public:
property int Scale {
int get ();
void set (int value);
}
member Scale : int with get, set
function get Scale () : int
function set Scale (value : int)
Property Value
Type: System.Int32
The scale for the column if it is specified; otherwise -1.