DependencyCollection コンストラクター

DependencyCollection クラスの新しいインスタンスを初期化します。

名前空間:  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