ISfcConnection 인터페이스

Defines high-level properties and methods for server connections.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Public Interface ISfcConnection
‘사용 방법
Dim instance As ISfcConnection
public interface ISfcConnection
public interface class ISfcConnection
type ISfcConnection =  interface end
public interface ISfcConnection

ISfcConnection 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 IsForceDisconnected Gets a Boolean value that specifies whether the connection was forcibly disconnected.
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Connect Connects to the target server.
공용 메서드 Copy Copies the connection object.
공용 메서드 Disconnect Disconnects from the target server.
공용 메서드 ForceDisconnected Forces a disconnect from the instance of SQL Server.
공용 메서드 ToEnumeratorObject Indicates the specified object from the enumeration. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. 

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.Common 네임스페이스