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 인프라를 지원합니다. |
맨 위로 이동