Share via


ISql90ComputedColumn.IsPersisted Property

Gets or sets a value that indicates whether the computed 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

ISql90ComputedColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace