DependencyAcquisition 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public static class DependencyAcquisition
type DependencyAcquisition = class
Public Class DependencyAcquisition
- 상속
-
DependencyAcquisition
속성
IsSQLDependencyInstalled |
SQL Server 종속성이 충족되는지 여부를 나타냅니다. (1) Microsoft.VisualStudio.Component.SQL.DataSources가 설치되고 OR (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 구성 요소/패키지를 설치합니다. |