BacPackage.Unpack 方法

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.

请参阅

参考

BacPackage 类

Microsoft.SqlServer.Dac 命名空间