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


In This Topic
    Caption Property
    In This Topic
    Caption. This has been marked as obsolete and will be removed from a future build. This feature is not SQL Server compatible.
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("Caption will be removed from a future build.  Use Description instead.", False)>
    Property Caption As System.String
    'Usage
     
    
    Dim instance As IVistaDBColumnAttributes
    Dim value As System.String
     
    instance.Caption = value
     
    value = instance.Caption
    [System.Obsolete("Caption will be removed from a future build.  Use Description instead.", false)]
    System.string Caption {get; set;}
    Remarks
    This feature is not SQL Server compatible.
    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