abbgrade / PsDac

PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.SqlServer.DacFx.
https://abbgrade.github.io/PsDac/
MIT License
3 stars 3 forks source link

ModelPropertyClass SqlDataType is not supported on type UserDefinedType. #17

Closed abbgrade closed 2 years ago

abbgrade commented 2 years ago

If a model uses the data type like geography, the command Get-DacDataType results in: ModelPropertyClass SqlDataType is not supported on type UserDefinedType.

abbgrade commented 2 years ago

done