VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / Database Property


In This Topic
    Database Property (VistaDBConnectionStringBuilder)
    In This Topic
    Database to access within the Data Source. VistaDB supports only one database per data source (file) and ignores this property. Instead use Data Source to set the filename (partial or full path).
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DisplayNameAttribute("Database")>
    <System.ObsoleteAttribute("This property is not used by VistaDB.  Instead use DataSource to set the filename (partial or full path).", False)>
    Public Property Database As System.String
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.String
     
    instance.Database = value
     
    value = instance.Database
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DisplayName("Database")]
    [System.Obsolete("This property is not used by VistaDB.  Instead use DataSource to set the filename (partial or full path).", false)]
    public System.string Database {get; set;}
    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