DependencyAcquisition 类

定义

public static class DependencyAcquisition
type DependencyAcquisition = class
Public Class DependencyAcquisition
继承
DependencyAcquisition

属性

IsSQLDependencyInstalled

指示是否满足SQL Server依赖项。 如果安装了 (1) Microsoft.VisualStudio.Component.SQL.DataSources,或者 (2) 同时安装了 Microsoft.VisualStudio.Component.SQL.SSDT 和 Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime,则满足 SQL 依赖项。

方法

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

安装 Microsoft.VisualStudio.Component.VisualStudioData。

InstallVSPackage(String, Int32)

安装 VS 组件/包。

适用于