Compartir a través de


ISql90UserDefinedType.IsFixedLength (Propiedad)

Obtiene o establece la propiedad IsFixedLength de SqlUserDefinedTypeAttribute para este tipo.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Nullable<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

ISql90UserDefinedType Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)