Partager via


ISql90UserDefinedType.IsFixedLength, propriété

Obtient ou définit la propriété IsFixedLength du SqlUserDefinedTypeAttribute pour ce type.

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

Syntaxe

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

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISql90UserDefinedType Interface

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