Aracılığıyla paylaş


DependencyWalker Members

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.

The following tables list the members exposed by the DependencyWalker type.

Public Constructors

  Name Description
DependencyWalker Overloaded. Initializes a new instance of the DependencyWalker class.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms219556.pubproperty(tr-tr,SQL.100).gif FilterCallbackFunction Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method.
ms219556.pubproperty(tr-tr,SQL.100).gif Server Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with.

Top

Protected Properties

  Name Description
ms219556.protproperty(tr-tr,SQL.100).gif DependencyTree Gets or sets a server Dependency Tree.
ms219556.protproperty(tr-tr,SQL.100).gif KnownObjectsList Gets or sets a list of all known objects in a server.
ms219556.protproperty(tr-tr,SQL.100).gif Total  
ms219556.protproperty(tr-tr,SQL.100).gif TotalCount Gets or set the count of objects discovered by a Dependency Walker.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219556.pubmethod(tr-tr,SQL.100).gif DiscoverDependencies Overloaded. 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.
ms219556.pubmethod(tr-tr,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms219556.pubmethod(tr-tr,SQL.100).gif GetHashCode  (inherited from Object )
ms219556.pubmethod(tr-tr,SQL.100).gif GetType  (inherited from Object )
ms219556.pubmethod(tr-tr,SQL.100).gifms219556.static(tr-tr,SQL.100).gif ReferenceEquals  (inherited from Object )
ms219556.pubmethod(tr-tr,SQL.100).gif ToString  (inherited from Object )
ms219556.pubmethod(tr-tr,SQL.100).gif WalkDependencies Creates a linear list of objects and their dependencies from a specified DependencyTree object.

Top

Protected Methods

  Name Description
ms219556.protmethod(tr-tr,SQL.100).gif Finalize  (inherited from Object )
ms219556.protmethod(tr-tr,SQL.100).gif GetServerObject Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running.
ms219556.protmethod(tr-tr,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

Public Events

  Name Description
ms219556.pubevent(tr-tr,SQL.100).gif DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method.

Top