C# Класс RefreshDatabase.RefreshDatabaseParameters.Database

The database information
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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