Metodo Copy
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Creates a new Dependency object that is a copy of this object.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function Copy As Dependency
'Utilizzo
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
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
The new Dependency object.