ConnectionInfoBase 클래스
ConnectionInfoBase 개체는 SqlOlapConnectionInfoBase 클래스의 생성에 사용되는 기본 클래스이며 SQL Server 인스턴스에 연결하는 데 사용되는 정보를 나타냅니다.
상속 계층
Object
Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public MustInherit Class ConnectionInfoBase
‘사용 방법
Dim instance As ConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public abstract class ConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ConnectionInfoBase abstract
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ConnectionInfoBase = class end
public abstract class ConnectionInfoBase
ConnectionInfoBase 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
ConnectionInfoBase() | ConnectionInfoBase 클래스의 새 인스턴스를 초기화합니다. |
![]() |
ConnectionInfoBase(ConnectionInfoBase) | 지정한 개체를 기반으로 ConnectionInfoBase 클래스의 새 인스턴스를 초기화합니다. |
![]() |
ConnectionInfoBase(ConnectionType) | 지정한 연결 유형을 가진 ConnectionInfoBase 클래스의 새 인스턴스를 초기화합니다. |
위쪽
속성
이름 | 설명 | |
---|---|---|
![]() |
ServerCaseSensitivity | 연결에 대한 서버 대/소문자 구분 여부를 가져오거나 설정합니다. |
![]() |
ServerType | 서버 연결 유형을 가져오거나 설정합니다. |
![]() |
ServerVersion | SQL Server 인스턴스에 대한 버전 정보를 가져오거나 설정합니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
ConnectionParmsChanged | 파생 클래스에서 재정의되면 연결 매개 변수가 변경될 때 사용자 지정 동작을 지정할 수 있습니다. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | 개체를 문자열 값으로 반환합니다. (ObjectToString을(를) 재정의함) |
위쪽
주의
상속 하는 때 ConnectionInfoBase를 재정의 해야 합니다 있는 ConnectionParmsChanged회원.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.