Свойство IsPersisted
Gets a value that indicates whether the computed value of the column is saved with the data.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsPersisted As Boolean
Get
'Применение
Dim instance As ComputedColumnInfo
Dim value As Boolean
value = instance.IsPersisted
public bool IsPersisted { get; }
public:
property bool IsPersisted {
bool get ();
}
member IsPersisted : bool
function get IsPersisted () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the computed value is saved with the data; otherwise, false.