SmoDependencyDiscoverer Class

Definition

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

Name Description
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

Name Description
Preferences

Sets or gets the preferences that indicate the type of scripting being performed

Server

Server for the urns provided

Methods

Name Description
Discover(IEnumerable<Urn>)

Discover the dependencies of given input urns

Applies to