مشاركة عبر


SfcDependencyEngine Constructor

Initializes a new instance of the SfcDependencyEngine class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    mode As SfcDependencyDiscoveryMode, _
    action As SfcDependencyAction _
)
'Usage
Dim mode As SfcDependencyDiscoveryMode 
Dim action As SfcDependencyAction 

Dim instance As New SfcDependencyEngine(mode, action)
public SfcDependencyEngine(
    SfcDependencyDiscoveryMode mode,
    SfcDependencyAction action
)
public:
SfcDependencyEngine(
    SfcDependencyDiscoveryMode mode, 
    SfcDependencyAction action
)
new : 
        mode:SfcDependencyDiscoveryMode * 
        action:SfcDependencyAction -> SfcDependencyEngine
public function SfcDependencyEngine(
    mode : SfcDependencyDiscoveryMode, 
    action : SfcDependencyAction
)

Parameters

See Also

Reference

SfcDependencyEngine Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace