共用方式為


DependencyCollection 建構函式

Initializes a new instance of the DependencyCollection class.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New
'用途

Dim instance As New DependencyCollection()
public DependencyCollection()
public:
DependencyCollection()
new : unit -> DependencyCollection
public function DependencyCollection()

備註

預設建構函式會初始化任何欄位至其預設值。

範例

指令碼

How to: Script Out the Dependencies for a Database in Visual Basic .NET