DependencyAcquisition.IsSQLDependencyInstalled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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