Condividi tramite


SqlFacetAttribute.IsFixedLength Proprietà

Definizione

Indica se il tipo restituito del tipo definito dall'utente ha lunghezza fissa.

public:
 property bool IsFixedLength { bool get(); void set(bool value); };
public bool IsFixedLength { get; set; }
member this.IsFixedLength : bool with get, set
Public Property IsFixedLength As Boolean

Valore della proprietà

true se il tipo restituito è di lunghezza fissa; in caso contrario, false.

Commenti

Questa proprietà deve essere impostata su false se la MaxSize proprietà è impostata su 1.

Il valore predefinito è false.

Si applica a