Compartir a través de


BacPackage.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 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
)

Parámetros

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

Vea también

Referencia

BacPackage Clase

Espacio de nombres Microsoft.SqlServer.Dac