Action 属性

Gets the discovery action that the dependency session is processing. This may affect which relationships are added. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property Action As SfcDependencyAction
    Get
用法
Dim instance As SfcDependencyEngine
Dim value As SfcDependencyAction

value = instance.Action
public SfcDependencyAction Action { get; }
public:
virtual property SfcDependencyAction Action {
    SfcDependencyAction get () sealed;
}
abstract Action : SfcDependencyAction
override Action : SfcDependencyAction
final function get Action () : SfcDependencyAction

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcDependencyAction
The SfcDependencyNode object that enumerates the ancestors or children, or the manage its discovered state.

实现

ISfcDependencyDiscoveryObjectSink. . :: . .Action