หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Makes a copy of the DependencyTree object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function Copy As DependencyTree
'Usage
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
Return Value
Type: Microsoft.SqlServer.Management.Smo.DependencyTree
A DependencyTree object that is a copy of the referenced DependencyTree object.