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


Конструктор DependencyTree

Initializes a new instance of the DependencyTree class.

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

Синтаксис

'Декларация
Public Sub New ( _
    tree As DependencyTree _
)
'Применение
Dim tree As DependencyTree

Dim instance As New DependencyTree(tree)
public DependencyTree(
    DependencyTree tree
)
public:
DependencyTree(
    DependencyTree^ tree
)
new : 
        tree:DependencyTree -> DependencyTree
public function DependencyTree(
    tree : DependencyTree
)

Параметры