BacPackage.Unpack メソッド

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
    パッケージの内容の格納先となるベース ディレクトリ。

関連項目

参照

BacPackage クラス

Microsoft.SqlServer.Dac 名前空間