Freigeben über


Dependency-Konstruktor (Dependency)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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
)

Parameter

Siehe auch

Verweis

Dependency Klasse

Dependency-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace