Compartilhar via


Construtor DependencyCollection

Initializes a new instance of the DependencyCollection class.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New
'Uso

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

Comentários

O construtor padrão inicializa quaisquer campos com seus valores padrão.

Exemplos

Gerando scripts

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