Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<XmlAttributeAttribute("prec")> _
Public Property Precision As Integer
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Integer
value = instance.Precision
instance.Precision = value
[XmlAttributeAttribute("prec")]
public int Precision { get; set; }
[XmlAttributeAttribute(L"prec")]
public:
property int Precision {
int get ();
void set (int value);
}
/** @property */
public int get_Precision ()
/** @property */
public void set_Precision (int value)
public function get Precision () : int
public function set Precision (value : int)
Property Value
The precision for the column if it is specified; otherwise -1.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace