microsoft / sqlmanagementobjects

Sql Management Objects, an API for scripting and managing SQL Server and Azure SQL Database
Other
132 stars 22 forks source link

Replace the custom URN name-to-type mapping in SqlSmoObject.GetChildType with SfcElement attributes #135

Open shueybubbles opened 1 year ago

shueybubbles commented 1 year ago

Having child members with names that don't match their URN counterparts should be identified by SfcElement. When we are ready to switch from runtime reflection to a C# source generator the generator can use those attributes to write the reflection-free code.