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.