DependencyChainCollection Constructor (DependencyChainCollection)
Initializes a new instance of the DependencyChainCollection class based on an existing dependency chain collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
Syntax
'Declaration
Public Sub New ( _
deps As DependencyChainCollection _
)
public DependencyChainCollection (
DependencyChainCollection deps
)
public:
DependencyChainCollection (
DependencyChainCollection^ deps
)
public DependencyChainCollection (
DependencyChainCollection deps
)
public function DependencyChainCollection (
deps : DependencyChainCollection
)
Parameters
- deps
A DependencyChainCollection object that specifies the dependency chain collection.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Example
How to: Script Out the Dependencies for a Database in Visual Basic .NET
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DependencyChainCollection Class
DependencyChainCollection Members
Microsoft.SqlServer.Management.Smo Namespace