DependencyAcquisition.IsSQLDependencyInstalled Property

Definition

Indicates whether SQL Server dependencies are satisfied. SQL dependency is satisfied if either (1) Microsoft.VisualStudio.Component.SQL.DataSources is installed, OR (2) both Microsoft.VisualStudio.Component.SQL.SSDT and Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime are installed.

public static bool IsSQLDependencyInstalled { get; }
static member IsSQLDependencyInstalled : bool
Public Shared ReadOnly Property IsSQLDependencyInstalled As Boolean

Property Value

Applies to