Column.IsPrecise Property
Gets or sets the Boolean property value that specifies whether a computed column is a precise value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property IsPrecise As Boolean
[SfcPropertyAttribute]
public bool IsPrecise { get; }
[SfcPropertyAttribute]
public:
property bool IsPrecise {
bool get ();
}
/** @property */
public boolean get_IsPrecise ()
public function get IsPrecise () : boolean
Property Value
A Boolean value that specifies the whether a computed column is precise.
Remarks
Precise values cannot be a float or a real data type. Also they cannot be the result of a calculation that involves a float or a real data type.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also