Свойство ColumnDefinition.IsPersisted

Gets or sets whether the column is persisted.

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

Синтаксис

'Декларация
Public Property IsPersisted As Boolean 
    Get 
    Set
'Применение
Dim instance As ColumnDefinition 
Dim value As Boolean 

value = instance.IsPersisted

instance.IsPersisted = value
public bool IsPersisted { get; set; }
public:
property bool IsPersisted {
    bool get ();
    void set (bool value);
}
member IsPersisted : bool with get, set
function get IsPersisted () : boolean 
function set IsPersisted (value : boolean)

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

Тип: System.Boolean
True if the column is persisted; otherwise, false.

См. также

Справочник

ColumnDefinition Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom