Partilhar via


Construtor Dependency (Dependency)

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. 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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    dep As Dependency _
)
'Uso
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
)