Share via


ComputedColumnInfo.IsPersisted Property

Gets a value that indicates whether the computed value of the column is saved with the data.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Property IsPersisted As Boolean
    Get
'Usage
Dim instance As ComputedColumnInfo
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the computed value is saved with the data; otherwise, false.