VistaDB 6
VistaDB.DDA Namespace / IVistaDBColumn Interface / MaxLength Property


In This Topic
    MaxLength Property (IVistaDBColumn)
    In This Topic
    Maximum number of chars or bytes allocated in database. (But, for an ExtendedType, this value instead represents the maximum number of database pages of extended data it may contain. Multiply by the page size for the actual byte length limit in that case.)
    Syntax
    'Declaration
     
    
    ReadOnly Property MaxLength As System.Integer
    'Usage
     
    
    Dim instance As IVistaDBColumn
    Dim value As System.Integer
     
    value = instance.MaxLength
    System.int MaxLength {get;}
    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