Class SqlServerSettable<TSetting>
public abstract class SqlServerSettable<TSetting> : DbSettableBase<TSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IDbSettable, ISqlServerOption where TSetting : new()
Type Parameters
TSetting
- Inheritance
-
LazySettableInstance<TSetting>DbSettableBase<TSetting>SqlServerSettable<TSetting>
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
InitialCatalog
[Display(Name = "数据库")]
public string InitialCatalog { get; set; }
Property Value
Password
[Display(Name = "密码")]
public string Password { get; set; }
Property Value
Server
[Display(Name = "服务器名称")]
public string Server { get; set; }
Property Value
UserName
[Display(Name = "用户名")]
public string UserName { get; set; }
Property Value
Methods
GetConnect()
public override string GetConnect()