Méthode IntegrationServices.ISfcDomain.UseSfcStateManagement
Retrieves or sets a value that indicates whether the SFC state management is used.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Private Function UseSfcStateManagement As Boolean
Implements ISfcDomain.UseSfcStateManagement
'Utilisation
Dim instance As IntegrationServices
Dim returnValue As Boolean
returnValue = CType(instance, ISfcDomain).UseSfcStateManagement()
bool ISfcDomain.UseSfcStateManagement()
private:
virtual bool UseSfcStateManagement() sealed = ISfcDomain::UseSfcStateManagement
private abstract UseSfcStateManagement : unit -> bool
private override UseSfcStateManagement : unit -> bool
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de retour
Type : System.Boolean
true if the SFC state management is being used; otherwise, false.
Implémente
ISfcDomain.UseSfcStateManagement()
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices