DependencyWalker Members
The DependencyWalker object is a tool for performing scripting operations that involve dependencies such as identifying dependent relationships and converting this output to a list.
The following tables list the members exposed by the DependencyWalker type.
Public Constructors
Nome | Description | |
---|---|---|
DependencyWalker | Overloaded. Initializes a new instance of the DependencyWalker class. |
Torna all'inizio
Public Properties
(see also Protected Properties )
Nome | Description | |
---|---|---|
![]() |
FilterCallbackFunction | Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. |
![]() |
Server | Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with. |
Torna all'inizio
Protected Properties
Nome | Description | |
---|---|---|
![]() |
DependencyTree | |
![]() |
KnownObjectsList | |
![]() |
Total | |
![]() |
TotalCount |
Torna all'inizio
Public Methods
(see also Protected Methods )
Nome | Description | |
---|---|---|
![]() |
DiscoverDependencies | Overloaded. Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of Microsoft SQL Server objects on the instance of SQL Server. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
![]() |
WalkDependencies | Creates a linear list of objects and their dependencies from a specified DependencyTree object. |
Torna all'inizio
Protected Methods
Nome | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
GetServerObject | Returns the Server object that represents the instance of Microsoft SQL Server on which the dependency discovery operation is running. |
![]() |
MemberwiseClone | (inherited from Object ) |
Torna all'inizio
Public Events
Nome | Description | |
---|---|---|
![]() |
DiscoveryProgress | Raises an event at intervals and reports progress on the DiscoveryProgress method. |
Torna all'inizio
Vedere anche
Riferimento
DependencyWalker Class
Microsoft.SqlServer.Management.Smo Namespace