C# 클래스 RefreshDatabase.RefreshDatabaseParameters.Database

The database information
파일 보기 프로젝트 열기: ferventcoder/presentations

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Server string
UserName string
UserPassword string

공개 메소드들

메소드 설명
GetConnectionString ( ) : string

Gets the connection string.

메소드 상세

GetConnectionString() 공개 정적인 메소드

Gets the connection string.
public static GetConnectionString ( ) : string
리턴 string

프로퍼티 상세

Name 공개적으로 정적으로 프로퍼티

Name of your database - hopefully on your local default instance
public static string Name
리턴 string

Server 공개적으로 정적으로 프로퍼티

This is the server, it is highly recommended that this is either . or .\SQLExpress
public static string Server
리턴 string

UserName 공개적으로 정적으로 프로퍼티

The user name for the connection string - leave blank for SSPI=true
public static string UserName
리턴 string

UserPassword 공개적으로 정적으로 프로퍼티

The user password for the connection string. If the UserName is blank this will not be used.
public static string UserPassword
리턴 string