#go to workspace, create a vdb with an import
workspace
create-vdb myVdb vdbPath
#
# Create Imports
cd myVdb
add-import myImport
#
# Set a property
cd myImport
set-property version 3

