VistaDB 6
VistaDB.DDA Namespace / IVistaDBColumnAttributes Interface / FixedType Property


In This Topic
    FixedType Property
    In This Topic
    Flag to indicate a fixed data size is used to represent this column.
    Syntax
    'Declaration
     
    
    ReadOnly Property FixedType As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBColumnAttributes
    Dim value As System.Boolean
     
    value = instance.FixedType
    System.bool FixedType {get;}
    Remarks
    These types of columns are stored in the row data. The maximum size of the fixed row data is based upon the pagesize for the database.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also