DacPackage.Unpack(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Place the contents of this package into the directory specified by directoryPath
.
public void Unpack (string directoryPath);
member this.Unpack : string -> unit
Public Sub Unpack (directoryPath As String)
Parameters
- directoryPath
- String
Base directory in which to place the package contents.
Exceptions
If directoryPath
is a null reference or empty string.
If an error occurs while attempting to unpack the package.