다음을 통해 공유


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.

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.

맨 위로 이동

메서드

  이름 설명
보호된 메서드 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() () () ()을(를) 재정의합니다.)

맨 위로 이동

속성

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

맨 위로 이동