Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseInstallData

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class DatabaseInstallData

    Properties

    View Source

    ConnectionString

    Declaration
    public string? ConnectionString { get; set; }
    Property Value
    Type Description
    string
    View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Password

    Declaration
    public string? Password { get; set; }
    Property Value
    Type Description
    string
    View Source

    ProviderName

    Declaration
    public string? ProviderName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Server

    Declaration
    public string? Server { get; set; }
    Property Value
    Type Description
    string
    View Source

    TrustServerCertificate

    Declaration
    public bool TrustServerCertificate { get; set; }
    Property Value
    Type Description
    bool
    View Source

    UseIntegratedAuthentication

    Declaration
    public bool UseIntegratedAuthentication { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Username

    Declaration
    public string? Username { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX