Dependency Constructor (Dependency)
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the Dependency class that is a copy of the specified Dependency object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
dep As Dependency _
)
'Usage
Dim dep As Dependency
Dim instance As New Dependency(dep)
public Dependency(
Dependency dep
)
public:
Dependency(
Dependency^ dep
)
new :
dep:Dependency -> Dependency
public function Dependency(
dep : Dependency
)
Parameters
- dep
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to copy.
See Also