Freigeben über


ISql90ComputedColumn.IsPersistedNullable-Eigenschaft

Ruft einen Wert ab, der angibt, ob die beibehaltene Spalte NULL sein kann, oder legt den Wert fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90ComputedColumn Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace