Метод DacProfile.Load (Stream)

Create a DacProfile instance by reading serialized profile data from the specified DacProfile.

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public Shared Function Load ( _
    stream As Stream _
) As DacProfile
'Применение
Dim stream As Stream 
Dim returnValue As DacProfile 

returnValue = DacProfile.Load(stream)
public static DacProfile Load(
    Stream stream
)
public:
static DacProfile^ Load(
    Stream^ stream
)
static member Load : 
        stream:Stream -> DacProfile
public static function Load(
    stream : Stream
) : DacProfile

Параметры

  • stream
    Тип: System.IO.Stream
    Stream from which to read serialized profile data.

Возвращаемое значение

Тип: Microsoft.SqlServer.Dac.DacProfile
DacProfile instance initialized from the serialized file data.

См. также

Справочник

DacProfile Класс

Перегрузка Load

Пространство имен Microsoft.SqlServer.Dac