Compartir a través de


DacPackage.Unpack Método

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

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

DacPackage Clase

Espacio de nombres Microsoft.SqlServer.Dac