IntegrationServices.ISfcDomain.UseSfcStateManagement Método
Retrieves or sets a value that indicates whether the SFC state management is used.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Private Function UseSfcStateManagement As Boolean
Implements ISfcDomain.UseSfcStateManagement
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor devuelto
Tipo: System.Boolean
true if the SFC state management is being used; otherwise, false.
Implementa
ISfcDomain.UseSfcStateManagement()
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices