Share via


ISql100TableTypeComputedColumn.IsPersisted Property

Gets or sets a value that indicates whether the column is persisted.

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

Syntax

'Declaration
Property IsPersisted As Boolean
bool IsPersisted { get; set; }
property bool IsPersisted {
    bool get ();
    void set (bool value);
}
abstract IsPersisted : bool with get, set
function get IsPersisted () : boolean
function set IsPersisted (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100TableTypeComputedColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace