Share via


DependencyAcquisition Class

Definition

public static class DependencyAcquisition
type DependencyAcquisition = class
Public Class DependencyAcquisition
Inheritance
DependencyAcquisition

Properties

IsSQLDependencyInstalled

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.

Methods

GetProviderFactory(DataRow)
GetProviderFactory(String)
InstallSQLDependency(Int32)

Installs Microsoft.VisualStudio.Component.VisualStudioData.

InstallVSPackage(String, Int32)

Installs a VS component/package.

Applies to