Share via


ColumnDefinition.IsPersisted Property

Gets or sets whether the column is persisted.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsPersisted As Boolean
'Usage
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);
}
public function get IsPersisted () : boolean 
public function set IsPersisted (value : boolean)

Property Value

Type: System.Boolean
Returns TRUE if the column is persisted, FALSE otherwise.

.NET Framework Security

See Also

Reference

ColumnDefinition Class

ColumnDefinition Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace