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


Свойство Column.IsDeterministic

Gets or sets the Boolean property value that specifies whether the value of a computed column can change in subsequent invocations.

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

Синтаксис

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

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

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

Тип: System.Boolean
A Boolean value that specifies the whether a computed column can change between invocations.

Замечания

If the computed column contained a value that was calculated from the current date, for example, the column would not be deterministic. The value of the column would change as the date changes and therefore would be different for subsequent invocations.

См. также

Справочник

Column Класс

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

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

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

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