C# 클래스 ALFA.SystemInfo.SQLConnectionSettings

This structure contains SQL connection settings, used for the establishment of auxiliary MySQL connections to the central database server (e.g. for true asynchronous queries on a different thread).
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Password string
Schema string
Server string
User string

프로퍼티 상세

Password 공개적으로 프로퍼티

The database server password.
public string Password
리턴 string

Schema 공개적으로 프로퍼티

The database server schema.
public string Schema
리턴 string

Server 공개적으로 프로퍼티

The database server hostname.
public string Server
리턴 string

User 공개적으로 프로퍼티

The database server user.
public string User
리턴 string