SfcConnection 클래스

Abstract class from which SqlStoreConnection is derived. Represents a connection to a server.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnection
    Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection

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

구문

‘선언
Public MustInherit Class SfcConnection _
    Implements ISfcConnection
‘사용 방법
Dim instance As SfcConnection
public abstract class SfcConnection : ISfcConnection
public ref class SfcConnection abstract : ISfcConnection
[<AbstractClassAttribute>]
type SfcConnection =  
    class 
        interface ISfcConnection 
    end
public abstract class SfcConnection implements ISfcConnection

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

생성자

  이름 설명
보호된 메서드 SfcConnection Initializes a new instance of the SfcConnection class.

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Connect Connects to the target server.
공용 메서드 Copy Copies the connection object.
공용 메서드 Disconnect Disconnects from the target server.
공용 메서드 Equals(Object) (Object에서 상속됨)
공용 메서드 Equals(SfcConnection) Determines whether the specified connection object is equal to the current connection object.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 ForceDisconnected Enforces a server disconnect and ensures that connection cannot be re-opened again.
공용 메서드 GetHashCode Returns the hash code for this connection. (Object.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToEnumeratorObject Returns an enumerator object.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스