Свойство 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