Конструктор Dependency (Dependency)

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Initializes a new instance of the Dependency class that is a copy of the specified Dependency object.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Sub New ( _
    dep As Dependency _
)
'Применение
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
)

Параметры