DependencyAcquisition.IsSQLDependencyInstalled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si SQL Server dépendances sont satisfaites. La dépendance SQL est satisfaite si (1) Microsoft.VisualStudio.Component.SQL.DataSources est installé, OR (2) Microsoft.VisualStudio.Component.SQL.SSDT et Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime sont installés.
public static bool IsSQLDependencyInstalled { get; }
static member IsSQLDependencyInstalled : bool
Public Shared ReadOnly Property IsSQLDependencyInstalled As Boolean