DataConnection Type
AlloyDBConnection オブジェクト。
Remarks
AlloyDBConnection オブジェクト。接続プロパティは、このオブジェクトのgetter およびsetter メソッドを使ってアクセスできます。
$conn = Connect-AlloyDB -User 'alloydb' -Password 'admin' -Server '127.0.0.1' -Port '5432' -Database 'alloydb' $conn | GM