다음을 통해 공유


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.

맨 위로 이동