Udostępnij za pośrednictwem


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

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

Applies to