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


In This Topic
    ConnectionString Property (VistaDBConnectionStringBuilder)
    In This Topic
    Gets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder.
    Syntax
    'Declaration
     
    
    <ResCategoryAttribute("DataCategory_Data")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    <ResDescriptionAttribute("DbConnectionString_ConnectionString")>
    Public Property ConnectionString As System.String
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.String
     
    instance.ConnectionString = value
     
    value = instance.ConnectionString
    [ResCategory("DataCategory_Data")]
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    [ResDescription("DbConnectionString_ConnectionString")]
    public System.string ConnectionString {get; set;}

    Property Value

    The current connection string, created from the key/value pairs that are contained within the System.Data.Common.DbConnectionStringBuilder. The default value is an empty string.
    Exceptions
    ExceptionDescription
    An invalid connection string argument has been supplied.
    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