Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Makes a copy of the DependencyTree object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function Copy As DependencyTree
'Utilisation
Dim instance As DependencyTree
Dim returnValue As DependencyTree
returnValue = instance.Copy()
public DependencyTree Copy()
public:
DependencyTree^ Copy()
member Copy : unit -> DependencyTree
public function Copy() : DependencyTree
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.DependencyTree
A DependencyTree object that is a copy of the referenced DependencyTree object.