Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Place the contents of this package into the directory specified by directoryPath.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Sub Unpack ( _
directoryPath As String _
)
'Usage
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
)
Parameters
- directoryPath
Type: System.String
Base directory in which to place the package contents.