DependencyAcquisition Class
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.
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. |