VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / DataSource Property


In This Topic
    DataSource Property (VistaDBConnection)
    In This Topic
    Gets the name of the database server to which to connect. Get the name of the database.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property DataSource As System.String
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.String
     
    value = instance.DataSource
    public override System.string DataSource {get;}

    Property Value

    The name of the database server to which to connect. The default value is an empty string.
    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