Partager via


Propriété IsPersisted

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsPersisted As Boolean
    Get
'Utilisation
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

Valeur de propriété

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