Class ConnectionConfig
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Inheritance
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class ConnectionConfig : object
Properties
| Improve this Doc View SourceDatabase
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |
File
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public string File { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Integrated
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public bool Integrated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Qualifier
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public string Qualifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RunAsDbowner
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public bool RunAsDbowner { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Server
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public string Server { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpgradeConnectionString
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public string UpgradeConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
User
ConnectionConfig - A class that represents Install/DotNetNuke.Install.Config/Connection.
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |