Partager via


IsPrecise propriété

Gets or sets the Boolean property value that specifies whether a computed column is a precise value.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsPrecise As Boolean
    Get
'Utilisation
Dim instance As Column
Dim value As Boolean

value = instance.IsPrecise
[SfcPropertyAttribute]
public bool IsPrecise { get; }
[SfcPropertyAttribute]
public:
property bool IsPrecise {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsPrecise : bool
function get IsPrecise () : boolean

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value that specifies the whether a computed column is precise.

Notes

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.