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. |
맨 위로 이동