Partager via


Méthode BacPackage.Unpack

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public Sub Unpack ( _
    directoryPath As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

BacPackage Classe

Espace de noms Microsoft.SqlServer.Dac