DataConnection Type
IBMCloudSQLQueryConnection オブジェクト。
Remarks
IBMCloudSQLQueryConnection オブジェクト。接続プロパティは、このオブジェクトのgetter およびsetter メソッドを使ってアクセスできます。
$conn = Connect-IBMCloudSQLQuery -ApiKey "MyAPIKey" -InstanceCRN "myInstanceCRN" -Region "myRegion" -Schema "mySchema" -OAuthClientId "myOAuthClientId" -OAuthClientSecret "myOAuthClientSecret" $conn | GM