SfcDependencyEngine.Action Property

 

Applies To: SQL Server 2016 Preview

Gets the discovery action this dependency session is processing. This may affect which relationships are added. 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

public SfcDependencyAction Action { get; }
public:
property SfcDependencyAction Action {
    virtual SfcDependencyAction get() sealed;
}
abstract Action : SfcDependencyAction with get
override Action : SfcDependencyAction with get
Public ReadOnly Property Action As SfcDependencyAction

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyAction

The intended action for the dependency engine instance.

Implements

ISfcDependencyDiscoveryObjectSink.Action

See Also

SfcDependencyEngine Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top