DependencyAcquisition.IsSQLDependencyInstalled 属性

定义

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

public static bool IsSQLDependencyInstalled { get; }
static member IsSQLDependencyInstalled : bool
Public Shared ReadOnly Property IsSQLDependencyInstalled As Boolean

属性值

适用于