Share via


Constructeur DependencyTree

Initializes a new instance of the DependencyTree class.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    tree As DependencyTree _
)
'Utilisation
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
)