Método Dependency.Copy
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Creates a new Dependency object that is a copy of this object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function Copy As Dependency
'Uso
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
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The new Dependency object.