DependencyAcquisition 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 元件/套件。 |