Copy méthode
Makes a copy of the DependencyTree object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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.
Voir aussi