Partilhar via


Propriedade ISql90UserDefinedType.IsFixedLength

Obtém ou define o IsFixedLength propriedade da SqlUserDefinedTypeAttribute para este tipo.

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

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISql90UserDefinedType Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel