Partager via


Constructeur Dependency (Dependency)

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the Dependency class that is a copy of the specified Dependency object.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    dep As Dependency _
)
'Utilisation
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
)

Paramètres