Condividi tramite


Proprietà ColumnDefinition.IsPersisted

Ottiene o imposta un valore che indica se la colonna è persistente.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property IsPersisted As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se la colonna è persistente; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ColumnDefinition Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql