DependencyChainCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DependencyChainCollection() |
default constructor |
DependencyChainCollection(DependencyChainCollection) |
copy constructor |
DependencyChainCollection()
default constructor
public DependencyChainCollection ();
Public Sub New ()
Applies to
DependencyChainCollection(DependencyChainCollection)
copy constructor
public DependencyChainCollection (Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection deps);
new Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection : Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection -> Microsoft.SqlServer.Management.Sdk.Sfc.DependencyChainCollection
Public Sub New (deps As DependencyChainCollection)