SfcDependencyEngine 构造函数
不要在您的代码中直接引用此成员。它支持 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
A mode that performs complete dependency relation discovery.
- action
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDependencyAction
The intended action for the dependency engine instance. This is set at construction and cannot be changed.