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


In This Topic
    Description Property (IVistaDBColumnAttributes)
    In This Topic
    Column's description. The description length is limited depending upon the current pagesize. SQL Server does not have a direct mapping for this property, but you can store description as extended data in SQL Server.
    Syntax
    'Declaration
     
    
    Property Description As System.String
    'Usage
     
    
    Dim instance As IVistaDBColumnAttributes
    Dim value As System.String
     
    instance.Description = value
     
    value = instance.Description
    System.string Description {get; set;}
    Remarks
    SQL Server does not have a direct mapping for this property, but you can store description as extended data in SQL Server.
    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