ISfcConnection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface is a high-level connection interface.
public interface ISfcConnection
type ISfcConnection = interface
Public Interface ISfcConnection
- Derived
Properties
IsForceDisconnected |
Indicates that the connection has been forcefully disconnected |
IsOpen |
Returns if the connection is currently active. |
ServerInstance |
Name of the server we are connecting to. |
ServerVersion |
Returns the version of the service we are connected to. |
Methods
Connect() | |
Copy() | |
Disconnect() | |
ForceDisconnected() |
Enforces a disconnect and ensures that connection cannot be re-opened again |
ToEnumeratorObject() |