View Source
Class DatabaseInstallData
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class DatabaseInstallData
Properties
View Source
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Server
Declaration
public string Server { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TrustServerCertificate
Declaration
public bool TrustServerCertificate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
UseIntegratedAuthentication
Declaration
public bool UseIntegratedAuthentication { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|