不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Creates a new Dependency object that is a copy of this object.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function Copy As Dependency
'用途
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
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The new Dependency object.