DbSyncColumnDescription.ScaleSpecified Property
Gets or sets whether a value is specified for the Scale property.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property ScaleSpecified As Boolean
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean
value = instance.ScaleSpecified
instance.ScaleSpecified = value
[XmlIgnoreAttribute]
public bool ScaleSpecified { get; set; }
[XmlIgnoreAttribute]
public:
property bool ScaleSpecified {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ScaleSpecified ()
/** @property */
public void set_ScaleSpecified (boolean value)
public function get ScaleSpecified () : boolean
public function set ScaleSpecified (value : boolean)
Property Value
true if a value is specified for Scale; otherwise false.
Remarks
This property is used when Sync Framework serializes column information to XML. If the value of this property is false, the value of Scale is undefined and should be ignored. In that case, the value of Scale will not be serialized.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace