SqlSmoObject.Discover Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Best Effort Discovery mechanism : This method reflects upon metadata and gets all available objects
public System.Collections.Generic.List<object> Discover ();
member this.Discover : unit -> System.Collections.Generic.List<obj>
Public Function Discover () As List(Of Object)