共用方式為


SfcConnectionContextMode 列舉

Specifies the connection mode of the object tree and the client and server processing rules. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Enumeration SfcConnectionContextMode
'用途
Dim instance As SfcConnectionContextMode
public enum SfcConnectionContextMode
public enum class SfcConnectionContextMode
type SfcConnectionContextMode
public enum SfcConnectionContextMode

成員

成員名稱 說明
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.

請參閱

參考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間