ConnectionInfoBase 클래스

The ConnectionInfoBase object is a base class that is used in the construction of the SqlOlapConnectionInfoBase class and it represents information used to connect to an instance of SQL Server.

상속 계층

System.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() Initializes a new instance of the ConnectionInfoBase class.
보호된 메서드 ConnectionInfoBase(ConnectionInfoBase) Initializes a new instance of the ConnectionInfoBase class based on the specified object.
보호된 메서드 ConnectionInfoBase(ConnectionType) Initializes a new instance of the ConnectionInfoBase class with the specified connection type.

맨 위로 이동

속성

  이름 설명
공용 속성 ServerCaseSensitivity Gets or sets the server case sensitivity for the connection.
공용 속성 ServerType Gets or sets the server connection type.
공용 속성 ServerVersion Gets or sets the version information about the instance of SQL Server.

맨 위로 이동

메서드

  이름 설명
보호된 메서드 ConnectionParmsChanged When overridden in a derived class, enables you to specify custom actions when a connection parameter changes.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString Returns the object as a string value. (Object.ToString()을(를) 재정의함)

맨 위로 이동

주의

When you inherit from ConnectionInfoBase, you must override the ConnectionParmsChanged member.

스레드 보안

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

참고 항목

참조

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