Поделиться через


Класс 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.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..DependencyWalker
    Microsoft.SqlServer.Management.Smo. . :: . .Scripter

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Class DependencyWalker
'Применение
Dim instance As DependencyWalker
public class DependencyWalker
public ref class DependencyWalker
type DependencyWalker =  class end
public class DependencyWalker

Тип 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.

В начало

Свойства

  Имя Описание
Защищенное свойство 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 Gets or sets the number of objects that have been processed by the DependencyWalker()()()() object.
Защищенное свойство TotalCount Gets or set the count of objects discovered by a Dependency Walker.

В начало

Методы

  Имя Описание
Открытый метод 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(array<Urn> [] () [] [], DependencyType) Creates a hierarchical object tree that represents the parent- or child-dependent relationships for a specified Urn array of SQL Server objects on the instance of SQL Server.
Открытый метод DiscoverDependencies(array<Urn> [] () [] [], Boolean) Creates a hierarchical object tree that represents the parent- or child-dependent relationships for a specified Urn 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.

В начало

События

  Имя Описание
Открытое событие DiscoveryProgress Raises an event at intervals and reports progress on the DiscoveryProgress method.

В начало

Замечания

The DependencyWalker object does not represent any physical SQL Server object.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.