Поделиться через


Свойство Column.IsPrecise

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsPrecise As Boolean 
    Get
'Применение
Dim instance As Column 
Dim value As Boolean 

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

Значение свойства

Тип: System.Boolean
A Boolean value that specifies the whether a computed column is precise.

Замечания

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.

См. также

Справочник

Column Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Индексы вычисляемых столбцов

Инструкция CREATE TABLE (Transact-SQL)