共用方式為


DacPackage.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 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
)

參數

  • directoryPath
    型別:System.String
    Base directory in which to place the package contents.

請參閱

參考

DacPackage 類別

Microsoft.SqlServer.Dac 命名空間