DatabaseDialect Parameter (Connect-GoogleSpanner Cmdlet)
The dialect type of the connected database.
Syntax
Connect-GoogleSpanner -DatabaseDialect string
Possible Values
GoogleStandardSQL, PostgreSQLData Type
cstr
Default Value
"GoogleStandardSQL"
Remarks
The dialect type of the connected database.
DatabaseDialect controls the dialect to work with. The default is GoogleStandardSQL, the Spanner native dialect. Set this property to PostgreSQL to use that dialect instead.
This is a required parameter.