Share via


ISfcDependencyDiscoveryObjectSink.Action Property

Gets the SfcDependency action. 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

'Declaration
ReadOnly Property Action As SfcDependencyAction 
    Get
'Usage
Dim instance As ISfcDependencyDiscoveryObjectSink 
Dim value As SfcDependencyAction 

value = instance.Action
SfcDependencyAction Action { get; }
property SfcDependencyAction Action {
    SfcDependencyAction get ();
}
abstract Action : SfcDependencyAction
function get Action () : SfcDependencyAction

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyAction
One of the SfcDependency object.

See Also

Reference

ISfcDependencyDiscoveryObjectSink Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace