DependencyAcquisition.IsSQLDependencyInstalled 속성

정의

SQL Server 종속성이 충족되는지 여부를 나타냅니다. (1) Microsoft.VisualStudio.Component.SQL.DataSources가 설치되고 OR (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

속성 값

적용 대상