Метод 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