Interface ISfcConnection

Defines high-level properties and methods for server connections.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Public Interface ISfcConnection
'Uso
Dim instance As ISfcConnection
public interface ISfcConnection
public interface class ISfcConnection
type ISfcConnection =  interface end
public interface ISfcConnection

O tipo ISfcConnection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública IsForceDisconnected Gets a Boolean value that specifies whether the connection was forcibly disconnected.
Propriedade pública IsOpen Gets a value indicating whether the connection is open.
Propriedade pública ServerInstance Gets or sets the name of the target server for the connection.
Propriedade pública ServerVersion Gets the SQL Server version of the target server.

Início

Métodos

  Nome Descrição
Método público Connect Connects to the target server.
Método público Copy Copies the connection object.
Método público Disconnect Disconnects from the target server.
Método público ForceDisconnected Forces a disconnect from the instance of SQL Server.
Método público ToEnumeratorObject Indicates the specified object from the enumeration. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. 

Início