Partilhar via


Propriedade ISql90ComputedColumn.IsPersisted

Obtém ou define um valor que indica se a coluna calculada é persistente.

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

Sintaxe

'Declaração
Property IsPersisted As Boolean
    Get
    Set
bool IsPersisted { get; set; }
property bool IsPersisted {
    bool get ();
    void set (bool value);
}
abstract IsPersisted : bool with get, set
function get IsPersisted () : boolean
function set IsPersisted (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90ComputedColumn Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel