Partager via


Constructeur DependencyCollection

Initializes a new instance of the DependencyCollection class.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New
'Utilisation

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

Notes

Le constructeur par défaut rétablit les valeurs par défaut de tous les champs.

Exemples

Création de scripts

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