Share via


ISql100TableTypeComputedColumn.IsPersisted Property

Gets or sets whether the computed column is persisted.

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

Syntax

'Declaration
Property IsPersisted As Boolean
    Get
    Set
'Usage
Dim instance As ISql100TableTypeComputedColumn
Dim value As Boolean

value = instance.IsPersisted

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100TableTypeComputedColumn Interface

ISql100TableTypeComputedColumn Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace