Partilhar via


Método DacPackage.Unpack

Place the contents of this package into the directory specified by directoryPath.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)

Sintaxe

'Declaração
Public Sub Unpack ( _
    directoryPath As String _
)
'Uso
Dim instance As DacPackage 
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
)

Parâmetros

  • directoryPath
    Tipo: System.String
    Base directory in which to place the package contents.

Consulte também

Referência

DacPackage Classe

Namespace Microsoft.SqlServer.Dac