Sdílet prostřednictvím


ISql100TableTypeComputedColumn.IsPersistedNullable – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda je trvalé sloupec s možnou hodnotou Null.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property IsPersistedNullable As Boolean
    Get
    Set
bool IsPersistedNullable { get; set; }
property bool IsPersistedNullable {
    bool get ();
    void set (bool value);
}
abstract IsPersistedNullable : bool with get, set
function get IsPersistedNullable () : boolean
function set IsPersistedNullable (value : boolean)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100TableTypeComputedColumn Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů