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


In This Topic
    IsolatedStorage Property (VistaDBConnectionStringBuilder)
    In This Topic
    If it is set to true value the database resides in isolated storage.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DisplayNameAttribute("Isolated Storage")>
    Public Property IsolatedStorage As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.Boolean
     
    instance.IsolatedStorage = value
     
    value = instance.IsolatedStorage
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DisplayName("Isolated Storage")]
    public System.bool IsolatedStorage {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