DependencyAcquisition.IsSQLDependencyInstalled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出是否滿足 SQL Server 相依性。 如果已安裝 (1) Microsoft.VisualStudio.Component.SQL.DataSources,則會滿足 SQL 相依性,或 (2) Microsoft.VisualStudio.Component.SQL.SSDT 和 Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime。
public static bool IsSQLDependencyInstalled { get; }
static member IsSQLDependencyInstalled : bool
Public Shared ReadOnly Property IsSQLDependencyInstalled As Boolean