Конструктор SfcDependencyEngine
Initializes a new instance of the SfcDependencyEngine class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
mode As SfcDependencyDiscoveryMode, _
action As SfcDependencyAction _
)
'Применение
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
)
Параметры
- mode
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDiscoveryMode
The discovery mode for the dependency engine instance. This is set at construction and cannnot be changed.
- action
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyAction
The intended action for the dependency engine instance. This is set at construction and cannot be changed.