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


In This Topic
    ProcessProtection Property (VistaDBConnection)
    In This Topic
    Gets the ProcessProtection setting from the connection string for this connection. Read only, may not be changed after opening the connection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ProcessProtection As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Boolean
     
    value = instance.ProcessProtection
    public System.bool ProcessProtection {get;}
    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