Partager via


ISql100TableTypeComputedColumn.IsPersistedNullable, propriété

Obtient ou définit une valeur qui indique si une colonne rendue persistante est Nullable.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100TableTypeComputedColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms