SmoDependencyDiscoverer Class
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.
Class to which finds referenced,refrencing objects and children
public class SmoDependencyDiscoverer : Microsoft.SqlServer.Management.Smo.ISmoDependencyDiscoverer
type SmoDependencyDiscoverer = class
interface ISmoDependencyDiscoverer
Public Class SmoDependencyDiscoverer
Implements ISmoDependencyDiscoverer
- Inheritance
-
SmoDependencyDiscoverer
- Implements
Constructors
SmoDependencyDiscoverer(Server, ScriptingOptions) |
Constructs a new SmoDependencyDiscoverer for a Server and ScriptingOptions combination. The Preferences will be pre-populated based on the ScriptingOptions provided |
SmoDependencyDiscoverer(Server) |
Initialize with server |
Properties
Preferences |
Sets or gets the preferences that indicate the type of scripting being performed |
Server |
Server for the urns provided |
Methods
Discover(IEnumerable<Urn>) |
Discover the dependencies of given input urns |