Partilhar via


Propriedade ColumnDefinition.IsPersisted

Obtém ou define se a coluna é persistente.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se a coluna é persistente, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

ColumnDefinition Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql