Поделиться через


Конструктор 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