共用方式為


DependencyWalker 成員

The DependencyWalker object is a tool to perform scripting operations that involve dependencies such as identifying dependent relationships. The tool and converts this output to a list.

DependencyWalker 型別公開下列成員。

建構函式

  名稱 描述
公用方法 DependencyWalker() () () () Initializes a new instance of the DependencyWalker class.
公用方法 DependencyWalker(Server) Initializes a new instance of the DependencyWalker class on the specified instance of SQL Server.

頂端

方法

  名稱 描述
公用方法 DiscoverDependencies(array<Urn> [] () [] [], DependencyType)
公用方法 DiscoverDependencies(array<Urn> [] () [] [], Boolean)
公用方法 DiscoverDependencies(array<SqlSmoObject> [] () [] [], DependencyType) Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of SQL Server objects on the instance of SQL Server.
公用方法 DiscoverDependencies(array<SqlSmoObject> [] () [] [], Boolean) Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of SQL Server objects on the instance of SQL Server.
公用方法 DiscoverDependencies(UrnCollection, DependencyType) Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn collection of SQL Server objects on the instance of SQL Server.
公用方法 DiscoverDependencies(UrnCollection, Boolean) Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn collection of SQL Server objects on the instance of SQL Server.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
受保護的方法 GetServerObject Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running.
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)
公用方法 WalkDependencies Creates a linear list of objects and their dependencies from a specified DependencyTree object.

頂端

屬性

  名稱 描述
受保護的屬性 DependencyTree Gets or sets a server Dependency Tree.
公用屬性 FilterCallbackFunction Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method.
受保護的屬性 KnownObjectsList Gets or sets a list of all known objects in a server.
公用屬性 Server Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with.
受保護的屬性 Total
受保護的屬性 TotalCount Gets or set the count of objects discovered by a Dependency Walker.

頂端

事件

  名稱 描述
公用事件 DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method.

頂端