Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- mode
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDiscoveryMode
The discovery mode for the dependency engine instance. This is set at construction and cannnot be changed.
- action
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyAction
The intended action for the dependency engine instance. This is set at construction and cannot be changed.