VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / GetProperties Method


In This Topic
    GetProperties Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub GetProperties( _
       ByVal propertyDescriptors As System.Collections.Hashtable _
    ) 
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim propertyDescriptors As System.Collections.Hashtable
     
    instance.GetProperties(propertyDescriptors)
    protected void GetProperties( 
       System.Collections.Hashtable propertyDescriptors
    )

    Parameters

    propertyDescriptors
    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