C# 클래스 MvcInstaller.Settings.Database

파일 보기 프로젝트 열기: kahanu/MvcInstaller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConnectionStringName string
DataSource string
InitialCatalog string
Password string
UserName string

공개 메소드들

메소드 설명
Database ( ) : System

메소드 상세

Database() 공개 메소드

public Database ( ) : System
리턴 System

프로퍼티 상세

ConnectionStringName 공개적으로 프로퍼티

public string ConnectionStringName
리턴 string

DataSource 공개적으로 프로퍼티

public string DataSource
리턴 string

InitialCatalog 공개적으로 프로퍼티

public string InitialCatalog
리턴 string

Password 공개적으로 프로퍼티

public string Password
리턴 string

UserName 공개적으로 프로퍼티

public string UserName
리턴 string