Install 메서드 (DacType)
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Function Install ( _
dacType As DacType _
) As DacInstance
‘사용 방법
Dim instance As DacStore
Dim dacType As DacType
Dim returnValue As DacInstance
returnValue = instance.Install(dacType)
public DacInstance Install(
DacType dacType
)
public:
DacInstance^ Install(
DacType^ dacType
)
member Install :
dacType:DacType -> DacInstance
public function Install(
dacType : DacType
) : DacInstance
매개 변수
- dacType
유형: Microsoft.SqlServer.Management.Dac. . :: . .DacType
DAC 인스턴스에 만들 DAC 요소를 지정하는 DacType 개체입니다.
반환 값
유형: Microsoft.SqlServer.Management.Dac. . :: . .DacInstance
새로 만든 DAC 인스턴스에 대한 DacInstance 개체입니다.