Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.