ISfcConnection Members
Include Protected Members
Include Inherited Members
Defines high-level properties and methods for server connections.
The ISfcConnection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Connect() | Connects to the target server. | |
Copy() | Copies the connection object. | |
Disconnect() | Disconnects from the target server. | |
ToEnumeratorObject() | Internal user only. |
Top
Properties
Name | Description | |
---|---|---|
IsOpen | Gets a value indicating whether the connection is open. | |
ServerInstance | Gets or sets the name of the target server for the connection. | |
ServerVersion | Gets the SQL Server version of the target server. |
Top