DataConnection Type
Neo4jConnection オブジェクト。
Remarks
Neo4jConnection オブジェクト。接続プロパティは、このオブジェクトのgetter およびsetter メソッドを使ってアクセスできます。
$conn = Connect-Neo4j -server "localhost" -port "7474" -user "neo4j" -password "password" $conn | GM