BacPackage.Unpack 메서드
Place the contents of this package into the directory specified by directoryPath.
네임스페이스: Microsoft.SqlServer.Dac
어셈블리: Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)
구문
‘선언
Public Sub Unpack ( _
directoryPath As String _
)
‘사용 방법
Dim instance As BacPackage
Dim directoryPath As String
instance.Unpack(directoryPath)
public void Unpack(
string directoryPath
)
public:
void Unpack(
String^ directoryPath
)
member Unpack :
directoryPath:string -> unit
public function Unpack(
directoryPath : String
)
매개 변수
- directoryPath
유형: System.String
Base directory in which to place the package contents.