Proprietà SfcDependencyEngine.Action

Gets the discovery action this dependency session is processing. This may affect which relationships are added. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Action As SfcDependencyAction 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyAction
The intended action for the dependency engine instance.

Implementa

ISfcDependencyDiscoveryObjectSink.Action

Vedere anche

Riferimento

SfcDependencyEngine Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc