Compartir a través de


Enumeración SfcConnectionContextMode

Specifies the connection mode of the object tree and the client and server processing rules. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Enumeration SfcConnectionContextMode
'Uso
Dim instance As SfcConnectionContextMode
public enum SfcConnectionContextMode
public enum class SfcConnectionContextMode
type SfcConnectionContextMode
public enum SfcConnectionContextMode

Miembros

Nombre del miembro Descripción
NonTransactedBatch Fully connected for read operations. Queues all write operations to the action log. If the mode changes to Online, or if the FlushActionLog method is called, performs all write operations with transaction bracketing, but does not pop the queue. If the mode changes to Offline, the action log is discarded.
Offline Not connected for read or write operations.
Online Fully connected for read and write operations.
TransactedBatch Fully connected for read operations. Queues all write operations to the action log. If the mode changes to Online, or if the FlushActionLog method is called, performs all write operations, and pops the queue with each write operation. If the mode changes to Offline, the action log is discarded.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc