Méthode Dependency.Copy
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Creates a new Dependency object that is a copy of this object.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function Copy As Dependency
'Utilisation
Dim instance As Dependency
Dim returnValue As Dependency
returnValue = instance.Copy()
public Dependency Copy()
public:
Dependency^ Copy()
member Copy : unit -> Dependency
public function Copy() : Dependency
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The new Dependency object.