DbSyncColumnDescription.Scale Property
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
<XmlAttributeAttribute("scale")> _
Public Property Scale As Integer
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Integer
value = instance.Scale
instance.Scale = value
[XmlAttributeAttribute("scale")]
public int Scale { get; set; }
[XmlAttributeAttribute(L"scale")]
public:
property int Scale {
int get ();
void set (int value);
}
/** @property */
public int get_Scale ()
/** @property */
public void set_Scale (int value)
public function get Scale () : int
public function set Scale (value : int)
Property Value
The scale for the column if it is specified; otherwise -1.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace