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


In This Topic
    State Property
    In This Topic
    Gets a string that describes the state of the connection. Gets a value that describes the state of the connection.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property State As System.Data.ConnectionState
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Data.ConnectionState
     
    value = instance.State
    public override System.Data.ConnectionState State {get;}

    Property Value

    The state of the connection. The format of the string returned depends on the specific type of connection you are using.
    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