Sander Stad wants to find a specific subset of SMO objects:
In some situations I want to search through lots of objects to look for certain properties in SMO (SQL Server Management Objects)
This is also the case in this situation. I wanted to know all the different objects that had a property called “Schema”.
But what to do with all those different properties and methods we could look up. I mean, there are hundreds of objects in there and each of them have many methods and properties.
Click through for the Powershell script.