BacPackage.Load 메서드 (String)
Load a package file specified by fileName.
네임스페이스: Microsoft.SqlServer.Dac
어셈블리: Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)
구문
‘선언
Public Shared Function Load ( _
fileName As String _
) As BacPackage
‘사용 방법
Dim fileName As String
Dim returnValue As BacPackage
returnValue = BacPackage.Load(fileName)
public static BacPackage Load(
string fileName
)
public:
static BacPackage^ Load(
String^ fileName
)
static member Load :
fileName:string -> BacPackage
public static function Load(
fileName : String
) : BacPackage
매개 변수
- fileName
유형: System.String
Path to the package file.
반환 값
유형: Microsoft.SqlServer.Dac.BacPackage
DacPackage instance that represents the package loaded from the specified file.
예외
예외 | 조건 |
---|---|
DacServicesException | If there is a problem reading the package; or if the package contains exported data. |