Place the contents of this package into the directory specified by directoryPath.
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public Sub Unpack ( _
directoryPath As String _
)
'用途
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
)
參數
- directoryPath
型別:System.String
Base directory in which to place the package contents.