Dependency 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
Dependency() |
default constructor |
Dependency(Dependency) |
copy constructor |
Dependency()
default constructor
public Dependency ();
Public Sub New ()
Applies to
Dependency(Dependency)
copy constructor
public Dependency (Microsoft.SqlServer.Management.Sdk.Sfc.Dependency dep);
new Microsoft.SqlServer.Management.Sdk.Sfc.Dependency : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency -> Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
Public Sub New (dep As Dependency)
Parameters
- dep
- Dependency