SfcConnection Class
Abstract class from which SqlStoreConnection is derived. Represents a connection to a server.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcConnection
Microsoft.SqlServer.Management.Sdk.Sfc::SqlStoreConnection
| Name | Description | |
|---|---|---|
![]() | SfcConnection() | Initializes a new instance of the SfcConnection class. |
| Name | Description | |
|---|---|---|
![]() | ConnectionType | Gets the SQL Server service type of the connection. |
![]() | ConnectTimeout | Gets or sets the connection time-out period in seconds. |
![]() | IsForceDisconnected | Gets a value indicating whether the connection has been forcibly disconnected. |
![]() | IsOpen | Gets a value indicating whether the connection is open. |
![]() | ServerInstance | Gets or sets the name of the target server. |
![]() | ServerVersion | Gets or sets the SQL Server version of the target server. |
![]() | StatementTimeout | Gets or sets the number of seconds a statement is given to run before failing with a time-out error. |
| Name | Description | |
|---|---|---|
![]() | Connect() | Connects to the target server. |
![]() | Copy() | Copies the connection object. |
![]() | Disconnect() | Disconnects from the target server. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Equals(SfcConnection^) | Determines whether the specified connection object is equal to the current connection object. |
![]() | Finalize() | (Inherited from Object.) |
![]() | ForceDisconnected() | Enforces a server disconnect and ensures that connection cannot be re-opened again. |
![]() | GetHashCode() | Returns the hash code for this connection. (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToEnumeratorObject() | Returns an enumerator object. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


