VistaDB 6
VistaDB.DDA Namespace / IVistaDBColumnAttributes Interface
Members


In This Topic
    IVistaDBColumnAttributes Interface
    In This Topic
    Represents the attributes on a particular column such as in an IVistaDBTableSchema. (Also includes members from IVistaDBColumn and IVistaDBValue.)
    Syntax
    'Declaration
     
    
    Public Interface IVistaDBColumnAttributes 
       Inherits IVistaDBColumn, VistaDB.IVistaDBValue 
    'Usage
     
    
    Dim instance As IVistaDBColumnAttributes
    public interface IVistaDBColumnAttributes : IVistaDBColumn, VistaDB.IVistaDBValue  
    Remarks
    Also see IVistaDBColumn and VistaDB.IVistaDBValue for additional members included from those interface types such as AllowNull (defaults to true) and ReadOnly (defaults to false) as well as basic properties like VistaDB.IVistaDBValue.Type, VistaDB.IVistaDBValue.SystemType, and IVistaDBColumn.MaxLength.
    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