DacPackage.Unpack(String) Method

Definition

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.

Applies to