다음을 통해 공유


DacPackage.Load 메서드 (Stream)

Load a package from the specified Stream.

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public Shared Function Load ( _
    stream As Stream _
) As DacPackage
‘사용 방법
Dim stream As Stream 
Dim returnValue As DacPackage 

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

매개 변수

반환 값

유형: Microsoft.SqlServer.Dac.DacPackage
DacPackage instance that represents the package loaded from the specified DacPackage.

예외

예외 조건
DacServicesException

If there is a problem reading the package; or if the package contains exported data.

참고 항목

참조

DacPackage 클래스

Load 오버로드

Microsoft.SqlServer.Dac 네임스페이스