BacPackage.Unpack Method
Place the contents of this package into the directory specified by directoryPath.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Sub Unpack ( _
directoryPath As String _
)
'Usage
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
)
Parameters
- directoryPath
Type: System.String
Base directory in which to place the package contents.