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 元件/套件。

適用於