Proprietà ISql90UserDefinedType.IsFixedLength

Ottiene o imposta la proprietà IsFixedLength dell'oggetto SqlUserDefinedTypeAttribute per questo tipo.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsFixedLength As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsFixedLength { get; set; }
property Nullable<bool> IsFixedLength {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsFixedLength : Nullable<bool> with get, set
function get IsFixedLength () : Nullable<boolean>
function set IsFixedLength (value : Nullable<boolean>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90UserDefinedType Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel