SfcConnectionContext Class

Tracks and transitions the connection context mode between offline, online, and batch update modes. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Class SfcConnectionContext
'Usage
Dim instance As SfcConnectionContext
public class SfcConnectionContext
public ref class SfcConnectionContext
type SfcConnectionContext =  class end
public class SfcConnectionContext

The SfcConnectionContext type exposes the following members.

Constructors

  Name Description
Public method SfcConnectionContext Initializes a new instance of the SfcConnectionContext class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property Mode Gets or sets the connection mode of the object tree. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FlushActionLog Clears the action log and performs any write operations that are queued in the action log. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace