Partager via


Propriété ColumnDefinition.IsPersisted

Gets or sets whether the column is persisted.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsPersisted As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ColumnDefinition 
Dim value As Boolean 

value = instance.IsPersisted

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

Valeur de propriété

Type : System.Boolean
True if the column is persisted; otherwise, false.

Voir aussi

Référence

ColumnDefinition Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom